(Channel, Movie, Series, EPG)
(Channel, Movie, Series, EPG)
(Support Channel, Movie)
Refer the below template for Live Streaming on Web Browser.
<link href="https://vjs.zencdn.net/7.2.3/video-js.css" rel="stylesheet"> <video id="hls-example" class="video-js vjs-default-skin" width="400" height="300" controls> <source type="application/x-mpegURL" src="http://192.168.0.10:8000/TV1.m3u8?u=robert:p=1234"> </video> <script src="https://vjs.zencdn.net/7.2.3/video.js"></script> <script> videojs('hls-example').play(); </script>
Channel Output Format: TS / FLV / M3U8
Example:
http://192.168.0.6:8000/getlink?username=test:password=1234:type=m3u