I have been using JW Player 5.1 with HTTP Pseudo-Streaming for some time. I like the feature that I can capture the current bandwidth of the player in an event listener using:
bandwidth = player.getConfig().bandwidth;How do I do same thing in JW Player 5.3+ since they use a new JavaScript API?
Thanks
Hey,
I'm using jwplayer 5.8 licensed version. I was wondering how can i possibly get the current player when there are multiple players embedded on one page. I know i can use jwplayer("container") to get the player that i want but let's say that i don't have the container name and i wanna get the player dynamically, how do i do this ?
Regards,
Furqan