Penulisan scipt untuk dipanggil melalui Iframe
<!doctype html>
<html>
<head>
<link href="/live/3m.min.css" rel="stylesheet">
<style>
body {
margin: 0px;
padding: 0px;
border: 0px;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<video id="my-video" class="video-js vjs-big-play-centered" controls preload="auto" data-setup='{"fluid": true}' autoplay width="640" height="480">
<source
src="http://122.248.43.138:1935/ch6/myStream/playlist.m3u8"
type="application/x-mpegURL">
</video>
<script src="/live/3m.min.js"></script>
</body>
</html>
No comments:
Post a Comment