Video API: Difference between revisions

(Replaced content with '== Defining an Enhanced API for Video == ===== Notice ===== Moved to [https://wiki.mozilla.org/PopcornOpenVideoAPI Popcorn API]')
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Defining an Enhanced API for Video ==
== Defining an Enhanced API for Video ==


===== Abstract =====
===== Notice =====


The HTML5 specification introduces the <audio> and <video> media elements, and with them the opportunity to dramatically change the way we integrate media on the web. The current HTML5 media API provides ways to play and get limited information about audio and video, but gives no way to programatically access or create such media.  We present a new extension to this API, which allows web developers to read and write raw audio data.
Moved to [https://wiki.mozilla.org/PopcornOpenVideoAPI Popcorn API]
 
===== Authors =====
 
* Anna Sobiepanek([http://twitter.com/annasob @annasob])
* Scott Downe ([http://scottdowne.blogspot.com])
* Daniel Hodgin ([http://twitter.com/dhhodgin @dhhodgin])
* Nick Cammarata
 
===== Other Contributors =====
 
* Brett Gaylor
 
===== Status =====
 
'''This is a work in progress.''' 
 
===== Version =====
 
 
== API Tutorial ==
 
We have developed a proof of concept
 
===== Complete Example =====
 
 
== Additional Resources ==
 
 
=== Working Video Data Demos ===

Latest revision as of 18:17, 11 June 2010

Defining an Enhanced API for Video

Notice

Moved to Popcorn API