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

Decode file path in sout-rtp-sdp

parent f556fc3e
......@@ -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 );
decode_URI( p_sys->psz_sdp_file ); /* FIXME? */
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