Video JS CODE FOR Streaming
<head>
<link href="https://vjs.zencdn.net/7.10.2/video-js.css" rel="stylesheet" />
</head>
<body>
<video
id="videoPlayer"
class="video-js vjs-big-play-centered"
muted controls
preload="auto"
width="670"
height="420"
poster="MY_VIDEO_POSTER.jpg"
data-setup="{}"
>
<source src="https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_3360.m3u8" type="application/x-mpegurl"></source>
<source src="MY_VIDEO.mp4" type="video/mp4" />
<source src="MY_VIDEO.webm" type="video/webm" />
</video>
<script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script>
<script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script>
</body>
.............................................................................................................................................
...........................................................................................
No comments:
Post a Comment