HTML5 Goodness for Podcasting
Podlove Web Player is a Podcast-optimized, HTML5-based video and audio player with Flash fallback. It can be used as a WordPress plugin or within a static HTML/JavaScript context.
The Podlove Web Player supports almost every modern browser and also does captions, chapters and much more. Thanks to MediaElement.js for providing the foundation.
The release version should have the application, the moderator their dependencies and necessary styles and fonts
ready in the dist
folder.
Along with them there is a running example that shows you how to integrate the player in any webpage.
Either directly as in embed.html
or as an iframe/ embedded player as in index.html
.
Clone the repository and install all dependencies with
bower install
npm install
npm install -g gulp
$ gem update --system
-
gem install sass
or
sudo gem install sass
Then check your version (should be 3.3.x)
sass -v
Compass runs on any computer that has ruby installed.
Then install compass
gem install compass
Your version should be
Next you need to install the SASS CSS Importer ruby gem.
gem install --pre sass-css-importer
Install autoprefixer to parse CSS and add vendor prefixes to rules fetched from 'Can I Use' https://github.com/ai/autoprefixer
sudo npm install --global autoprefixer
There is a gulp task for that, processing a version with line comments as well as a minified one
gulp styles
Make is now replaced by gulp
Just run the default task to build the distribution package to dist
folder.
gulp
npm install -g uglifyify minifyify
smallest possible code (>50kB)
browserify -g uglifyify js/app.js > static/podlove-web-player.js
with sourcemaps (~250kB)
browserify -d js/app.js | minifyify > static/podlove-web-player.js
Build, serve and watch the local repository version. With livereload on top
gulp serve
Some automated tests are written and can be found in the spec folder. Install PhantomJS to be able to run them on your machine.
Run them with
gulp test
Each commit pushed to the repo will automatically launch the tests on TravisCI.
Important! The Wordpress-plugin that includes the Podlove-Webplayer alone will be moved to its own repo.
Fork it
Create your feature branch
git checkout -b my-new-feature
Commit your changes
git commit -am 'Added some feature'
Push to the branch
git push origin my-new-feature
Create new Pull Request
Contributors: Gerrit van Aaken, Simon Waldherr, Frank Hase, Eric Teubert, Juri Leino, Alexandra von Criegern and others Version: 3.0.0-alpha License: BSD 2-Clause License