
24/7 live stream analytics
How to set tracking to get insights about live streaming? We use it on player which stream 24/7 and on analytics page there is only play times, but no watching time. Player & setup you can check on www.chaula.tv
How to set tracking to get insights about live streaming? We use it on player which stream 24/7 and on analytics page there is only play times, but no watching time. Player & setup you can check on www.chaula.tv
You’ll have to use the `onTime` event handler to track playback:
http://support.jwplayer.com/customer/portal/articles/1413089-javascript-api-reference#seek
This type of thing isn’t done out of the box for livestreams, so you’ll have to fire your own tracking events in the event handler.
-Cooper