Client side playlist with dynamicaly streamed items possible?
Hey,
is there a way to define a client side playlist like this:
ns.play( "stream1", 0, 30 );
ns.play( "stream2", 10, -1, false );
ns.play( " stream3", 0, -1, false );
ns.play( "stream4", 30, 120, false );
but instead of a single videofiles for each playlistentry use dynamic streaming?
I know how the DynamicStream class is working and how to set it up but i can't find any information if it is possible to combined those two techniques.
Thanks for any suggestions.
