[vlc-commits] live555 : really toggle tcp in case of unsupported transport.
Sébastien Escudier
git at videolan.org
Fri Mar 4 10:25:33 CET 2011
vlc/vlc-1.1 | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Fri Mar 4 10:15:21 2011 +0100| [3465cf2af1362f1de8ea711fecb0e007eedec4ed] | committer: Sébastien Escudier
live555 : really toggle tcp in case of unsupported transport.
Broken since d14e0b78f9e0c9dc44f472fd67b394a233560488
cherry-picked from b972bbe058e6a1f72dcf99d86de25705a739324e
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=3465cf2af1362f1de8ea711fecb0e007eedec4ed
---
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 b3f4de1..2f57d9e 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -742,7 +742,7 @@ static int SessionsSetup( demux_t *p_demux )
if( !strstr(p_sys->env->getResultMsg(),
"461 Unsupported Transport")
|| !p_sys->rtsp->setupMediaSubsession( *sub, False,
- toBool( b_rtsp_tcp ), False ) )
+ !toBool( b_rtsp_tcp ), False ) )
{
msg_Err( p_demux, "SETUP of'%s/%s' failed %s",
sub->mediumName(), sub->codecName(),
More information about the vlc-commits
mailing list