Linux IPTV
Setup
IPTV Server
Hardware
Depends on your budget
![]()
The Setup
Install a Linux System on your Server (Preferred Debian or Ubuntu)
Download and install Mumudvb from source.
Stalker Portal (IPTV Portal)
Setup
IPTV Server
features:
Information
| ![]() |
Hardware
Depends on your budget
Information
DVB-S cards from Digitaldevices 1200
Smart Card Reader 18,90 Software used 0 | ![]() |

The Setup
Install a Linux System on your Server (Preferred Debian or Ubuntu)
Download and install Mumudvb from source.
NOTE
wget https://github.com/braice/MuMuDVB/archive/master.zip unzip master zip cd mumudvb<version> apt-get update apt-get install build-essential autotools automake gettext libtool autoreconf -i -f ./configure --enable-cam-support --enable-scam-support make make install | ![]() |
Stalker Portal (IPTV Portal)
Code:
wget https://github.com/azhurb/stalker_portal/archive/v4.8.71.zip
sudo apt-get update
sudo apt-get install apache2 php5 php5-pear mysql-server libapache2-mod-php5filter
pear channel-discover pear.phing.info
pear install phing/phing
unzip v4.8.71.zip
cp -a stalker_portal* /var/www/stalker
mysql -u root -p
<your mysql root user pw>
create database stalker_db;
GRANT ALL PRIVILEGES ON stalker_db.* TO stalker@localhost IDENTIFIED BY '1' WITH GRANT OPTION;
cd /var/www/stalker/deploy
sudo phing install
vim /etc/php5/apache2/php.ini
short_open_tag = On
a2enmod rewrite
in your virtualhost config set
Options -Indexes -MultiViews
AllowOverride All