Reputation: 2743
Is there a possibility of streaming my app views (screen) to Chromecast
?
I would like to use it as the way to my app, while not having the Apple TV (that is fully integrated with iOS, and allow for 1 to 1 streaming screen content).
Can I use Chromecast SDK to stream what's on the iDevice Screen in my application ?
Upvotes: 1
Views: 403
Reputation: 1
You can now use the remote display feature. Please note this is still marked as experimental and also require a device running at least iOS8
Upvotes: 0
Reputation: 19034
There is no api in the SDK to accomplish this. You can either create frames and send frames as a "video" stream or you can possibly use WebRTC for better performance.
Upvotes: 1