Vlc not finding any UPnP devices

21,180

Solution 1

Disabling ipv6 worked for me.

Solution from here :

echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6

Solution 2

I found the answer.

You can download a new version of libupnp here

And install it :

cd Downloads
sudo dpkg -i libupnp6_1.6.19+git20160116-1_amd64.deb
Share:
21,180
Cyber_Star
Author by

Cyber_Star

I <3 Ubuntu :)

Updated on September 18, 2022

Comments

  • Cyber_Star
    Cyber_Star almost 2 years

    I have a minidlna server running in my home and everything worked fine when i updated to ubuntu 16.04 my vlc stopped finding my server. I ran VLC via terminal and got this error when clicking on the UPnP tab. :

    [00007fdb784db098] upnp services discovery: Initializing libupnp on '(null)' interface
    [00007fdb784db098] upnp services discovery error: Initialization failed: UPNP_E_SOCKET_BIND
    [00007fdb784db098] core services discovery error: no suitable services discovery module
    

    Does someone have any idea how to fix this?

    My TV and phone can still find my server.

  • Sergey P. aka azure
    Sergey P. aka azure over 7 years
    Doing so allowed vlc to display dlna host, but that's all. After that I see in the vlc console the following message: total jobs = 100, too many jobs
  • Rudy Vissers
    Rudy Vissers almost 5 years
    Using this lib I was able to browse a local upnp network from VLC 2. Ubuntu 16.04 LTS. It doesn't work from VLC 3 but you can open an URL from a video that you browsed from VLC2 (RC display information copy URL).
  • Sathiya Narayanan
    Sathiya Narayanan over 4 years
    Thanks man! It's almost an year that I have this problem and never found the strength to google for it until now!