-
Greetings @thibauts !
Just sending you an error I'm getting when using castv2-client but that seems to reside in castv2:
![Error Screenshot](https://cldup.com/_7sTV5iNbF.png)
-
Can this play local files?
e.g. `contentId: 'file:///Users/cameron/Video.mp4`
As when I do that I get the error Load failed here:
```
player.load(media, { autoplay: true }, function(err, stat…
-
Hello,
Just testing the setVolume functionality as seen in this example script:
[testing-castv2-client.js](https://gist.github.com/guerrerocarlos/552cdb38cbd8d153260e) it doesn't seem to work, has it…
-
First off, thanks for the awesome work that you have done! I'm trying to get familiar with this code by writing a sender that will launch and play a youtube video. The 'Protocol Description' > 'Contro…
-
The new chromecast-player version I'm working on will have a simple plugin api (see the dev branch). there for I wanted to create a sample youtube plugin.
I managed to attach the player to an already…
-
Great start to this module. I want to use it in [webtorrent](https://github.com/feross/webtorrent) but there are lots of little things that should be fixed.
- Push latest version (0.0.4) to git.
- No …
-
my app loads ok but the socket observer in the client never gets called on response messages. The connect should result in a response msg contains the SESSION.. But nothing called on receipt of a pac…
-
Is it possible to add VTT text track support?
It is supported on the DefaultMediaReceiver
-
I am trying to use this module with node-webkit, but after some debugging im stuck at the following error:
```
>> dyld: lazy symbol binding failed: Symbol not found: __ZN2v86String3NewEPKci
>> Refe…
-
Hi, I use this modul to write a little webapp tracking the state of my chromecast.
I noticed some problems when I turn of my TV so the chromecast shuts down, it seems the handling for this is a bit in…