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.