nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.37k stars 148 forks source link

Raspi Zero dlna render is not working, solved by compiled new version gmrender-resurrect #100

Closed wswv closed 2 years ago

wswv commented 3 years ago

I tried it on Raspi OS burster, it could play, but can not display play status, can not adjust volume, can not jump to next song, so I have to compiled it from gmrender-resurrect source, and the issue solved, below is compile process, it refer from http://blog.scphillips.com/posts/2014/05/playing-music-on-a-raspberry-pi-using-upnp-and-dlna-v3/, hope it could help somebody who met the same issue. $ cd gmrender-resurrect $ sudo apt-get install autoconf $ ./autogen.sh $ ./configure $ sudo make install

Thanks!