Search code examples
ioschromecast

Sending custom UIViewController by Chromecast


I'm trying to get started with Chromecast as well as Airplay, and I'm a bit stuck : is it possible to send directly a UIViewController to the Chromecast-connected device? From what I looked, it seems I am only able to send basic media (image, text, video) to the device. So, if I understand, the only solution would be to "re-create" the interface by sending the components one by one? (is that even possible? or can you display only one media at once?)

Thanks


Solution

  • You can create custom channels using HTML5 and you can stream to in-built receiver apps, but no, you cannot send a UIView directly to a Chromecast device