This document describes an application we created using the Brightcove App SDK for Android. If you'd like to learn more about the SDK, including the documentation package for you to download and use to start building Android apps, please read Getting Started with the Brightcove App SDK for Android.
While working with the Brightcove App SDK for Android, there are some potential pitfalls that you will want to avoid. This article will help keep you on the right track as you code your application. Also remember to review these other documents about the Brightcove App SDK for Android:
While working with the Brightcove App SDK for iOS and Cocoa Touch, there are some potential pitfalls that you can run into. This article will help keep you on the right track as you code your application.
We are happy to let you know about the latest release of the Brightcove App SDK for iOS, version 2.0.1. This version of our SDK for iPad and iPhone apps fully supports Apple iOS 4.2 in all three libraries. In addition, we have added a new parameter to the Media API to make it easy to use HTTP Streaming with Brightcove.
Note: This article refers to an older version of the Brightcove App SDK for iOS. Go to Brightcove App SDK for iOS for links to the zip files that include the latest versions.
We're happy to announce that we have updated the Brightcove App SDK for iOS to support sharing videos by e-mail and Twitter. The new version of our app SDK, version 2.0, has some new APIs. Go to Brightcove App SDK for iOS for links to the zip files that include the latest versions of the SDK classes, and reference docs. Let us know what you think in the Mobile SDK forum and please post your feature requests.
The article formerly at this URL described an interim solution Brightcove developed for delivering video with HTML5, using a JavaScript library named MobileCompatibility.js. We now recommend that instead of this interim solution, you should use Brightcove's smart players feature for most situations.
This document describes the Brightcove App SDK for Android, which enables you to develop your own Android native application to deliver your Brightcove videos to Android device platforms. In addition to this “getting started” article, check out these documents:
This document describes the Brightcove App SDK for iOS, which enables you to develop your own iPhone native application to deliver your Brightcove videos to the iPhone, iPad, and other iOS platforms.
The article formerly at this URL described an interim solution Brightcove developed for delivering video with HTML5, using a JavaScript library named BCHTML5.js. We now recommend that instead of this interim solution, you should use Brightcove's smart players feature for most situations.
Use this form to register for product updates regarding the iOS and Android Brightcove Mobile SDKs. We will send notifications for release announcements, product changes, and known issues.
This is part 1 of a two part article about rendering playlists in apps built using the Brightcove App SDK for iOS. In this part 1, we will render a playlist in its simplest form: a UITableView will be populated with the names of the videos in the playlist and a UINavigationBar will display the playlist name. You can download a zip file that includes the source code for this project.
How the same HTML page can support delivering a mobile optimized player to mobile devices, while delivering a desktop optimized player to other devices, using JavaScript to detect the device type and select which player to display.