View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017367 | MMW 5 | Playback | public | 2021-01-11 22:47 | 2021-01-14 21:05 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0017367: Playback of FLAC file from OneDrive fails and can result in freeze/crash | ||||
Description | LowLander submitted some crash logs ( CB591603, 46CB5CAC ) and sent debug log over IM (together with the FLAC file) where playing FLAC file from OneDrive caused the playback thread to freeze entirely and thus resulted in the "task queue deadlock detected" assertions. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2294 | ||||
|
I can replicate the issue with the provided FLAC file uploaded to OneDrive and trying to play it from Devices & Services > OneDrive > ... subsequently. The issue is even worse when waveform bar is enabled. It seems that the cause is that OneDrive does not return Content-Length header (and the playback issue is consequence of this). |
|
Our request header Accept-Encoding: deflate, gzip, identity is causing that OneDrive sends us the response as chunked zipped stream. i.e. removing gzip from Accept-encoding is the solution |
|
Fixed in 2294 |
|
Verified on 2294 |