Commit 01cdee1a authored by Sébastien Escudier's avatar Sébastien Escudier

live555 : better error message

parent 417715c9
......@@ -659,7 +659,7 @@ describe:
msg_Dbg( p_demux, "connection error %d", i_code );
if( i_code == 403 )
dialog_Fatal( p_demux, _("RTSP connection failed"),
_("You are not allowed to access this server.") );
_("Access to the stream is denied by the server configuration.") );
}
if( p_sys->rtsp ) RTSPClient::close( p_sys->rtsp );
p_sys->rtsp = NULL;
......
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