-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pulseaudio-dlna doesn't work anymore in Gentoo #409
Comments
I have these programs as dependent and installed: eduardo@gentoo ~ $ equery depgraph net-misc/pulseaudio-dlna-0.6.0_pre20200114
|
I get a completely different set of errors on my Gentoo box. I cannot disable iptables, as this device also acts as a router with a custom iptables config, and I'm not sure if that makes a difference here or not. The device I want it to play on, a Sonos soundbar, is detected, and successfully put into the config, but for some reason will not show up in Pavucontrol. One device that does show up in pavucontrol is the Android TV, however, which gives a different error which I'm guessing is the fault of unstable APIs:
Maybe re-emerging pyroute2 will work. I already had to re-emerge protocol-buffers to get pulseaudio-dlna to even generate the configs. ...That didn't work either. Emerging /usr/lib/python3.7/concurrent/futures/thread.py, which emerges python-3.7.9, also changes nothing. |
Hello, happysmash27! I am sorry that you also have errors in the program, I hope someone can help us! |
I did these steps:
1 - stop iptables service;
2 - deleted my configuration file 'devices.json';
3 - I ran the command 'pulseaudio-dlna --debug' and none of the devices on the network were detected;
4 - later I executed the command 'pulseaudio-dlna --create-device-config' and all my devices have been detected;
5 - so I ran the command 'pulseaudio-dlna --debug --disable-ssdp-listener' and all my devices have been detected, but I have this error when sending the sound 'ERROR The device "Blu-ray Disc Player (DLNA)" failed to play! (500) - "Blu-ray Disc Player (DLNA)" : The command "SetAVTransportURI" failed with status code 500!'
pulseaudio-dlna-debug.txt
pulseaudio-dlna-create-device-config.txt
pulseaudio-dlna-ssdp-disable.txt
The text was updated successfully, but these errors were encountered: