[vlc-devel] [vlc-commits] rtsp : display a message if the server forbids the connection

Rémi Denis-Courmont remi at remlab.net
Fri Mar 23 10:31:52 CET 2012


On Fri, 23 Mar 2012 10:11:00 +0100 (CET), git at videolan.org (Sébastien
Escudier) wrote:
> +                    dialog_Fatal( p_demux, _("RTSP connection failed"),
> +                                    _("You are not allowed to access
this
> server.") );

Nothing proves the user is banned from the whole server, only this
particular stream.

> +            }
>              if( p_sys->rtsp ) RTSPClient::close( p_sys->rtsp );
>              p_sys->rtsp = NULL;
>          }

-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list