Open source web player compatible with XtreamCodes V2 API
Use a clean Ubuntu 18.04 (not running any other service or script will fail) and run the following:
*** Original Language ***
curl -s https://raw.githubusercontent.com/tweakunwanted/OpenXC-Player/master/install.sh | sudo bash
*** English Version ***
curl -s https://raw.githubusercontent.com/R3tr0R4z0r/OpenXC-Player/master/install-ENG.sh | sudo bash
After that edit the file /var/www/html/libs/config.php
// URL DNS
define('IP','http://domain.com:80');
Put your playlist DNS there!
Access the web interface on http://IP
Enjoy and don't forget to contribute back if this helped you :)
Edit /etc/apache2/sites-available/000-default.conf
and add the following above "DocumentRoot":
ServerName domain.com
Edit /var/www/html/libs/idioma.php
for the following
- To use your own service name edit --
define("NOME_IPTV", "YOUR SERVICE NAME HERE");
- Welcome message edit --
define('HOME_TEXTO_BEMVINDO','Welcome to the webplayer, login below.');
Change images and design
- All web player graphics can be found here --
/var/www/html/assets/blue
- Swap between Pre-configured tempaltes can eb done in --
/var/www/html/libs/config.php -- $template = 'blue';
Avialable Templates -- pink, aqua, orange or blue.