Wowza Community

VOD server side playlist

Hi,

Assume we have 3 chunks:

chunkA.mp4

chunkB.mp4

chunkC.mp4

We want to stream all these chunks as a one recording.

Is it possible?

Any ideas appreciated,

thanks

You use a server-side playlist, but this only works for RTMP clients.

You can stream files as live streams using Stream class streams, and that can be played back in all clients. But the vod server-side playlist above only works in RTMP clients.

Richard

To stream files as live you can use Stream class streams. This scheduler makes that easy.

To seek in a live stream, you have to use the nDVR addon.

Richard

You use a server-side playlist, but this only works for RTMP clients.

You can stream files as live streams using Stream class streams, and that can be played back in all clients. But the vod server-side playlist above only works in RTMP clients.

Richard

Richard,

Assume I will stream as live streams.

But what will happen to seek functionality of a player?

Thanks