Skip to content

CastVideos-ios application shows how to cast videos from an iOS device in a way that is fully compliant with the Design Checklist.

License

Notifications You must be signed in to change notification settings

xeniah/CastVideos-ios

Repository files navigation

demo-cast-video-ios

This Google Cast demo application shows how to cast videos from an iOS device in a way that is fully compliant with the UX Checklist.

Dependencies

Setup Instructions

  • Setup a Chromecast device
  • Regsiter an application on the Developers Console http://cast.google.com/publish. The easisest would be to use the Styled Media Receiver option there. You will get an App ID when you finsih registering your application.
  • Setup the project dependencies in xCode
  • In ChromecastDeviceController.m, replace @"[YOUR_APP_ID_HERE]" with your app identifier from the Google Cast Developer Console. When you are done, it will look something like:
    • static NSString *const kReceiverAppID = @"1234ABCD";

Documentation

Google Cast iOS Sender Overview: https://developers.google.com/cast/docs/ios_sender

References and How to report bugs

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE

About

CastVideos-ios application shows how to cast videos from an iOS device in a way that is fully compliant with the Design Checklist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published