Hi.
I configured pushpublish modular to restream a wowza stream to other CDN systems.
I’ve successed configuring a MPEGTS vie udp multicast stream, using this setting in PushPublishMap.txt:
100.stream={profile:“mpegts”, streamName:“100.stream”, host:“239.1.1.11”, port:10000, rtpWrap:false}
And I can play in VLC using udp://@239.1.1.11:10000 . It is a multicast stream.
I’ve failed to configure a native RTSP stream using multicast stream.
Setting in PushPublishMap.txt is:
100.stream={profile:“rtp”, streamName:“myStreamRTP”, host:“239.1.1.12”, videoPort:10002, audioPort:10004}.
The 100.steam is correct and can be played using this address:rtsp://IP:1935/dvr/definst/100.stream .
There is a SDP file generated in forlder applications\dvr\sdp named 100.stream_destination.sdp. And VLC can play this SDP file.
But VLC cannot play any address like this:
rtsp://IP:1935/dvr/definst/myStreamRTP
How can I play a rtsp stream using multicast?
Best regards.