chromecast-player icon indicating copy to clipboard operation
chromecast-player copied to clipboard

simple chromecast player

Results 8 chromecast-player issues
Sort by recently updated
recently updated
newest added

Has anyone figured this out? castv2-client supports it: https://github.com/thibauts/node-castv2-client/wiki/How-to-use-subtitles-with-the-DefaultMediaReceiver-app#enabling-subtitles

npm is asking that this be included in the repo (and that's what the internet seems to think too).

Previously, if no player app loaded, an asynchronous exception was raised. There was no way to catch this exception, and therefore no possibility to recover. Instead, here, emit an error....

Hi ! Thanks ! I own a chromecast key model H2G2-42. With castnow, I have many timeouts with defaults.ttl set to 10000... no more timeouts with 20000. https://github.com/xat/chromecast-player/blob/master/index.js#L16

I'm trying to decipher where I could specify the name of a local chromecast so I could attach and send commands to that chromecast only. Any advice?

Previous versions of this api (0.0.6) allowed directly access to the `metadata` property on `node-castv2-client`. Is it still possible to do this?

When querying the state of the Chromecast using getCurrentSession, the 2nd parameter on the callback says that the chromecast is not muted. Even after muting it with this lib. I'm...

- The onClose callback defined in api.js never seems to get called - There should be a defined way to shutdown the player - The listeners within timelineHelper.js should get...