
Trying to get the rtmp streamname
I'm trying to get at the rtmp stream name that is currently running.
The closest I've been able to find is this
bc.. jwplayer().getPlaylistItem()['file'].sources[0].file
But that only returns the name of the manifest. I need the actual rtmp://server/stream.
Is it possible?