CastVideos-ios application shows how to cast videos from an iOS device in a way that is fully compliant with the Cast Design Checklist.
This is a reference sender app to be used as the starting point for your iOS sender app
Here is the list of other reference apps:
- iOS Sender API library : can be downloaded here at: https://developers.google.com/cast/docs/downloads/
- Get a Chromecast device and get it set up for development: https://developers.google.com/cast/docs/developers#Get_started
- Register an application on the Developers Console http://cast.google.com/publish. The easiest would be to use the Styled Media Receiver option there. You will get an App ID when you finish registering your application.
- Setup the project dependencies in xCode using Cocoapods.
** If necessary, install Cocoapods: See this guide
** In the CastVideos-ios directory, run
pod install
** Open CastVideos-ios.xcworkspace (not the .xcproject) - In AppDelegate.m, replace the value after .applicationID with your app identifier from the Google Cast Developer Console. When you are done, it will look something like:
- [ChromecastDeviceController sharedInstance].applicationID = @"1234ABCD";
Google Cast iOS Sender Overview: https://developers.google.com/cast/docs/ios_sender
- Cast APIs: https://developers.google.com/cast/
- Google Cast Design Checklist http://developers.google.com/cast/docs/design_checklist
- If you find any issues, please open a bug here on GitHub
- Question are answered on StackOverflow
Please read and follow the steps in the CONTRIBUTING.md
See LICENSE
Google Cast Developers Community on Google+ http://goo.gl/TPLDxj