Jump to content

Tuto comment creer votre propre server IPTV


jack

Recommended Posts

  • Administrateur

Salut
enfin voila une methode pour creer votre propre serveur privé IPTV
Linux IPTV


Setup


IPTV Server

features:



Information

   
  • multicast streaming to local networks (in basic setup)
  • multicast udp proxy streaming to public networks
  • User authentication
  • Scrambled channels with scam (latest oscam) or CAM module
  • IPTV management Portal
  • Set Top Box with custom IPTV Portal
info.png






Hardware

Depends on your budget
Information

   
  • Ubuntu precise (12.04.1 LTS)
  • 4 GB DDR3 Ram
  • AMD FX-6100 Six-Core Processor



DVB-S cards from

This is the hidden content, please

  • 2x Digital Devices Cine S2 PCI-E
  • 6x Digital Devices DuoFlex S2
  • 16 Tuners on 2 PCI-E 1x cards


Smart Card Reader
18,90 €

 






Software used
0 €

 
info.png

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
note.png

Stalker Portal (IPTV Portal)

Code:
wget https://github.com/azhurb/stalker_po...ve/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 [email protected] 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




si vous avez un problem avec
E: unable to locate package libboost-all-dev
reponse :
sudo apt-get update
sudo apt-get install automake
sudo apt-get install libboost-all-dev

  • J'aime 5
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.