[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:16:12 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 29 19:14:46 2010 +0300| [ca260fc68d9b182025bab00737d52cb93361fbb7] | committer: Rémi Denis-Courmont
live: fix HTTP user agent syntax
(cherry picked from commit affc7db0a6578bf9fe3ec96845584f4dbd305ae7)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=ca260fc68d9b182025bab00737d52cb93361fbb7
---
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