Commit bfeb0a58 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

RTP: fix sdp=file:// with mux

(cherry picked from commit c1c69332)
parent bc568b2e
......@@ -668,6 +668,7 @@ static void SDPHandleUrl( sout_stream_t *p_stream, const char *psz_url )
if( psz_url[0] == '/' && psz_url[1] == '/' )
psz_url += 2;
p_sys->psz_sdp_file = strdup( psz_url );
FileSetup( p_stream );
}
else
{
......
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