View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016310 | MMW 5 | Playback | public | 2020-01-28 02:35 | 2020-02-01 01:01 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0016310: Radio streaming: PAUSE triggers an endless loop | ||||
Description | 1 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2225 | ||||
|
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. |
|
Verified 2226 It works OK, no more loops. |