
Azbox Channel Editor For Satellite
THE HAPPY SATELLITE NERD EPISODE 5 The AzBox Premium HD Plus is a DVB-S2 satellite receiver which includes a single tuner upgradable to dual tuners with a display resolution of up to 1080p.
I made the program 'DogSettings' that manages the settings for set-top box equipped with HD Neutrino or Enigma 2.
This program actually born with another name 'AzDogEdit' and specifically for the management of dell'Azbox settings.
After completing the project and the subsequent release of Enigma 2 decoders AzBox I decided to adapt the program to manage settings for E2. (temporarily eliminating management AZ)
Take advantage of the forthcoming introduction of HD and sull'Azbox Neutrino as the data structure that I created also well suited to this structure, I also implemented the management of these settings.
The lists created for a channel system can be converted to another by simply specifying the format by saving it.
I also implemented a function to import data from two reference sites and this site SatBeams . If you click on the satellites, you can create custom settings.
The other functions are normal ones of the other programs . EnigmEdit like Maz and from which I was inspired.
I also implemented an autoupdate for updates.
The version that the attached is reasonably debugged, but I look forward bug reports, criticisms, tips and more.
The attached zip file contains the program files
The program does not include installation but requires. Net 3.5 framework installed on the machine.
For testing I used a variety of settings downloaded from the network and tested on decoder Duo VU + (e2), Pingulux (Neutrino HD) ditto for channel lists sites created by this site and SabBeams.
Ps. Returning to the original project I'm implementing also the management of Azbox setting for the objective I propose is to make .. intercambiambili the settings between the various systems E2 NeutrinoHD, AzBox.
Here's a little review of the program
http://dogstrike.altervista.org/images/Immagine1.jpg
- Configuration -
http://dogstrike.altervista.org/images/Configurazione.jpg
And 'possible to insert different profiles for each profile, set the data directory on the type of decoder and
system used (or Enigma2 v.4 Neutrino HD)
At this stage you can set the language to dl program.
It 'can choose the default settings.
- File Upload -
http://dogstrike.altervista.org/images/CaricaSettingFile.jpg
Set the type setting (E2 or Neutrino HD) and browse folders.
- Saving Files -
http://dogstrike.altervista.org/images/SalvaSettingFile.jpg
Set the type setting (E2 or Neutrino HD) browse folders or create new ones.
And 'setting can be saved in either E2 Neutrino HD
- Uploading files from decoder -
http://dogstrike.altervista.org/images/CaricaSettingDec.jpg
Select the profile relet the decoder to read from the data. (Default is now enhanced by the decoder by default)
- save file in decoder -
http://dogstrike.altervista.org/images/SalvaSettingDec.jpg
Select where to save the profile of the decoder (E2 or Neutrino HD)
And 'setting can be saved in either E2 Neutrino HD
- Management Satellite -
http://dogstrike.altervista.org/images/GestioneSatelliti.jpg
you can enter new or change existing rates.
- Comparison -
http://dogstrike.altervista.org/images/Confronto.jpg
And 'possible to compare the current settings with those in other files or other decoder is E2 Neutrino HD.
The comparison highlights the basic services that are not on the list (adds)
the services only in the basic list (deleted)
Prent and services based on the list changed (change it)
- Import channels from the web -
http://dogstrike.altervista.org/images/Import.jpg
And 'possible to import channels from various satellites use that, this site or sites SatBeams
It 'can be exported in Excel format, the channel list downloaded from the web.
Needs. Net Framework 3.5
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 OpenPLiimage 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 – CLICK!
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 – CLICK!
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:
#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
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 doesn’t 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 converteron my blog!
If you only want to stream between receivers, please use this handy plugin: remotestreamconvert. 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!
FOR DISCUSSION VISIT THIS THREAD ON THE FORUM: http://www.satnigmo.com/forum/index.php?threads/how-to-watch-iptv-channels-on-e2-receivers.528/
RELATED ARTICLES:
1. http://www.satnigmo.com/2681/put-iptv-channels-enigma-2-bouquets/
2. http://www.satnigmo.com/2577/how-to-autostart-udpxy-on-enigma-2-based-receivers/ Installer firmware movie cube r100rt.
3. http://www.satnigmo.com/2302/converter-for-enigma-2-iptv-channels/
4. http://www.satnigmo.com/2716/attach-epg-iptv-channels-openpli/