Commit 6b53f6b7 authored by Pierre Ynard's avatar Pierre Ynard

Qt4: don't use TS muxer with RTSP in sout wizard

Most RTSP clients expect native RTP and won't cope with Transport
Stream. Also, since RTSP takes care of RTP setup, there is little
benefit in having a single stream.
parent a1b2eff0
......@@ -270,7 +270,6 @@ QString RTSPDestBox::getMRL( const QString& mux )
SoutMrl m;
m.begin( "rtp" );
m.option( "sdp", sdp );
m.option( "mux", "ts" );
m.end();
return m.getMrl();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment