View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015739 | MMW 5 | Playback | public | 2019-06-13 01:32 | 2020-07-22 01:40 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | sometimes |
Status | closed | Resolution | reopened | ||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0015739: Online Track Playback: Some Tracks can't be played | ||||
Description | Some tracks when tried to play using online API player fail even original URL play in browser. | ||||
Steps To Reproduce | 1. Browse Online Search for Album artist 2. Try to play track 3. Try to change Search Results of online playback (Right click -> Search Results -> [SOME OTHER TRACK RESULTS] 4. Track Fail to play 5. Repeat Step 4 and select Original Search result -> Track play | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 2184 | ||||
|
It is expected behavior. Some Youtube videos contain only H264 version, which cannot be played in MM5 (our Chromium does not contain H264 codec, because of the license, it can play only WebM). Youtube API cannot filter results based on this, we have to try to play the track to find out, whether it is really playable. We have automatic fallback, it tries the next track from the searched list after the fail. This fallback is suppressed, when the YT track is selected manually from Search results. |
|
Reopening, found out, that it is causing strange crash in Chromium ceflib.dll: 1) open mentioned online album "Freight Train", artist Alan Jacskon 2) play third track "After 17" -> it fails to play first YT track and starts to play the second. 3) right-click on art window - Search result - select first item ("Alan Jackson - After 17 wth Lyrics ") -> it does not play 4) close MM5 -> crashes to white screen, sometimes with Eureka log, sometimes without. We should analyze, whether we could do something with this bug, it could be bug in Chromium too. |
|
I have not observed White Screen crash initially but if Non playing track was playing one and you close MM5 then I can replicate WhiteScreen Crash. |
|
Yes, it occurs when non playing track is trying to play twice (for the first time you may not notice the attempt because of quick fallback to another track). |
|
The problem is in context menu opened above youtube window (EmbeddedWindow of type "ytplayer"). When user opens this context menu, on any YT video, it causes, that app crashes during shutdown, most often to white screen. Sometimes it crashes even sooner. Petr please look at it, it will be related to this special kind of window, thanks. |
|
Fixed |
|
It still fail for the affected track sample when you change search result. Sent you track offline. |
|
As described above, this is expected. If you force MM to play some exact search result, and this search result has only H264 version on Youtube, playback fails this way. Our Chromium cannot have H264 decoders because of the license. Youtube converted most of videos to WebM, but there are still some, which are H264 only, and such cannot be played in MM5. We sadly cannot detect this situation in advance. Or did you reproduce the crash again? |
|
White Screen Crash Happen each time I try to play same track twice. Second time MM5 simply stops playback where first time it skips to next track in search results. |
|
Reproduced, seems to be still some problem when context menu was opened above YT window. |
|
Fixed |
|
Verified 2185 Please Close after another confirmation |
|
Verified 2261 Unable to reproduce. |