[vlc-devel] commit: Qt4: don't use TS muxer with RTSP in sout wizard (Pierre Ynard )

git version control git at videolan.org
Mon Jan 25 18:36:47 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jan 25 18:28:02 2010 +0100| [6b53f6b72aec497a21772a1d93bec4bc66390270] | committer: 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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b53f6b72aec497a21772a1d93bec4bc66390270
---

 modules/gui/qt4/components/sout/sout_widgets.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/sout/sout_widgets.cpp b/modules/gui/qt4/components/sout/sout_widgets.cpp
index c8809a9..799fc08 100644
--- a/modules/gui/qt4/components/sout/sout_widgets.cpp
+++ b/modules/gui/qt4/components/sout/sout_widgets.cpp
@@ -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();




More information about the vlc-devel mailing list