Commit 4e837d4b authored by Rafaël Carré's avatar Rafaël Carré Committed by Christophe Mutricy

live555: really toggle tcp flag - fix [ef4da627]

(cherry picked from commit 4d275705)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 21b612fb
......@@ -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(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment