[vlc-commits] commit: live: fix HTTP user agent syntax ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sat May 29 18:15:32 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 29 19:14:46 2010 +0300| [affc7db0a6578bf9fe3ec96845584f4dbd305ae7] | committer: Rémi Denis-Courmont 

live: fix HTTP user agent syntax

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=affc7db0a6578bf9fe3ec96845584f4dbd305ae7
---

 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 eca4826..afa54fb 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -513,7 +513,7 @@ createnew:
 
     if( ( p_sys->rtsp = RTSPClient::createNew( *p_sys->env,
           var_CreateGetInteger( p_demux, "verbose" ) > 1,
-          "VLC media player", i_http_port ) ) == NULL )
+          "LibVLC/"VERSION, i_http_port ) ) == NULL )
     {
         msg_Err( p_demux, "RTSPClient::createNew failed (%s)",
                  p_sys->env->getResultMsg() );



More information about the vlc-commits mailing list