Commit ca260fc6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

live: fix HTTP user agent syntax

(cherry picked from commit affc7db0a6578bf9fe3ec96845584f4dbd305ae7)
parent b1d15aef
......@@ -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() );
......
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