RTSP Multicast Scenario Setup

bigbug campbell.inf at gmail.com
Wed Mar 25 10:14:16 PDT 2015


I have managed to get the gst-rtsp-server test-multicast2 working to some
extent by ensuring the udp_multicast option is passed, this is from Qt using
QtAV::AVPlayer but if the option is present multicast does appear to work...
to some extent... video is not so far decoded quite right but is at least
delivered via multicast ;)

QtAV::AVPlayer player;
QVariantHash opt;
opt["rtsp_transport"] = "udp_multicast";
player.setOptionsForFormat(opt);

you can verify the correct options are passed using TCPDump or wireshark and
filtering for RTSP flavor packets, the negotiation is quite informative.

.,;;,.





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTSP-Multicast-Scenario-Setup-tp4665607p4671331.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list