The HTML5 Media Framework. (Unmaintained. See https://github.com/menismu/popcorn-js for activity)
Перейти к файлу
Alan Mooiman 95162da9c4 Link to fork with more active development 2017-09-21 09:28:46 -04:00
build Simplified unit tests and added warning being thrown by lint to its ignore list 2011-09-14 12:18:17 -04:00
demos/semantic_video Fix bug 891168 - Remove Twitter plugin 2013-07-08 20:22:42 -04:00
effects/applyclass [#826] Removed preload=none in the applyclass html file. Also did a bit of style cleanup 2012-01-04 11:17:58 -05:00
ie8 Fix Bug 977087 - Fix custom event shim for IE8. 2014-02-28 11:50:02 -05:00
modules Added the possibility to specify the id of the document element that the subtitles are appended to. 2014-02-21 10:19:20 -05:00
parsers Added the possibility to specify the id of the document element that the subtitles are appended to. 2014-02-21 10:19:20 -05:00
players Fix bug 891168 - Remove Twitter plugin 2013-07-08 20:22:42 -04:00
plugins Fix CRLF 2015-02-17 15:20:37 +11:00
test Fix CRLF 2015-02-17 15:20:37 +11:00
tools
unsupported [#924] Added a toString option for the majority of our plugins. Disregarded typically unused plugins as well as ones that are broken 2012-07-31 09:16:02 -04:00
wrappers Merge pull request #441 from pculture/master 2015-06-05 19:54:33 -04:00
.gitattributes Fix CRLF 2015-02-17 15:20:37 +11:00
.gitignore
AUTHORS [#1238] Fix typo in matt's name 2012-07-24 18:04:49 -04:00
CHANGELOG.md Bug 1237 - Add CHANGELOG to repository 2012-07-24 16:41:19 -04:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2017-01-26 10:43:09 -08:00
LICENSE
LICENSE_HEADER
Makefile [#889982] Ensure wrappers are included in the correct order. 2013-07-03 15:06:52 -04:00
bower.json 1.5.10 2014-07-31 12:00:15 -04:00
example.html
popcorn.js Fix Bug 890250 - Get ie8 shim working on most recent popcorn. 2014-02-19 15:18:12 -05:00
readme.md Link to fork with more active development 2017-09-21 09:28:46 -04:00
tests.conf jwplayer on popcorn side, so far. 2013-10-17 16:13:35 -04:00

readme.md

This project is no longer maintained

Mozilla no longer maintains this project. There is a fork with more active development here, if you're interested in further development of PopcornJS you may want to check that out.


Popcorn.js

Mozilla's HTML5 Video Framework

Overview

Popcorn.js is Mozilla's HTML5 video and media library for the open web. It allows web developers, filmmakers, artists, designers and others to easily create timeline based web productions. Popcorn.js helps simplify media API and implementation differences between browsers and includes a powerful event system and a rich plugin architecture and plugins.

Popcorn.js can be used with almost any media type you can imagine, from HTML5 audio and video, to YouTube and Vimeo, to SoundCloud, etc. Popcorn.js also has plugins to allow content from popular web sites and services to be integrated easily, for example, Wikipedia, Facebook, Google Maps, etc.

Anything you can do on the web can be turned into a Popcorn.js plugin, and become part of a timeline-based web experience. Popcorn.js breaks video out of the box and allows media to fully interact with the rest of the web.

Try a live code example here.

Community

The Popcorn.js community is a mix of developers, filmmakers, artists, and everything in between. If you are interested in using Popcorn.js or helping us build it, you can use one or more of the following:

For Developers

You can follow the project's bugs and activity here.

For Plugin Authors

Popcorn.js offers a powerful plugin architecture. Plugins are a way for developers to wrap web functionality and allow it to be placed on a timeline, responding to a point in a video or other media resource.

Take a look at our growing gallery of officially supported plugins.

Have you built a cool plugin, or have an idea for one? Let us know!

License

Popcorn.js is made available under the MIT License.

Acknowledgements

Popcorn.js is built and maintained by a growing community, with the support of:

Changelog

A changelog can be found here.