[vlc-devel] commit: live555: really toggle tcp flag - fix [ef4da62761] ( Rafaël Carré )

git version control git at videolan.org
Mon Aug 25 20:49:54 CEST 2008


vlc | branch: 0.9-bugfix | Rafaël Carré <rcarre at m2x.nl> | Mon Aug 25 12:15:11 2008 +0200| [4e837d4bdb713dfa1c26c8d1f2cb6c27b24ddfcd] | committer: Christophe Mutricy 

live555: really toggle tcp flag - fix [ef4da62761]
(cherry picked from commit 4d275705ee1ad6c5f3db4399533b13d8a6f9686b)

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

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

 modules/demux/live555.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 2ae9ab1..89d1240 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -730,7 +730,7 @@ static int SessionsSetup( demux_t *p_demux )
                     /* if we get an unsupported transport error, toggle TCP use and try again */
                     if( !strstr(p_sys->env->getResultMsg(), "461 Unsupported Transport")
                      || !p_sys->rtsp->setupMediaSubsession( *sub, False,
-                                           !b_rtsp_tcp ? False : True,
+                                           b_rtsp_tcp ? False : True,
                                            False ) )
                     {
                         msg_Err( p_demux, "SETUP of'%s/%s' failed %s", sub->mediumName(),




More information about the vlc-devel mailing list