dvdsk / pods

Cross platform Podcast app targetting the pinephone specifically (in early development)
7 stars 1 forks source link

Invalid duration -> stream underflow #20

Closed dvdsk closed 3 years ago

dvdsk commented 3 years ago

If an podcast episode has an invalid duration it will cause alsa underflows on the pinephone. This started happening after the buffering code switched from buffering a percentage of a download to a constant duration.

Related we have big problem currently if the incoming stream is slower then playback. This causes playback to stop -> triggering the alsa underflow.

related to #2

dvdsk commented 3 years ago

Happens immediately when trying to play back a downloaded file.

dvdsk commented 3 years ago

closing in favor of re-opening #2