hzeller / gmrender-resurrect

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.
GNU General Public License v2.0
832 stars 202 forks source link

Does it needs modify the scripts/init.d/gmediarenderer if sound card registered? #106

Open Madhu205 opened 8 years ago

Madhu205 commented 8 years ago

I modified the rpi-linux source code to register the wolfson audio card(wm5102) comparing to previous setup.Now audio card registered fine,but audio not coming whenever i tried to play a audio file or video file(Video streaming fine without audio). What is the reason for that?

Thanks in advance..

Madhu205 commented 8 years ago

After running aplay -L,getting null Discard all samples (playback) or generate zero samples (capture) default:CARD=ALSA bcm2835 ALSA, bcm2835 ALSA Default Audio Device sysdefault:CARD=ALSA bcm2835 ALSA, bcm2835 ALSA Default Audio Device default:CARD=xxxx xxxx, xxxx Default Audio Device sysdefault:CARD=xxx xxxx, xxxx Default Audio Device Here xxxx is my audio card name,I need to send DLNA renderer output to this,I changed ALSA_DEVICE="xxxx" in /etc/init.d/gmediarenderer ,but output not coming via this card..