Commit 3465cf2a authored by Sébastien Escudier's avatar Sébastien Escudier

live555 : really toggle tcp in case of unsupported transport.

Broken since d14e0b78

cherry-picked from b972bbe058e6a1f72dcf99d86de25705a739324e
parent 3219f458
......@@ -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(),
......
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