Media API Examples

This document presents some simple examples of making Media API queries from JavaScript.

Read More

This example application uses an HTML page to upload a video to your media library, using Java and the Media Write API. The HTML form page is backed up by a servlet class that takes the video name, description, and file, and passes them into the create_video method.

Read More

This example application uses a PHP page to upload a video to your media library, using PHP and the Media Write API. The video submission occurs on an HTML form, and this PHP script handles the form and uploads the video to the service.

Read More

Sample code for the PHP Media API upload example.

Read More

This sample application uses the Media API to query for a list of the five most-viewed videos in the past week, and displays them in an HTML sidebar. The videos are clickable and launch a player in a new window.

Read More

This document presents the VideoManager, a sample application that uses the Brightcove Media API and JavaScript. The VideoManager is a client that manages basic tasks in a Media Library. In many respects, it follows the same design patterns as the Brightcove Media module, but instead of being implemented as a Flash application, it uses HTML, JavaScript, and the Media API.

Read More

This is the sample proxy.jsp file for the the VideoManager application. It proxies the request to the API interface and its response.

Read More