Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
I get the following error whenever I launch (via SSH) gmediastreamer on my Raspberry Pi Zero 2 W, with a fresh install of the Raspbian OS (32-bit, Full).
I tried both the 0.0.9 (via apt) and the 0.1 (following the instructions in INSTALL.md), and both give me the same errors.
As I use SSH to launch gmediarender I am sure that my raspberry pi is properly connected to my home network.
On my linux laptop (distro: Fedora 39), I installed gmediarender version 0.0.9 using dnf and everything works out of the box just as it should.
-> So I don't think it's a problem with my network.
Lastly, I don't understand why interface=(null). I tried using the -I option to change the interface name but I have no idea what it could be so I just get UPNP_E_INVALID_INTERFACE (-121) instead.
Hello !
I get the following error whenever I launch (via SSH)
gmediastreamer
on my Raspberry Pi Zero 2 W, with a fresh install of the Raspbian OS (32-bit, Full).View full output
Unordered list of things that might help troubleshoot the issue:
Here are three issues I've read but that haven't helped me so far : #184 #157 #129. And this SE question : https://raspberrypi.stackexchange.com/questions/79004/howto-install-upnp-dlna-media-renderer#79005
I tried both the 0.0.9 (via apt) and the 0.1 (following the instructions in INSTALL.md), and both give me the same errors.
As I use SSH to launch
gmediarender
I am sure that my raspberry pi is properly connected to my home network. On my linux laptop (distro: Fedora 39), I installedgmediarender
version 0.0.9 usingdnf
and everything works out of the box just as it should. -> So I don't think it's a problem with my network.Lastly, I don't understand why
interface=(null)
. I tried using the-I
option to change the interface name but I have no idea what it could be so I just getUPNP_E_INVALID_INTERFACE (-121)
instead.Hope someone here can help!