-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
83 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<head> | ||
<link href="https://vjs.zencdn.net/7.20.3/video-js.css" rel="stylesheet" /> | ||
|
||
<!-- If you'd like to support IE8 (for Video.js versions prior to v7) --> | ||
<!-- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script> --> | ||
</head> | ||
|
||
<body> | ||
<video | ||
id="my-video" | ||
class="video-js" | ||
controls | ||
preload="auto" | ||
width="720" | ||
height="480" | ||
poster="https://euskalpmd.akamaized.net/vod/geozone1/2021/07/24/0013632097/0013632097_st_640x360_20874.jpg" | ||
data-setup="{}" | ||
> | ||
<source src="https://vod.eitb.eus/1670685310_8940199a6ba8615480cdc36a9392d7feca7a1afb/vod/geozone1/2021/07/24/0013632097/0013632097_480x270_768000_a90ffb37zmPUCb8FYQG7.m3u8" type="application/x-mpegURL" /> | ||
<p class="vjs-no-js"> | ||
To view this video please enable JavaScript, and consider upgrading to a | ||
web browser that | ||
<a href="https://videojs.com/html5-video-support/" target="_blank" | ||
>supports HTML5 video</a | ||
> | ||
</p> | ||
</video> | ||
|
||
<script src="https://vjs.zencdn.net/7.20.3/video.min.js"></script> | ||
</body> |