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

http: do not redirect HTTPS to MMSH

There is no support for TLS in the current MMS plug-in.
parent 6b2a31e5
......@@ -460,7 +460,7 @@ connect:
return VLC_ACCESS_REDIRECT;
}
if( p_sys->b_mms )
if( p_sys->p_creds == NULL && p_sys->b_mms )
{
msg_Dbg( p_access, "this is actually a live mms server, BAIL" );
goto error;
......
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