Search code examples
chromecast

What is the role of receiver.html in the chromecast flow? Is it required?


I have been looking over a recent example app for chromecast and found that they did not include an example receiver.html? https://github.com/googlecast/cast-ios-demo-player

I was under the impression that the receiver.html was required, and was to be specified in the code, much like the original example at https://github.com/googlecast/cast-ios-sample

Can someone help clarify in this new example what is going on? I havent been able to identify where it specified in the project?


Solution

  • Use the Receiver at https://github.com/googlecast/cast-android-sample/tree/master/receiver for all the demos. (Android, iOS, and Chrome)