How to loop a server-side playlist
Hello,
i have a problem with my server-side playlist. I have three incoming live-streams from the FME:
/*
clientStream = Stream.get("New_Stream");
clientStream.play("live1", -1, 10, false);
clientStream.play("live2", -1, 10, false);
clientStream.play("live3", -1, 10, false);
*/
I want that every stream is changed every 10 seconds and that the complete playlist starts again after
the last stream was played.
So far it works but only for three times. Then the messages "NetStream.Play.Stop" occurs.
Thanks a lot for any solutions.
