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

How to autostart live stream


hello,
in first order i would apologize for my english.
i tried to make something like that and i have issue:

1. JWplayer always plays playlist
2. but sometimes i want to send a live stream,
so i used API to change:

bc.. jwplayer("player").load({file:"rtmp://my.server.pl/live/mystream.stream"});
jwplayer("player").play();


(i tried to change stream using jquery to eliminate pages reloads/refresh for change stream on live. Probably it's working well - needs more tests).

and here is my question: how i can back into playlist when i finished sending live stream without error information?

thanks for any information

Maciek

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

I would use onError to then load() a VOD file.

This question has received the maximum number of answers.