46 lines
1.3 KiB
HTML
Executable File
46 lines
1.3 KiB
HTML
Executable File
<head>
|
|
<link href="https://vjs.zencdn.net/7.7.5/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="640"
|
|
height="264"
|
|
poster="MY_VIDEO_POSTER.jpg"
|
|
data-setup="{}"
|
|
>
|
|
<source src="/public/test.m3u8" />
|
|
<!--
|
|
<source src="MY_VIDEO.mp4" type="video/mp4" />
|
|
<source src="MY_VIDEO.webm" type="video/webm" />
|
|
-->
|
|
<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.7.5/video.js"></script>
|
|
</body>
|
|
|
|
<!--
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<video id="videoElement" controls autoplay x5-video-player-type="h5" x5-video-player-fullscreen="true" playsinline webkit-playsinline>
|
|
<--<source src="blob:http://192.168.0.86:8089/bf97e0d0-3d2d-4b3b-aeb1-e70e2fdb9f48" type="video/x-flv">
|
|
<source src="rtp://192.168.0.98:8554/unicast" >
|
|
Nope...
|
|
</video>
|
|
</body>
|
|
</html>
|
|
-->
|