
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