Monday, June 15, 2015

YOU WANT TO CREATE AN IPTV SERVER

you want to create an IPTV server
contacted me
 

la3karta@gmail.com






Friday, May 8, 2015

IPTV BEIN SPORT 11-5-2015

IPTV BEIN SPORT 

 

 

rtmp://cccam-echange.no-ip.info:1944/live/bein1

rtmp://cccam-echange.no-ip.info:1944/live/bein2

rtmp://cccam-echange.no-ip.info:1944/live/bein3

rtmp://cccam-echange.no-ip.info:1944/live/bein4

Tuesday, May 5, 2015

Install IPTV PANEL xtream-codes

Hello everyone.

In this guide we will explain on how to install and upgrade to the brand new IPTV Panel V1 Professional brought to you by Xtream Codes.


Lets start! 
Begin_start.png
step_1.pngstep_2.pngstep_3.pngstep_4.pngstep_5.pngstep_6.pngstep_7.png




STEP 8


Now its time to disable the old panel. 
Now run the code below


  1. crontab -u www-data -r
  2. service nginx stop
  3. service php5-fpm stop
  4. update-rc.d php5-fpm disable
  5. update-rc.d nginx disable
  6. pkill -9 vlc

STEP 9


For a smooth transition from the old panel
to the new panel do the following
You want to change port 8000 to port 80


go to Manage Servers -> Edit Server
and put the one you had before (eg 80)...

SERVER CCCAM FOR ALL PACKAGES 5-5-2015


FREE 300 USER
HOST PORT USER PASS
HERE
 http://adf.ly/1GNQ1v


Monday, May 4, 2015

Install Nimble Streamer for Ubuntu

Install nimble server

Add following rep into /etc/apt/sources.list
deb http://nimblestreamer.com/ubuntu lucid/ for Ubuntu 10.04 Lucid
deb http://nimblestreamer.com/ubuntu precise/ for Ubuntu 12.04 Precise
deb http://nimblestreamer.com/ubuntu trusty/ for Ubuntu 14.04 Trusty
Run:
wget -q -O - http://nimblestreamer.com/gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install nimble

Register server in WMSPanel

sudo /usr/bin/nimble_regutil
You will be asked for your WMSPanel login and password sent to you during sign up.
You can automate registration by adding the following parameters: -u for user name and -p for password, e.g.
sudo /usr/bin/nimble_regutil -u test@yourcompany.com -p mypassword

Restart server:

sudo service nimble restart
Server will be visible in the panel immediately

Set up streaming scenarios

You may now can go through the following setup instruction to configure your server

What's next?
To operate server run:
sudo service nimble status|start|stop