View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014572 | MMW 5 | General | public | 2017-12-02 23:10 | 2019-07-25 18:38 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0014572: HTTPS Radio stations fail to play (regression) | ||||
Description | Some radio stations fail to play in MMW - https://wdr-wdr2-muensterland.icecastssl.wdr.de/wdr/wdr2/muensterland/mp3/128/stream.mp3 Stream Info: HTTP/1.0 200 OK Content-Type: audio/mpeg Date: Sat, 02 Dec 2017 23:08:34 GMT icy-description: Westdeutscher Rundfunk Koeln icy-genre: wdr icy-name: WDR 2 Muensterland aktuell, Westdeutscher Rundfunk Koeln icy-pub: 1 icy-url: http://www.wdr2.de Server: dg-wdr-https_fra-dtag_edge_a8e804f5c311baaed9221877a8a8051b Cache-Control: no-cache, no-store Access-Control-Allow-Origin: * Access-Control-Allow-Headers: Origin, Accept, X-Requested-With, Content-Type Access-Control-Allow-Methods: GET, OPTIONS, HEAD Connection: Close Expires: Mon, 26 Jul 1997 05:00:00 GMT icy-metaint: 16000 - https://wdr-wdr3-live.icecastssl.wdr.de/wdr/wdr3/live/mp3/256/stream.mp3 Stream Info: HTTP/1.0 200 OK Content-Type: audio/mpeg Date: Sat, 02 Dec 2017 23:06:40 GMT icy-description: Westdeutscher Rundfunk Koeln icy-genre: wdr icy-name: WDR 3, Westdeutscher Rundfunk Koeln icy-pub: 1 icy-url: http://www.wdr3.de Server: dg-wdr-https_fra-dtag_edge_a8e804f5c311baaed9221877a8a8051b Cache-Control: no-cache, no-store Access-Control-Allow-Origin: * Access-Control-Allow-Headers: Origin, Accept, X-Requested-With, Content-Type Access-Control-Allow-Methods: GET, OPTIONS, HEAD Connection: Close Expires: Mon, 26 Jul 1997 05:00:00 GMT icy-metaint: 16000 | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=10&t=88871 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2187 | ||||
|
The streams plays fine in MM5, to be found why they don't play in MM4 |
|
We have reviewed the needed changes (already in MM5) and the changes are quite complex and risky. i.e. there is a high risk of a regression with porting the new handling from MM5 to MM4. Resolving as fixed in 5.0.0.2085 |
|
Reopen Links fail to play in 2178 Log File is on FTP. |
|
It is a regression in the in_wmp3.dll plugin. When I copy the in_wmp3.dll from the build 2085 then the playback works. It is a regression introduced by Michal in the SVN revision 32747 while fixing 0015321 The plugin no longer uses our THTTPStream object for the https stream reading and is using old HttpStream.cpp that is not SSL ready (works only for http). Assigned to Michal (details discussed offline) |
|
Regression fixed in build 2186. Will be working on using THTTPStream with Icy data support for streams. |
|
Fixed in build 2187. Now this should work even with Icy metadata, and stability improved. |
|
Verified 2187 Stream Plays. |