iptv possible with dreambox?

jason666

Registered
Messages
15
hi guys,

i would like to watch iptv with my dreambox.
Can anyone explain me how to do that?
thanks
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,546
Install one of the plugins

Tsmedia Kodi Direct etc.
 

serdeliuk

Senior Member
Messages
127
Also you can add them to your bouquet directly, without third party software.

First you need to find a list of URLs and add them to one of your favourites lists.

I will explain how to do that through FTP/SSH command line creating a new bouquet,
The following commands should be executed on DM through ssh/ftp

Add a new favorites bouquet, let's name it IPTV
- Edit the /etc/enigma2/bouquets.tv file and add at the end the following line
#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.iptv.tv" ORDER BY bouquet
- Now create the userbouquet.iptv.tv file
touch /etc/enigma2/userbouquet.iptv.tv
- Edit userbouquet.iptv.tv file and add the following lines
#NAME IPTV
#SERVICE 4097:0:1:0:0:0:0:0:0:0:http%3A//37.187.160.187%3A8000/live/ressler/skype/53.ts:BBC1
#SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3A//iphone-streaming.ustream.tv/uhls/17074538/streams/live/iphone/playlist.m3u8:ISS%20HD%20LIVE
- restart enigma with the following command
init 2 && init 3
above command is built from "init 2" which will close the E2 and "init 3" which will start again E2

After restarting Enigma you will have a a new favorite bouquet "IPTV" which will contain two tv stations BBC1 and NASA ISS HD LIVE
Same way you can add more iptv channels and retart enigma.

Or you can use DreamboxEDIT to create a new bouquet and add those channels to it.
Good luck.
 
Last edited:

toysoft

Well Known Member
Messages
1,828
You can use OpenPLi 4.0 IPTV, it works great and IPTV channels are shown as normal channels,

TS
 
Top