Audio output to Pulseaudio DLNA

I’m trying to find a so solution so my Vero 4k can send the audio output with pulseaudio to DLNA or Chromecast. My attemts are from ssh, but I can’t install the script.

How do I add this to Software Sources?

sudo add-apt-repository ppa:qos/pulseaudio-dlna sudo apt-get update

  • is not working.

The ppa system is an Ubuntu innovation and doesn’t work on Debian.

You need to check out the github page and either install using git or from the Debian repository (which is on version 0.5.2-1):

sudo apt-get update
sudo apt-get install pulseaudio-dlna
1 Like

Thanks a lot!
Now I can try and see if this thing actually work. :slight_smile: