Skip to content

Commit

Permalink
iOS release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilrackett committed Jan 7, 2016
1 parent 97e0335 commit 7440f43
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 2,176 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ bin-debug/
bin-release/
.settings/
.DS_Store
/build/android/aircast-jar.jar
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
AirCast: Chromecast ANE for Adobe AIR
=====================================

A native extension for Adobe AIR that enables you to cast audio and video content to Chromecast devices from iOS apps, with Android (hopefully) coming soon.
A native extension for Adobe AIR that enables you to cast audio and video content to Chromecast devices from iOS apps.

Requires Adobe AIR 16+.
Requires Adobe AIR 20+.

iOS
---

Based on [Renaud Bardet's seemingly abandoned iOS-only ANE project](https://github.com/renaudbardet/ANE-chromecast), support for iOS is now largely complete, including:
Based on [Renaud Bardet's abandoned ANE](https://github.com/renaudbardet/ANE-chromecast), this native extension supports all of the basic features and functionality required to connect your iOS apps to Chromecast devices, including:

* Support for [default Chromecast receiver app](https://developers.google.com/cast/docs/receiver_apps#default), no registration required
* Upgrade to the latest Google Cast SDK
* Support for amd64 and Adobe AIR 16, required for submission to the App Store

Android
-------

The current Android implementation, based on based on [cordova-chromecast](https://github.com/videostream/cordova-chromecast), is (in theory at least) nearly complete, but there are a few (hopefully minor) dependency issues to be resolved.

Can you help?
* Detects Chromecast devices on the network
* Launch receiver applications
* Control media playback and volume
* Send and receive custom messages
* Support for [default Chromecast receiver app](https://developers.google.com/cast/docs/receiver_apps#default), so no registration required
* Uses the latest Google Cast SDK
* Supports amd64 and the latest Adobe AIR SDK, required for submission to the App Store
13 changes: 0 additions & 13 deletions android/.classpath

This file was deleted.

2 changes: 0 additions & 2 deletions android/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions android/.project

This file was deleted.

12 changes: 0 additions & 12 deletions android/AndroidManifest.xml

This file was deleted.

6 changes: 0 additions & 6 deletions android/gen/com/mesmotronic/ane/aircast/BuildConfig.java

This file was deleted.

Binary file removed android/libs/FlashRuntimeExtensions.jar
Binary file not shown.
Binary file removed android/libs/android-support-v4.jar
Binary file not shown.
17 changes: 0 additions & 17 deletions android/project.properties

This file was deleted.

31 changes: 0 additions & 31 deletions android/src/com/mesmotronic/ane/aircast/AirCastExtension.java

This file was deleted.

Loading

0 comments on commit 7440f43

Please sign in to comment.