forked from videojs/video.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
10,735 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Video.js | HTML5 Video Player</title> | ||
|
||
<!-- Chang URLs to wherever Video.js files will be hosted --> | ||
<link href="video-js.css" rel="stylesheet" type="text/css"> | ||
<!-- video.js must be in the <head> for older IEs to work. --> | ||
<script src="video.js"></script> | ||
|
||
<!-- Unless using the CDN hosted version, update the URL to the Flash SWF --> | ||
<script> | ||
videojs.options.flash.swf = "video-js.swf"; | ||
</script> | ||
|
||
|
||
</head> | ||
<body> | ||
|
||
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264" | ||
poster="http://video-js.zencoder.com/oceans-clip.png" | ||
data-setup="{}"> | ||
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' /> | ||
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' /> | ||
<source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' /> | ||
<track kind="captions" src="demo.captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 --> | ||
<track kind="subtitles" src="demo.captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 --> | ||
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p> | ||
</video> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
videojs.addLanguage("de",{ | ||
"Play": "abspielen", | ||
"Pause": "pausieren", | ||
"Current Time": "aktueller Zeitpunkt", | ||
"Duration Time": "gesamte Laufzeit", | ||
"Remaining Time": "verbleibende Laufzeit", | ||
"Stream Type": "Übertragungstyp", | ||
"LIVE": "LIVE", | ||
"Loaded": "geladen", | ||
"Progress": "Fortschritt", | ||
"Fullscreen": "Vollbildschirm AN", | ||
"Non-Fullscreen": "Vollbildschirm AUS", | ||
"Mute": "Ton AUS", | ||
"Unmuted": "Ton AN", | ||
"Playback Rate": "Wiedergabegeschwindigkeit", | ||
"Subtitles": "Untertitel AN", | ||
"subtitles off": "Untertitel AUS", | ||
"Captions": "Titel AN", | ||
"captions off": "Titel AUS", | ||
"Chapters": "Kapitel", | ||
"You aborted the video playback": "Sie haben die Video-Wiedergabe abgebrochen.", | ||
"A network error caused the video download to fail part-way.": "Ein Fehler bei der Verbindung verursachte eine Unterbrechung mitten im Download.", | ||
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "Das Video konnte nicht geladen werden, entweder weil der Server bzw. die Verbindung gestört ist, oder weil das Format nicht kompatibel ist.", | ||
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "Die Wiedergabe des Videos wurde unterbrochen. Entweder ist das Video beschädigt oder es benutzt ein Feature welches von diesem Browser nicht unterstützt wird.", | ||
"No compatible source was found for this video.": "Für dieses Video wurde keine kompatible Quelle gefunden." | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
videojs.addLanguage("es",{ | ||
"Play": "Juego", | ||
"Pause": "Pausa", | ||
"Current Time": "Tiempo Actual", | ||
"Duration Time": "Tiempo de Duracion", | ||
"Remaining Time": "Tiempo Restante", | ||
"Stream Type": "Tipo de Transmision", | ||
"LIVE": "En Vivo", | ||
"Loaded": "Cargado", | ||
"Progress": "Progreso", | ||
"Fullscreen": "Pantalla Completa", | ||
"Non-Fullscreen": "No Pantalla Completa", | ||
"Mute": "Mudo", | ||
"Unmuted": "Activar sonido", | ||
"Playback Rate": "Reproduccion Cambio", | ||
"Subtitles": "Subtitulos", | ||
"subtitles off": "subtitulos fuera", | ||
"Captions": "Subtitulos", | ||
"captions off": "subtitulos fuera", | ||
"Chapters": "Capitulos", | ||
"You aborted the video playback": "Ha anulado la reproduccion de video", | ||
"A network error caused the video download to fail part-way.": "Un error en la red hizo que la descarga de video falle parte del camino.", | ||
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "El video no se puede cargar, ya sea porque el servidor o la red fracasaron o porque el formato no es compatible.", | ||
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "La reproduccion de video se ha cancelado debido a un problema de corrupcion o porque el video utilizado cuenta con su navegador no soporta.", | ||
"No compatible source was found for this video.": "Ninguna fuente compatible se encontro para este video." | ||
}); |
Oops, something went wrong.