26 lines
688 B
HTML
26 lines
688 B
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8 />
|
|
<title>videojs-contrib-hls embed</title>
|
|
|
|
<link href="https://unpkg.com/video.js/dist/video-js.css" rel="stylesheet">
|
|
<script src="https://unpkg.com/video.js/dist/video.js"></script>
|
|
<script src="https://unpkg.com/videojs-contrib-hls/dist/videojs-contrib-hls.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Video.js Example Embed</h1>
|
|
|
|
<video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268"
|
|
data-setup='{}'>
|
|
<source src="http://60.191.94.122:20046/live/cameraid/1001339%240/substream/1.m3u8" type="application/x-mpegURL">
|
|
</video>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
</body>
|
|
</html> |