Hello,
How can we change the VLC client User-Agent fir RTSP with the activeX?
thank you
Code: Select all
#if LIVEMEDIA_LIBRARY_VERSION_INT > 1130457500
if( ( p_sys->rtsp = RTSPClient::createNew(*p_sys->env, 1 /*verbose*/,
"VLC media player", i_http_port ) ) == NULL )
#else
if( ( p_sys->rtsp = RTSPClient::createNew(*p_sys->env, 1 /*verbose*/,
"VLC media player" ) ) == NULL )
#endif
Return to “General VLC media player Troubleshooting”
Users browsing this forum: No registered users and 39 guests