iceddev / chromecast

ChromeCast implementation for Node.js
MIT License
122 stars 15 forks source link

Documentation: calling sample receiver #4

Open JpEncausse opened 10 years ago

JpEncausse commented 10 years ago

Hi,

Do you have a little documentation on how to launch a custom app like described in SDK? https://github.com/googlecast/CastHelloText-chrome

How to declare ApplicationID and namesapce to send some data and go to the right receiver ?

Regards

phated commented 10 years ago

Not really. This was created by reverse engineering the old version of the ChromeCast JS SDK. The YouTube example still works, so you might be able to get some answers from that.

bolix commented 10 years ago

@phated have you considered revisiting the newer version of the SDK?

phated commented 10 years ago

The new SDK is horrific and was impossible for me to reverse engineer the night I tried. They use a lot of iframe/postMessage sandboxing to throw you off. I welcome anyone else to give it a shot.