View Issue Details

IDProjectCategoryView StatusLast Update
0016310MMW 5Playbackpublic2020-02-01 01:01
Reporterrusty Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0016310: Radio streaming: PAUSE triggers an endless loop
Description1 Play http://stream.radioparadise.com/aac-128 or http://stream.radioparadise.com/aac-320
2 Press PAUSE (Play/Pause button) after a few minutes
3 Wait 10 minutes and then press PLAY (Play/Pause button)
--> music loops endlessly

Not sure if this occurs with all streams/streaming formats or not.

Possible solutions:
a) buffer until silence is detected, and on Playback resumption play the entire buffer and then switch to the live stream (though this seems complex)
b) when a radio stream is playing but PAUSED, continue 'playing' through/loading the buffer silently (though this uses bandwidth & CPU unnecessarily)
c) for radio streams, STOP the stream instead of Pausing them.
TagsNo tags attached.
Fixed in build2225

Relationships

related to 0016330 closedmichal Play / Pause --> crashlog id CEAB0000 (regression) 

Activities

michal

2020-01-31 14:05

developer   ~0056421

Last edited: 2020-01-31 15:28

Fixed in build 2225. These streams are now buffered some time during pause, so pause could be used for longer prebuffering for a few seconds. After the buffer is half-full, downloading is stopped. After unpause it plays the buffer and continue with the live stream, buffered during this buffer playback. I think it is quit ordinary solution of this.

peke

2020-02-01 01:00

developer   ~0056466

Last edited: 2020-02-01 01:01

Verified 2226

It works OK, no more loops.