AW: Neu Spark SW ist online 1.2.64
Wer SuperIPTV haben möchte, müsste sich wohl mal an folgende Anleitung halten um es installiert zubekommen. Mir ist das gerade noch etwas zu hoch.
Spark will add Super
Iptv function from 1.2.64 version .
You can downolad the super
iptv server from here :
Sie müssen registriert sein, um Links zu sehen.
,
it already include doc for how to build server and how to use at client side.
This is just the preview version of SuperIptv server, do not use it for production.
please check the following step before run the start.sh
1.pls make sure, that the SuperIptv.tar.gz is decompressed in ‘/spark’ dir, DON’T change this path!
2.please install mysql server, and set ‘root’ account’s password to ’123456′,
reference below cmd, import the ‘/spark/SuperIptv/build/superiptv_mysql.sql’ to it.
drop database webtv;
CREATE DATABASE webtv DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL ON webtv.* TO root@’localhost’ IDENTIFIED BY ’123456′;
USE webtv;
SOURCE superiptv_mysql.sql;
show procedure status;
3.run the ‘/spark/SuperIptv/build/install.sh’ script to install the software needed.4.run the ‘/spark/SuperIptv/start.sh’ to start SuperIptv server.5.user browser open the url ‘
Sie müssen registriert sein, um Links zu sehen.
, the default user account is ‘admin’, the password is ‘admin’;
Beste Grüsse
reini12