From c5639ee890215e4e8e0f544821ea8d285ca58eb8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Sep 2014 22:26:58 +0200 Subject: init --- player/demo.captions.vtt | 41 + player/demo.html | 32 + player/font/vjs.eot | Bin 0 -> 4804 bytes player/font/vjs.svg | 28 + player/font/vjs.ttf | Bin 0 -> 4640 bytes player/font/vjs.woff | Bin 0 -> 3492 bytes player/video-js.css | 904 ++++++ player/video-js.less | 1098 +++++++ player/video-js.min.css | 5 + player/video-js.swf | Bin 0 -> 16803 bytes player/video.dev.js | 8044 ++++++++++++++++++++++++++++++++++++++++++++++ player/video.js | 150 + 12 files changed, 10302 insertions(+) create mode 100644 player/demo.captions.vtt create mode 100644 player/demo.html create mode 100644 player/font/vjs.eot create mode 100644 player/font/vjs.svg create mode 100644 player/font/vjs.ttf create mode 100644 player/font/vjs.woff create mode 100644 player/video-js.css create mode 100644 player/video-js.less create mode 100644 player/video-js.min.css create mode 100644 player/video-js.swf create mode 100644 player/video.dev.js create mode 100644 player/video.js (limited to 'player') diff --git a/player/demo.captions.vtt b/player/demo.captions.vtt new file mode 100644 index 0000000..e598be1 --- /dev/null +++ b/player/demo.captions.vtt @@ -0,0 +1,41 @@ +WEBVTT + +00:00.700 --> 00:04.110 +Captions describe all relevant audio for the hearing impaired. +[ Heroic music playing for a seagull ] + +00:04.500 --> 00:05.000 +[ Splash!!! ] + +00:05.100 --> 00:06.000 +[ Sploosh!!! ] + +00:08.000 --> 00:09.225 +[ Splash...splash...splash splash splash ] + +00:10.525 --> 00:11.255 +[ Splash, Sploosh again ] + +00:13.500 --> 00:14.984 +Dolphin: eeeEEEEEeeee! + +00:14.984 --> 00:16.984 +Dolphin: Squawk! eeeEEE? + +00:25.000 --> 00:28.284 +[ A whole ton of splashes ] + +00:29.500 --> 00:31.000 +Mine. Mine. Mine. + +00:34.300 --> 00:36.000 +Shark: Chomp + +00:36.800 --> 00:37.900 +Shark: CHOMP!!! + +00:37.861 --> 00:41.193 +EEEEEEOOOOOOOOOOWHALENOISE + +00:42.593 --> 00:45.611 +[ BIG SPLASH ] \ No newline at end of file diff --git a/player/demo.html b/player/demo.html new file mode 100644 index 0000000..8093718 --- /dev/null +++ b/player/demo.html @@ -0,0 +1,32 @@ + + + + Video.js | HTML5 Video Player + + + + + + + + + + + + + + + + + diff --git a/player/font/vjs.eot b/player/font/vjs.eot new file mode 100644 index 0000000..a2c0f5f Binary files /dev/null and b/player/font/vjs.eot differ diff --git a/player/font/vjs.svg b/player/font/vjs.svg new file mode 100644 index 0000000..fa6aa7b --- /dev/null +++ b/player/font/vjs.svg @@ -0,0 +1,28 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/player/font/vjs.ttf b/player/font/vjs.ttf new file mode 100644 index 0000000..682a9b2 Binary files /dev/null and b/player/font/vjs.ttf differ diff --git a/player/font/vjs.woff b/player/font/vjs.woff new file mode 100644 index 0000000..de98206 Binary files /dev/null and b/player/font/vjs.woff differ diff --git a/player/video-js.css b/player/video-js.css new file mode 100644 index 0000000..12e0fde --- /dev/null +++ b/player/video-js.css @@ -0,0 +1,904 @@ +/*! +Video.js Default Styles (http://videojs.com) +Version 4.6.1 +Create your own skin at http://designer.videojs.com +*/ +/* SKIN +================================================================================ +The main class name for all skin-specific styles. To make your own skin, +replace all occurances of 'vjs-default-skin' with a new name. Then add your new +skin name to your video tag instead of the default skin. +e.g.