Grant Goodman's Posts

Using getStage to Access Player Configuration Parameters

Using getStage to Access Player Configuration Parameters

The Player API's Experience Module has a new method named getStage() that returns a reference to the player's Stage. This opens up all kinds of possibilities. Chris DeGrace examines some of them, including how you can use getStage() to access the configuratiom parameters (like publisherID and @videoPlayer) in the player's publishing code.

Plex Integration

Plex Integration

Plex is a powerful open-source media center application for OS X. Kristen McGregor and Nat Tarbox, members of Brightcove's Professional Services team, wrote an article that shows you how you can use the Brightcove Media API to integrate Brightcove with Plex. Read more.

Making sitemaps for video search engine optimization

Making sitemaps for video search engine optimization

Search engines like Google and Yahoo need help in finding the video content on your site. The best way to help them is to create a sitemap that identifies the video content. A new article by Ashley Streb describes how you can leverage the Media API to generate sitemaps and video sitemaps. It includes sample code for Ruby, Python, and Java.

Code Sample: deep linking in the "get link" URL

Code Sample: deep linking in the "get link" URL

We have a new article and code sample in the Dev Center. Chris DeGrace describes how you can use the linkBaseURL player configuration parameter, as well as the getLink() and setLink() methods of the Player API to automatically append the playlist ID and video ID to the "get link" URL in order to support deep linking.

Using the ExpandingBanner Component

Using the ExpandingBanner Component

A new article by Brightcove developer Crystal West describes how to use the ExpandingBanner BEML component, including tips about positioning and sizing the ExpandingBanner component in your custom BEML template. Read more.