Supported Player User Guide

Home / Players User Guide

Play channels, movies and series in players.

Table of Contents


Compatible Apps

XCIPTV (Channel, Movie, Series, EPG)

 

IPTV Smarter (support Channel List now)

Live Stream Format Setting

M3U8 Stream Format Setting

 

Mag STB / StbEmu (Support Channel, Movie)

 

HTML5

HML5 Player

Refer the below template for Live Streaming on Web Browser.
1. add Access-Control-Allow-Origin=* into ezserver_config.txt
2. set HLS channel as below:
3. refer the below HTML code:
<!-- CSS -->
<link href="https://vjs.zencdn.net/7.2.3/video-js.css" rel="stylesheet">


<!-- HTML -->
<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>


<!-- JS code -->
<!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
<script src="https://vjs.zencdn.net/ie8/ie8-version/videojs-ie8.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls/5.14.1/videojs-contrib-hls.js"></script>
<script src="https://vjs.zencdn.net/7.2.3/video.js"></script>

<script>
var player = videojs('hls-example');
player.play();
</script>

M3U URL Syntax

  • URL Name: getlink

  • Port: Ezserver streaming port

  • Argument keyword
    • username
    • password
    • type
    • content
  • Keyword value

    • type
      • m3u
      • hls
    • content
      • channel (default)
      • movie
      • series
      • all
      • master_channel
        • Download master channel list only
      • balancerX_channel
        • Download Xth balancer channel list only
        • balancer1_channel: the 1st balancer
        • balancer2_channel: the 2nd balancer
        • balancer3_channel: the 3rd balancer

Channel output format: TS / FLV

  • Channel List

    • Syntax: http://ServerIP:port/getlink?username=xxxx:password=xxxx:type=m3u

    • http://192.168.0.6:8000/getlink?username=test:password=1234:type=m3u

Channel Output format: HLS / M3U8

  • Channel List

    • Syntax: http://ServerIP:port/getlink?username=xxxx:password=xxxx:type=hls

    • http://192.168.0.6:8000/getlink?username=test:password=1234:type=hls

Movies output

  • Movie List

    • Syntax: http://ServerIP:port/getlink?username=xxxx:password=xxxx:type=m3u:content=movie

Series output

  • Movie List

    • Syntax: http://ServerIP:port/getlink?username=xxxx:password=xxxx:type=m3u:content=series

Channels Movie and Series output

  • Channel  and movie List 

    • Syntax: http://ServerIP:port/getlink?username=xxxx:password=xxxx:type=m3u:content=all

    • http://192.168.0.6:8000/getlink?username=test:password=1234:type=m3u:content=all

Auto generated getlink API URL

  • Click user button to generate his getlink URL.


Enigma2

nStreamVOD

bouquets.tv

  • Login IPTV Panel

  • click User Button

  • select nStreamVOD option in CH List or Movie List

 
  • Login IPTV Panel

  • click User Button

  • select Enigma option in CH List or Movie List

 


 

More...