Page 1 of 1

issue vlc

Posted: Sun Apr 23, 2023 1:08 am
by jps92
Hello,

I have this issue when i launch vlc :

15:00:03 INFO Media renderer was not recognized. Possible identifying HTTP headers:
User-Agent: VLC/3.0.18 LibVLC/3.0.18
15:00:27 INFO Media renderer was not recognized. Possible identifying HTTP headers:
User-Agent: Unspecified, UPnP/1.0, Unspecified

But i can play the files. I precise it is under linux and v13.3.0 ums.

Re: issue vlc

Posted: Mon Apr 24, 2023 8:14 am
by mik_s
Looks like VLC has changed how they display version numbers again so UMS cannot match anymore. Will need to see logs to find out exactly if this is the case or this is something else.

If you edit your conf for VLC to change UserAgentSearch to

Code: Select all

VLC\/\d{1,2}.\d{1,2}.\d{1,2}
UMS should match it.

You will still be able to play files if UMS can't make a match but it will probably make UMS transcode most things as it won't know what is supported, but this could cause problems with seeking.