[vlc-commits] live555 : better error message
    Sébastien Escudier 
    git at videolan.org
       
    Fri Mar 23 11:27:09 CET 2012
    
    
  
vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Fri Mar 23 11:25:15 2012 +0100| [01cdee1abf28a456dcba1d9b17c59913faca7c50] | committer: Sébastien Escudier
live555 : better error message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01cdee1abf28a456dcba1d9b17c59913faca7c50
---
 modules/demux/live555.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 9b77dba..645b176 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -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;
    
    
More information about the vlc-commits
mailing list