View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014585 | MMW 5 | Playback | public | 2017-12-12 20:22 | 2022-12-23 17:02 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0014585: Support playing of YouTube files to Chromecast | ||||
Description | MM5 can play to Chromecast, but we should ensure that it can play also youtube links to Chromecast. | ||||
Additional Information | https://github.com/irfanhabib/youtube-castv2-client https://github.com/thibauts/node-castv2 https://github.com/xat/castnow https://github.com/rg3/youtube-dl | ||||
Tags | No tags attached. | ||||
Fixed in build | 2121 | ||||
|
After a bit of struggling I am able to send YT video to Chromecast using https://github.com/irfanhabib/youtube-castv2-client So it should be possible for us to copy their token flow, i.e. all the tokens flow (screenId, XSRF token, lounge id, playlistId, sessionID, videoID) in YoutubeController.prototype.loadWithNewSession (source at https://github.com/irfanhabib/youtube-castv2-client/blob/master/YoutubeController.js ) |
|
Implemented in 2121 |
|
Reopening, it does not work for files recently taken from MusicBrainz DB (which do not have exact Youtube link yet). |
|
Fixed. |
|
Re verify in 2260 as 2259 return mixed results. |
|
Verified 2260 All working Ok now. |