Commit 4d275705 authored by Rafaël Carré's avatar Rafaël Carré

live555: really toggle tcp flag - fix [ef4da627]

parent 354abbea
...@@ -730,7 +730,7 @@ static int SessionsSetup( demux_t *p_demux ) ...@@ -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 we get an unsupported transport error, toggle TCP use and try again */
if( !strstr(p_sys->env->getResultMsg(), "461 Unsupported Transport") if( !strstr(p_sys->env->getResultMsg(), "461 Unsupported Transport")
|| !p_sys->rtsp->setupMediaSubsession( *sub, False, || !p_sys->rtsp->setupMediaSubsession( *sub, False,
!b_rtsp_tcp ? False : True, b_rtsp_tcp ? False : True,
False ) ) False ) )
{ {
msg_Err( p_demux, "SETUP of'%s/%s' failed %s", sub->mediumName(), 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