Wowza Community

DASH Livestreaming with ServerSide Stream

Hi,

i what to create a livestream on the serverside follwoing this Thread:

https://www.wowza.com/docs/how-to-use-ipublishingprovider-api-to-publish-server-side-live-streams

Works fine. I switch the content of the livestream between VOD and Live using RTMP Player;

Now I want to do this with a DASH client! Can someone provide me HOWTO publish a serverside stream (Mixed content between VOD and RTSP-Live *.stream file) using MPEG-DASH player.

I was trying to use:

LiveStreamPacketizerMPEGDash pack = new LiveStreamPacketizerMPEGDash();

pack.getAndSetStartStream(IMediaStream);

Thanks.

Hello,

You may want to review this module:

https://www.wowza.com/docs/how-to-mix-audio-and-video-from-different-live-sources-moduleavmix

Currently this module is only for Live sources, but you may be able to adjust the code to meet your needs, or use this in combination with the module you are already testing.

If this module will not work for your customized workflow please let me know, and we can investigate other options.

Regards

Jason Hatchett