who have iptv server can running well with MBC,ART,BEIN SPORT and OSN channel now? i want re-seller these channel package to my cusotmers. cheers.
↧
looking Bein Sport+OSN+ART+MBC iptv server
↧
Fin de mtv sd sur canal sat
A partir du 14/10/2014,
les chaines MTV base, Idol et Pulse SD ne seront plus diffusées.
Elles ne seront donc plus disponibles dans le bouquet Basic et Basic+.
bonne journée
les chaines MTV base, Idol et Pulse SD ne seront plus diffusées.
Elles ne seront donc plus disponibles dans le bouquet Basic et Basic+.
bonne journée
↧
↧
BEIN SPORTS 3 bientôt disponible sur FRANSat
La nouvelle chaîne du groupe beIN SPORTS, beIN SPORTS 3, arrivera dans les prochains jours dans le bouquet FRANSAT.
Suite au lancement par beIN SPORTS France de beIN SPORTS 3, quelques opérateurs n'avaient pas tout de suite intégré cette nouvelle chaîne dans leur offre. C'était notamment le cas de Numericable, Dartybox, Fransat, BIS TV ou encore Canalsat (DOM-TOM), et c'est d'ailleurs toujours le cas.
Mais bonne nouvelle pour les abonnés à beIN SPORTS via Fransat, la 3ème chaîne sera bientôt disponible. C'est d'ailleurs déjà le cas en streaming sur le site beinsports.fr où les abonnés à beIN SPORTS via Fransat peuvent déjà avoir accès à beIN SPORTS 3 depuis quelques jours.
Suite au lancement par beIN SPORTS France de beIN SPORTS 3, quelques opérateurs n'avaient pas tout de suite intégré cette nouvelle chaîne dans leur offre. C'était notamment le cas de Numericable, Dartybox, Fransat, BIS TV ou encore Canalsat (DOM-TOM), et c'est d'ailleurs toujours le cas.
Mais bonne nouvelle pour les abonnés à beIN SPORTS via Fransat, la 3ème chaîne sera bientôt disponible. C'est d'ailleurs déjà le cas en streaming sur le site beinsports.fr où les abonnés à beIN SPORTS via Fransat peuvent déjà avoir accès à beIN SPORTS 3 depuis quelques jours.
↧
News dal sat
Manca davvero poco allevento tennistico dellanno! Sabato alle ore 15:40 in diretta dal Mediolanum Forum e in esclusiva mondiale Supertennis Tv, canale Astra alla posizione orbitale 19.2° Est, trasmette in chiaro e in HD La Grande Sfida tra le racchette doro del tennis: McEnroe, Lendl, Ivanisevic e Chang.
↧
hi
Hi to all members from me,
↧
↧
Hello.
Hi everyone looking forward to getting involved.
↧
hello guys
Hello
Great forum and great team keep the work going ...:)
Great forum and great team keep the work going ...:)
↧
hi to all
im worked on iptv server and thx for this site
regards
regards
↧
how to install IPTV channels into Enigma 2
Putting IPTV channels into Enigma 2 bouquets can be a challenging task.
There is a possibility of using DreamBoxEdit which supports IPTV channels or streams
but I am a fan of a harder way where you are adding iptv channels directly into enigma 2 channel lists files (*.tv files).
For this you need remote access to your receiver via ssh connection.
I suggest you use WinSCP software.
When you are done with connecting to your receiver,
go to to /etc/enigma2 and open bouquets.tv file.
Add this line into the file (EDIT: this step is actually not needed restart of E2 is enough
that receiver detects new userbouquet.iptv.tv file):
userbouquet.iptv.tv is the name of the file which contains iptv channels list.
You can rename it to something else,
I just used name iptv. Remember that words userbouquet and tv cannot be changed.
You can only change word iptv.
Then you need to create userbouquet.iptv.tv file using notepad++
and then continue with putting iptv channels into this file.
In my case added channels look like this:
There is a possibility of using DreamBoxEdit which supports IPTV channels or streams
but I am a fan of a harder way where you are adding iptv channels directly into enigma 2 channel lists files (*.tv files).
For this you need remote access to your receiver via ssh connection.
I suggest you use WinSCP software.
When you are done with connecting to your receiver,
go to to /etc/enigma2 and open bouquets.tv file.
Add this line into the file (EDIT: this step is actually not needed restart of E2 is enough
that receiver detects new userbouquet.iptv.tv file):
Code:
#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET userbouquet.iptv.tv ORDER BY bouquet
userbouquet.iptv.tv is the name of the file which contains iptv channels list.
You can rename it to something else,
I just used name iptv. Remember that words userbouquet and tv cannot be changed.
You can only change word iptv.
Then you need to create userbouquet.iptv.tv file using notepad++
and then continue with putting iptv channels into this file.
In my case added channels look like this:
Code:
#NAME IPTV Streams
#SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a1234/udp/239.11.1.9%3a5000/:ORF1
#DESCRIPTION ORF 1
#SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a1234/udp/239.12.1.11%3a5000/:ORF2
#DESCRIPTION ORF 2
#SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a1234/udp/239.13.1.13%3a5000/:ORF3
#DESCRIPTION ORF 3
↧
↧
how to convert M3U files or M3U Channels to Enigma 2
If you have Enigma 2 based receiver and access to IPTV channels,
than you probably have hard time converting channels from .m3u files to E2 compatible channel list(s).
I decided that Enigma 2 community needs a web application that will help with easy and speedy converting.
Converter has four input boxes: IP/DNS, Service ID, Port and IPTV Data
IP input box accepts DNS addresses (example: satnigmo.no-ip.org)
and IP addresses (example: 127.0.0.1)
Service ID accepts these values: x:x:x:x:x:x:x:x:x:x (do not use : at the end, it will be added automatically by the script)
Port input box accepts all numbers that are usually used for port. Example: 1234
IPTV Data input box accepts two .m3u formats:
and
If .m3u also contains this line: #EXTTV:***, script will automatically disregard it. Script also takes into account spaces between lines. Example:
If you have .m3u file with format that doesnt work with this converter,
please leave a comment,
so I can fix the problem.
At the end of the script there is also an option to select between Output as TV File or Output as Webpage.
I suggest you use Output as TV File which will generate userbouquet.iptv.tv file.
Content of this file looks like this:
1:0:0:0:0:0:0:0:0:0: is suggested service ID if you use OpenPLi image.
I am not sure if it also works with DM and Vu+ original images.
If there are any other issues please report.
than you probably have hard time converting channels from .m3u files to E2 compatible channel list(s).
I decided that Enigma 2 community needs a web application that will help with easy and speedy converting.
Converter has four input boxes: IP/DNS, Service ID, Port and IPTV Data
IP input box accepts DNS addresses (example: satnigmo.no-ip.org)
and IP addresses (example: 127.0.0.1)
Service ID accepts these values: x:x:x:x:x:x:x:x:x:x (do not use : at the end, it will be added automatically by the script)
Port input box accepts all numbers that are usually used for port. Example: 1234
IPTV Data input box accepts two .m3u formats:
Code:
#EXTINF:2,ORF1 udp://@232.4.1.2:5002 #EXTINF:3,ORF2 udp://@232.4.1.101:5002
Code:
#EXTM3U #EXTINF:0,1 - ORF1 udp://@239.1.1.115:5000 #EXTINF:0,2 - ORF2 udp://@239.1.1.116:5000
Code:
#EXTM3U #EXTINF:0,1 - ORF1 udp://@239.1.1.115:5000 #EXTINF:0,2 - ORF2 udp://@239.1.1.116:5000
please leave a comment,
so I can fix the problem.
At the end of the script there is also an option to select between Output as TV File or Output as Webpage.
I suggest you use Output as TV File which will generate userbouquet.iptv.tv file.
Content of this file looks like this:
Code:
#NAME IPTV #SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//cs-allocccam.com%3a1234/udp/239.1.1.115%3a5000/:ORF1 #DESCRIPTION ORF1 #SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//cs-allocccam.com%3a1234/udp/239.1.1.116%3a5000/:ORF2 #DESCRIPTION ORF2
1:0:0:0:0:0:0:0:0:0: is suggested service ID if you use OpenPLi image.
I am not sure if it also works with DM and Vu+ original images.
If there are any other issues please report.
↧
Iptv on All receiver (Dreambox, Vu+, Xtrend, ClarkeTech, etc.)
Dear visitors, this tutorial will explain you how to watch IPTV (mpeg-ts streams) channels from ISP provider on your favorite E2 receiver (Dreambox, Vu+, Xtrend, ClarkeTech, etc.). For example, my ISP provider offers IPTV with 200+ channels and of course watching them on Vu+ Duo2 is much better experience.
Channels that are not subscribed also work but this is different story
Streams that are freely available on the Internet are not part of this tutorial.
My recommendation is that you start using OpenPLi image which supports IPTV (mpeg-ts streams) on these receivers:
1. All Dreambox models supporting Enigma 2
2. All Xtrend/ClarkeTech models
3. All VU+ models
Recently I found out that Dreambox original image supports multicast out of the box. This means udpxy is not needed anymore. I cannot provide more information regarding IPTV and original image as I do not own Dreambox.
Udpxy is essential part of this tutorial and can be installed on PC, router (if you have Tomato capable router,
please consider installing Toastman Tomato mod udpxy is already installed Shibby mod is also good) or satellite receiver. Udpxy converts udp/rtp multicast mpeg-ts to unicast http mpeg-ts and it enables you to use IPTV on all your home devices (mobile phones, PCs, notebooks, tablets, etc.). If you want to have udpxy installed on your satellite receiver, here are short instructions:
1. Download udpxy for MIPS based receivers Atachments!
2. Put udpxy file to /usr/bin folder on your receiver. Use FTP for this. Put 0755 permissions to this file!
3. Download udpxy start script Atachments!
4. Put start script to /etc/init.d folder on your receiver. Use FTP for this. Put 0755 permissions to this file!
5. Now connect to your receiver using telnet (I suggest DCC for E2) and execute this command:
6. Restart your receiver. After restart udpxy should start automatically.
If you want to change port on which udpxy works, just change this line in start script:
As you can see, default port is 8088. You can change it to something else, it is completely your choice.
Lets move on. You will now need these:
1. Notepad++ editor
2. FTP program (WinSCP, FileZilla, FTP is also included in Dream Control Center program DCC)
3. DCC-E2 1.50
4. Channel list of IPTV streams (usually in m3u format) that are converted into Enigma2-friendly streams
Now run the DCC program and enter password, username and IP address of the receiver.
Username is root and there IS NO password if you are using OpenPLi! Once you are successfully connected to your receiver, search for word Telnet on the left side of DCC. Type passwd to add password, because you need password for FTP/SCP access. Then type init 4″ into console. Now you can use FTP to transfer IPTV channel list to the folder /var/etc/enigma2/. When finished, enter init 3″.
The receiver will reset and the channel list should be seen.
When creating IPTV channel lists be sure to also do this step (EDIT: this step is actually not needed anymore restart of E2 is enough that receiver detects new userbouquet.iptv.tv file):
Go to /etc/enigma2 and open bouquets.tv file. Add following line into this file:
#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET userbouquet.iptv.tv ORDER BY bouquet
userbouquet.iptv.tv is the name of the file which contains channel list. You can rename it to something else, I just used name iptv. Remember that words userbouquet and tv cannot be changed. You can only change word iptv.
How does Enigma2-friendly channel list with IPTV streams look like? Here it is:
Bolded numbers are IP and PORT used by udpxy program. If you have udpxy installed on the satellite receiver than you should leave 127.0.0.1, but if you have udpxy installed on PC or router, you must change IP which should match to the IP of the router or PC). 1234 is the default udpxy port. If you are using different port, change this to something different of course.
/udp/239.1.1.115%3a5000″ is IP and port number of IPTV channel. Every channel has different IP. Port is usually the same for all channels, but not always it depends on your IPTV provider. EPG doesnt work on these channels because service reference is the same for all channels: 1:0:0:0:0:0:0:0:0:0: Service reference can be changed but this requires lots of work!
If you want to quickly convert IPTV channels from .m3u file to E2 compatible file, please use this converter on our forum!
how to convert M3U files or M3U Channels to Enigma 2
If you only want to stream between receivers, please use this handy plugin: remotestreamconvert.
Linck is SATELLITE RECEIVERS SECTION /.
Its very lightweight and it comes handy when you have following situation:
1. Primary receiver with 8 satellites
2. Secondary receiver with only 4 satellites
Now you can watch channels from other 4 satellites on your secondary receiver!
regards
Channels that are not subscribed also work but this is different story

