skorokithakis / catt

Cast All The Things allows you to send videos from many, many online sources to your Chromecast.
BSD 2-Clause "Simplified" License
3.34k stars 153 forks source link

Google cast stops after 30 seconds - Nest hub #353

Open hemandk opened 3 years ago

hemandk commented 3 years ago

Hi,

After the Nest Hub is updated to Fuchsia it stops if I cast home assistant after 30 seconds now instead of 10 minutes as before.

Would it be possible to Use disableIdleTimeout as mentioned in Google docs?

https://developers.google.com/cast/docs/reference/web_receiver/cast.framework.CastReceiverOptions

window.castReceiverManager.start({statusText: "Application is starting", disableIdleTimeout: true});

this was also mentioned in the following issue that was closed: https://github.com/skorokithakis/catt/issues/335

swiergot commented 2 years ago

Sure:

https://github.com/skorokithakis/catt/pull/410