[vlc-commits] live555 : really toggle tcp in case of unsupported transport.
Sébastien Escudier
git at videolan.org
Fri Mar 4 10:18:54 CET 2011
vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Fri Mar 4 10:15:21 2011 +0100| [b972bbe058e6a1f72dcf99d86de25705a739324e] | committer: Sébastien Escudier
live555 : really toggle tcp in case of unsupported transport.
Broken since d14e0b78f9e0c9dc44f472fd67b394a233560488
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b972bbe058e6a1f72dcf99d86de25705a739324e
---
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 2db3a11..723a02d 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -783,7 +783,7 @@ static int SessionsSetup( demux_t *p_demux )
* use and try again */
if( p_sys->i_live555_ret == 461 )
p_sys->rtsp->sendSetupCommand( *sub, default_live555_callback, False,
- toBool( b_rtsp_tcp ), False );
+ !toBool( b_rtsp_tcp ), False );
if( p_sys->i_live555_ret != 461 || !wait_Live555_response( p_demux ) )
{
msg_Err( p_demux, "SETUP of'%s/%s' failed %s",
More information about the vlc-commits
mailing list