From 6b53f6b72aec497a21772a1d93bec4bc66390270 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Mon, 25 Jan 2010 18:28:02 +0100 Subject: [PATCH] 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. --- modules/gui/qt4/components/sout/sout_widgets.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/qt4/components/sout/sout_widgets.cpp b/modules/gui/qt4/components/sout/sout_widgets.cpp index c8809a98f6..799fc082a4 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(); -- 2.39.2