View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017376 | MMW 5 | Casting (Google Cast / UPnP) | public | 2021-01-14 15:48 | 2021-02-01 11:21 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0017376: Music video is casted as audio | ||||
Description | Debugging why a video file is casted as audio to Chromecast here: https://www.mediamonkey.com/forum/viewtopic.php?p=476745#p476745 It was shown that if type = 'Music video' the file is casted as audio only. Workaround is to change the type to 'Video' in MM5 > Properties | ||||
Additional Information | https://developers.google.com/cast/docs/reference/messages#MovieMediaMetadata | ||||
Tags | No tags attached. | ||||
Fixed in build | 2294 | ||||
|
The technical reason is that MM5 served the https://developers.google.com/cast/docs/reference/messages#MusicTrackMediaMetadata for the 'Music video' which is causing that the Chromecast plays the file as audio only then (even when "contentType":"video/mp4" is specified) Solution is to serve https://developers.google.com/cast/docs/reference/messages#MovieMediaMetadata for the Music Video. The only downside is that that album/artist info is not shown on playback start. Fixed in 2294 |
|
Verified 2295 Tested on Nexus player, that have builtin Chromecast. |