]> git.sesse.net Git - vlc/commitdiff
Qt4: don't use TS muxer with RTSP in sout wizard
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 25 Jan 2010 17:28:02 +0000 (18:28 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 25 Jan 2010 17:28:02 +0000 (18:28 +0100)
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.

modules/gui/qt4/components/sout/sout_widgets.cpp

index c8809a98f65ff26d5ca091db8ad9edd575d2c0a1..799fc082a4578fd41bdbebd5486f69a128e58acc 100644 (file)
@@ -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();