primetech
Android Enthusiast
Pretty simply, after seeing the requirements and the limitations for normal html5 development on the Chromecast, and paying my $5 admission fee.... it's ridiculous.
So if anyone wants to jumpstart their development of an app for Android or Chrome and they already have a Receiver app hosted on an https site (apparently even Google Docs will do), I'll publish your app myself.
Here's a list of things I'd need to know for publishing a Receiver and Sender app. Message me there, or here, if you're interested. I try to keep my Hangouts invites visible.
Things to note:
In Chrome, both a Sender URL and a Receiver URL are required. The sender can be site specific (e.g. if your application is hosted at mysubdomain.site.com/folder/page.html, the sender URL will get shortened to mysubdomain.site.com.)
For the above reason, you can't send Web requests from locally hosted sites. Google needs direct access to them, so they forbid it.
The Receiver URL must be a single page, however. This is what gets displayed on the screen. Because of the restrictions of the Chromecast, even Google considers it safe to assume your content should be hosted in a single 1280x720 rectangle.
All Receiver URLs must go to an https site. There's a way to use Google Drive/Docs to house a Receiver via https. You'll probably have to search around the Chrome store for a reliable Google Drive html editor if you need to go this route, so I would recommend Drive only as a last resort.
So if anyone wants to jumpstart their development of an app for Android or Chrome and they already have a Receiver app hosted on an https site (apparently even Google Docs will do), I'll publish your app myself.
Here's a list of things I'd need to know for publishing a Receiver and Sender app. Message me there, or here, if you're interested. I try to keep my Hangouts invites visible.
Things to note:
In Chrome, both a Sender URL and a Receiver URL are required. The sender can be site specific (e.g. if your application is hosted at mysubdomain.site.com/folder/page.html, the sender URL will get shortened to mysubdomain.site.com.)
For the above reason, you can't send Web requests from locally hosted sites. Google needs direct access to them, so they forbid it.
The Receiver URL must be a single page, however. This is what gets displayed on the screen. Because of the restrictions of the Chromecast, even Google considers it safe to assume your content should be hosted in a single 1280x720 rectangle.
All Receiver URLs must go to an https site. There's a way to use Google Drive/Docs to house a Receiver via https. You'll probably have to search around the Chrome store for a reliable Google Drive html editor if you need to go this route, so I would recommend Drive only as a last resort.