Copyright © 2008 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
This javascript library enables you to take advantage of the HTML5 <video> and <audio> tags today. With a consistent player interface across all major browsers including Internet Explorer.
The library is built on jQuery and jQueryUI so its easy to theme, customize and extend.
The player supports the royalty free, patent unencumbered open media formats ogg theora/vorbis.
This enables websites to distribute video without future content distribution costs associated with the h.264 codec. With theora sporting similar qualities at web bitrates its a win win to start adoption ogg!
If your already distributing h.264 formats, the library supports a smooth transition with fallback to h.264 sources with the same html/css interface player skin as the ogg content.
mwEmbed support emerging subtitles and timed text formats for future prof accessibility.
It includes an easy to integrate free license asset search system for grabbing free content from repositories such as the Internet Archive, Wikimedia Commons, and Flickr. This lets you integrate quick access to freely reusable illustrative image or short web clip for your web app.
It includes components for flexible client side transcoding of assets via the Firefogg browser extension.
Firefogg integration lets video sites avoid intermediary transcode formats for user contributed media, distribute transcode costs, and lets the website provide specific transcoding settings directly to the client at the point of upload.
This project started as a part of the MediaWiki HTML5 media functionality project.
mwEmbed provides the basis for other MediaWiki media functionality. For more info see the projects overview on MediaWiki and the associated integration (currently called js2)
There are many other options (like thumbnail, poster, size, inline transcript display etc.) provided with this library.
The general goal of this project is to fully support the html5 video spec and provide a rich interface for creating online rich-media experiences based on html5 video and audio.
This site [metavid.org] makes heavy use of the library. Remote embedding of metavid content also uses the library.
If your site uses this library, please let us know and share your experience, feature requests and bugs on the bug tracker and forums.
<video> MIME typeNote that if the MIME types for Theora video are not set on the server, the video may not show or show a gray box containing an X (if JavaScript is enabled).
You can fix this problem for the Apache Web Server by adding the extension used by Theora video files (".ogm", ".ogv", or ".ogg" are the common types) to the MIME type "video/ogg" via the "mime.types" file:
Or by adding the "AddType" configuration directive in httpd.conf -
Your web host may provide an easy interface to MIME type configuration changes for new technologies until a global update naturally occurs.
MV_Embed is released under the GPL2 and hosted by the wikimedia foundation.
You may check out a read-only working copy anonymously over HTTP:
svn checkout http://svn.wikimedia.org/svnroot/mediawiki/branches/js2-work/phase3/js/mwEmbed/
If you'd like commit access, please submit a request to join this project..