Thu, Apr 18, 2024

CUBE

IPTV on Dreambox

IPTV ON ENIGMA2 (Dreambox)
It has been tested on Dreambox 800HD SE and Sunray4HD running Enigma2, and it will work on the other receivers too…
Successful tests achieved on platforms running Newnigma2 image ver.3.3.2 and higher and bootloader should be ver.84 or higher
If you have that image on your box – all you have to do it’s to create IPTV bouquet and add your playlist to that bouquet, then copy file back to the receiver via FTP.
Here is how to do it:
  • Create New text file on your PC and call it userbouquet.iptv.tv (make sure that extension of the file is not .txt) and type your playlist as follow:

  •     #NAME  IPTV
        #SERVICE 1:0:1:2:0:0:0:0:0:0:http%3a//176.51.42.52%3a1234/udp/233.7.70.27%3a5000
        #DESCRIPTION channel name1
        #SERVICE 1:0:1:3:0:0:0:0:0:0:http%3a//176.51.42.52%3a1234/udp/233.7.70.29%3a5000>
        #DESCRIPTION channel name2
    Original links are http://176.51.42.52:1234/udp/233.7.70.27:5000 
    where colon ‘:’ replaced with ‘%3a’, so UDP link e.g. udp://@233.13.1.200:4000 will be look like that: #SERVICE 1:0:1:5:0:0:0:0:0:0:udp%3a//@233.13.1.200%3a4000 #DESCRIPTION channel name3

  • Login to your box via FTP using TotalCommander, WinSCP or FileZilla and copy that file (userbouquet.iptv.tv) to /etc/enigma2 folder
  • In the same folder – check and find bouquets.tv file and open-to-edit. Add one line after #NAME Bouquets (TV) like in example below and save this file

  •     #NAME Bouquets (TV)
        #SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.iptv.tv" ORDER BY bouquet 
        #SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.favourites.tv" ORDER BY bouquet
    

    Reboot your box and check Favourites (blue button) – there should be new entry IPTV - choose the channel and enjoy!!!