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:
curl -s https://raw.githubusercontent.com/tweakunwanted/OpenXC-Player/master/install.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