A Hola Spark fork optimized for playing YouTube videos
nipos a0e6a7b299 Remove doubled captions,fix thumbnails | 5 yıl önce | |
---|---|---|
src | 5 yıl önce | |
transforms | 8 yıl önce | |
.gitignore | 5 yıl önce | |
.jshintrc | 7 yıl önce | |
.npmignore | 7 yıl önce | |
Gruntfile.js | 5 yıl önce | |
LICENSE | 7 yıl önce | |
README.md | 5 yıl önce | |
browserify-css.js | 8 yıl önce | |
package.json | 5 yıl önce |
YouPlay Player is a HTML5 video player based on Video.js which looks similar to YouTube. Forked from Hola Spark.
To start using YouPlay Player, follow these steps:
Download the latest yp-player.js from https://notabug.org/youplay/yp-player/releases
Add this script to your document's <head>
as follows:
<script src="./yp-player.js"></script>
<video>
tag on your page:<video class="video-js vjs-default-skin" poster="./my-preview-image.jpg" width="640" height="360" controls>
<source src="./my-video.mp4" type="video/mp4">
</video>
<script>
window.yp_player();
</script>
We will soon create wiki pages with more details about how you can use YouPlay Player.
YouPlay Player is licensed under the ISC License. View the license file
Forked from Spark Player - Copyright 2017 Hola Networks ltd