Jonathan Pentecost
Jonathan Pentecost
> BTW I'm wondering this is root cause of #64 It very well could be, we don't have great logging or error information in those cases so might be why...
Hello! I don't have any initial ideas about why this wouldn't work sorry. Is the media that fails always bluerays with the container changed as `mp4`, and do any of...
Apologies I couldn't be more help, glad you got it working though! > If there any way to fallback and attempt to transcode if the file fails to play and...
Are you able to provide the command you used for `castnow` and any debug output it has? I'm not to familiar with how `castnow` does things, but it sounds like...
Yup, that would be a handy feature :)
Related issues: https://github.com/vishen/go-chromecast/issues/79 and https://github.com/vishen/go-chromecast/issues/96. Neither of these would be an issue if we didn't try and guess the content type and return an error if we couldn't.
What is PlutoTV? I looked at their website but couldn't tell. Did you want to cast PlutoTV to the chromecast? Or something else?
Thanks! I think it should be possible, you can try loading that URL directly and see if that works?: ``` $ go-chromecast load "https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f120e94a5714d00074576a1/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=web&deviceId=unknown&deviceLat=-22.9201&deviceLon=-43.3307&deviceMake=chromecast&deviceModel=chromecast&deviceType=chromecast&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=BR&sid=chromecast&userId=chromecast" ``` If that does work then...
Ah, my apologies, I need to make it so you can specify the chromecast app as well, I didn't think of that initially. Let me push out a change today...
Apologies for the delay in all of this. In the latest master there is a new command `load-app`, this should allow you to change the chromecast app and specify a...