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
834 stars 202 forks source link

Silence and Distorted Sound #73

Open randombop opened 9 years ago

randombop commented 9 years ago

There is a strange behaviour with playlist containing differently encoded mp3 files: when a playlist contains a track encoded with 128kbs at 44kHz followed by a track encoded with 160kbs at 22kHz the second track starts silently and finishes after a while playing at double speed. The other way round the second track plays half speed.

When playing it with 'gaps' (no SetNextAVTransportURI) everything is ok.

The controller is UPnPlay (Android), the renderer is a raspberry pi with raspian and the current gstreamer 1.0

hzeller commented 8 years ago

(Uh, just found this old bug). This is interesting, but I suspect it has something to do with the way gstreamer handles the streams. Since a while passed since then, did you try to test it with newer versions ?

randombop commented 8 years ago

I switched from raspian to arch linux, it works with its current version (1.6.3) of gstreamer. I don't remember the first version that worked.