Skip to content

OpenXC Web Player

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
license.php
Notifications You must be signed in to change notification settings

penfolduk/OpenXC-Player

 
 

Repository files navigation

OpenXC-Player

Open source web player compatible with XtreamCodes V2 API

How to install

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 :)

Custom domain

Edit /etc/apache2/sites-available/000-default.conf and add the following above "DocumentRoot":

ServerName domain.com

Customisation

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.

Screenshots

image

image

image

About

OpenXC Web Player

Resources

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
license.php

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • CSS 12.3%
  • PHP 5.2%
  • Other 0.2%