My recommendation is that you start using OpenPLi image which supports IPTV (mpeg-ts streams) on these receivers:
1. All Dreambox models supporting Enigma 2
2. All Xtrend/ClarkeTech models
3. All VU+ models
Recently I found out that Dreambox original image supports multicast out of the box. This means udpxy is not needed anymore. I cannot provide more information regarding IPTV and original image as I do not own Dreambox.
Udpxy is essential part of this tutorial and can be installed on PC, router (if you have Tomato capable router,
please consider installing Toastman Tomato mod udpxy is already installed Shibby mod is also good) or satellite receiver. Udpxy converts udp/rtp multicast mpeg-ts to unicast http mpeg-ts and it enables you to use IPTV on all your home devices (mobile phones, PCs, notebooks, tablets, etc.). If you want to have udpxy installed on your satellite receiver, here are short instructions:
1. Download udpxy for MIPS based receivers Atachments!
2. Put udpxy file to /usr/bin folder on your receiver. Use FTP for this. Put 0755 permissions to this file!
3. Download udpxy start script Atachments!
4. Put start script to /etc/init.d folder on your receiver. Use FTP for this. Put 0755 permissions to this file!
5. Now connect to your receiver using telnet (I suggest DCC for E2) and execute this command:
Information
ln -s /etc/init.d/udpxy /etc/rc3.d/S99udpxy | ![]() |
If you want to change port on which udpxy works, just change this line in start script:
Information
start-stop-daemon -S -b -n udpxy -a /usr/bin/udpxy -- -p 8088 | ![]() |
Lets move on. You will now need these:
1. Notepad++ editor
2. FTP program (WinSCP, FileZilla, FTP is also included in Dream Control Center program DCC)
3. DCC-E2 1.50
4. Channel list of IPTV streams (usually in m3u format) that are converted into Enigma2-friendly streams
Now run the DCC program and enter password, username and IP address of the receiver.
Username is root and there IS NO password if you are using OpenPLi! Once you are successfully connected to your receiver, search for word Telnet on the left side of DCC. Type passwd to add password, because you need password for FTP/SCP access. Then type init 4″ into console. Now you can use FTP to transfer IPTV channel list to the folder /var/etc/enigma2/. When finished, enter init 3″.
The receiver will reset and the channel list should be seen.
When creating IPTV channel lists be sure to also do this step (EDIT: this step is actually not needed anymore restart of E2 is enough that receiver detects new userbouquet.iptv.tv file):
Go to /etc/enigma2 and open bouquets.tv file. Add following line into this file:
#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET userbouquet.iptv.tv ORDER BY bouquet
userbouquet.iptv.tv is the name of the file which contains channel list. You can rename it to something else, I just used name iptv. Remember that words userbouquet and tv cannot be changed. You can only change word iptv.
How does Enigma2-friendly channel list with IPTV streams look like? Here it is:
Code:
#NAME IPTV Streams
#SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a1234/udp/239.11.1.9%3a5000/:ORF1
#DESCRIPTION ORF 1
#SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a1234/udp/239.12.1.11%3a5000/:ORF2
#DESCRIPTION ORF 2
#SERVICE 1:0:0:0:0:0:0:0:0:0:http%3a//127.0.0.1%3a1234/udp/239.13.1.13%3a5000/:ORF3
#DESCRIPTION ORF 3
/udp/239.1.1.115%3a5000″ is IP and port number of IPTV channel. Every channel has different IP. Port is usually the same for all channels, but not always it depends on your IPTV provider. EPG doesnt work on these channels because service reference is the same for all channels: 1:0:0:0:0:0:0:0:0:0: Service reference can be changed but this requires lots of work!
If you want to quickly convert IPTV channels from .m3u file to E2 compatible file, please use this converter on our forum!
how to convert M3U files or M3U Channels to Enigma 2
If you only want to stream between receivers, please use this handy plugin: remotestreamconvert.
Linck is SATELLITE RECEIVERS SECTION /.
Its very lightweight and it comes handy when you have following situation:
1. Primary receiver with 8 satellites
2. Secondary receiver with only 4 satellites
Now you can watch channels from other 4 satellites on your secondary receiver!
regards
↧
How to make udpxy to start after boot , autostart udpxy on Enigma 2
In order to get udpxy to start after boot, you need to follow this procedure (I tested it on OpenPLi):
1. Put start script to /etc/init.d folder on your receiver.
Use FTP for this. Put 0755 permissions to this file!
2. Now connect to your receiver using telnet (I suggest DCC for E2)
and execute this command:
3. Restart your receiver. After restart udpxy should automatically start.
If you want to change port on which udpxy works, just change this line in start script:
As you can see default port is 8088. My recommendation is that you change this port to something which is not 8088 or 1234 as these ports are too common.
1. Put start script to /etc/init.d folder on your receiver.
Use FTP for this. Put 0755 permissions to this file!
2. Now connect to your receiver using telnet (I suggest DCC for E2)
and execute this command:
Code:
ln -s /etc/init.d/udpxy /etc/rc3.d/S99udpxy
If you want to change port on which udpxy works, just change this line in start script:
Code:
start-stop-daemon -S -b -n udpxy -a /usr/bin/udpxy -- -p 8088
Tip
![]()
| ![]() |
↧
What Do i need to install IPTV ? and Sell Server Iptv ?
hey Guys!
many people searching ..................
how to install iptv ?
what i will need to create iptv or install iptv?
some Guys loking for lincks iptv and tray to sell it
But lets us try to install ........>>>>>
where is Script IPTV ? and how can i install it ?
Download Script Iptv from Atachments
if you want to install iptv you must Buy A VPS or Dedi !
Now i have VPS and i have Script iptv / How to install ?
many people searching ..................
how to install iptv ?
what i will need to create iptv or install iptv?
some Guys loking for lincks iptv and tray to sell it
But lets us try to install ........>>>>>
Information
We need : :)
| ![]() |
where is Script IPTV ? and how can i install it ?
Download Script Iptv from Atachments
if you want to install iptv you must Buy A VPS or Dedi !
Information
Recommended Minimum Server Requirement
| ![]() |
Now i have VPS and i have Script iptv / How to install ?
↧
↧
How to install Ezserver iptv panel ?
Hello Guys !
Now i will show you how to install iptv
In the first go to WinSCP and Sgin in .........
Run
after that
Run
Waiting untill Fin
Run this Commond to UnTaR ezserver.free
Now Go to Folder
Run
Type ifconfig in ssh console
or we may Go to WinSCP and Edit ezserver_config.txt
![]()
Remamber you must change network_interface value from eth0 to venet0:0 in ezserver_config.txt.
Example :
run ezserver by ezserver image or batch file
Run Commond
This is batch file is to run ezserver in background
(for ssh closed, then ezserver closed)
PM : this version is free just 5 channels and 2 users can work
What Do i need to install IPTV ? and Sell Server Iptv ?
fOR DISCUSSION ABOUT THIS ARTICLE VISIT THIS THREAD ON FORUM: CLICK!
If there are any other issues please report.
Now i will show you how to install iptv
In the first go to WinSCP and Sgin in .........
Run
Code:
cd
cd...
Run
Code:
wbget http://www.ezhometech.com/download/ezserver.free.tar
Run this Commond to UnTaR ezserver.free
Code:
tar xfvz ezserver.free.tar
Run
Code:
cd ezserver_free
or we may Go to WinSCP and Edit ezserver_config.txt
Remamber you must change network_interface value from eth0 to venet0:0 in ezserver_config.txt.
Example :
Code:
path=.
startmenu=index.htm
iptv_base_port=5544
http_base_port=18000
time_zone_diff=0
httpport=8000
rtmpport=1935
igmpip=0.0.0.0
igmpport=9001
network_interface=venet0:0
Run Commond
Code:
./ezserver
Code:
/auto_ezserver.sh
Code:
./auto_ezserver.sh &
PM : this version is free just 5 channels and 2 users can work
What Do i need to install IPTV ? and Sell Server Iptv ?
fOR DISCUSSION ABOUT THIS ARTICLE VISIT THIS THREAD ON FORUM: CLICK!
If there are any other issues please report.
↧
I need to buy bein sport link for restream
I'm looking to buy bein sport hd links i need a good quality video and streaming to restream
Thanks.
Thanks.
↧
i need to buy links of bein sport to re-stream
i'm looking for serious person to buy links of bein sport to re-stream i want a good quality THanks
↧
i need to buy links of bein sport to re-stream
links of bein sport to re-stream i want a good quality
↧
↧
Hi
Hi
Great forum, hope to learn more...
Great forum, hope to learn more...
↧
Server n line full italy vps online 24h serieta' e qualita' pack full local card
server vps pc linux online 24h card local
n line sky full sd promo qualita' e serieta'
n line mediaset full hd srg hd tivusat sky de *** 13 19 hotbird astra
info email *******************
skype planet sky citta' pavia
n line sky full sd promo qualita' e serieta'
n line mediaset full hd srg hd tivusat sky de *** 13 19 hotbird astra
info email *******************
skype planet sky citta' pavia
↧
Serious,reliable server that meets all your needs
BLUE OPTION
2 QUALITY C-LINE 12 MONTHS=60 EUROS
3 QUALITY C-LINE 12 MONTHS=80 EUROS
4 QUALITY C-LINE 12 MONTHS=90 EUROS
RED OPTION
2 QUALITY C-LINE 6 MONTHS=35 EUROS
3 QUALITY C-LINE 6 MONTHS=45 EUROS
4 QUALITY C-LINE 6 MONTHS=50 EUROS
THESE C-LINES WILL GIVE YOU FULL EUROPE,,,THE FOLLOWING PACKAGES..TEST LINES GIVEN FOR 24 HOURS,,EMAIL ME AT nealesat@outlook.es
2 QUALITY C-LINE 12 MONTHS=60 EUROS
3 QUALITY C-LINE 12 MONTHS=80 EUROS
4 QUALITY C-LINE 12 MONTHS=90 EUROS
RED OPTION
2 QUALITY C-LINE 6 MONTHS=35 EUROS
3 QUALITY C-LINE 6 MONTHS=45 EUROS
4 QUALITY C-LINE 6 MONTHS=50 EUROS
THESE C-LINES WILL GIVE YOU FULL EUROPE,,,THE FOLLOWING PACKAGES..TEST LINES GIVEN FOR 24 HOURS,,EMAIL ME AT nealesat@outlook.es
↧