Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

I can not get onComplete events for live streaming


Hello, I am using jwplayer to show a live streaming video with rtmp.

When the user broadcasting finishes his transmission I want the jwplayer to detect this event
and reload the page.

How can I do it?


I am trying

events:
{
onComplete:function()
{
alert('onComplete');
}
}

but it is not working.
Thanks

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

I am not as familiar with RTMP streams, but I know with HLS streams that we do not fire onComplete() until we see the #EXT-X-ENDLIST in the manifest. Does RTMP have something similar?

This question has received the maximum number of answers.