Howto - how to watch iptv on enigma2-sat-receivers

satmanUK

TK Veteran
he most iptv-services can be watched with e.g. simple-tv or vlc-player on your pc / laptop.

Here is a little how to for watching the streams on an enigma2 system:

I hope it helps a bit.

First way:
You need to install the TSMedia-plugin on the receiver.
Then, if you have a working (!) link add it here:

Stream Database

and this link will appear in: Iptv/oneplaylist in the tsmedia-menu

on your receiver.

Disadvantage: Everyone sees the link there and so this address can soon be overloaded.

Second way
(a bit complicated) - these information's are from another source:

How to play SimpleTv links on your enigma2 box

You need to add the links to a file called

playlist.e2pls

ftp to your box
navigate to /etc/enigma2/playlist.e2pls

now get you SimpleTv link that looks like this


Code:
rtmp://$OPT:rtmp-raw=rtmpe://46.246.124.6:1935/redirect playpath=BST1 swfUrl=http://www.udemy.com...h/player5.9.swf live=1 pageUrl=http://www.hdcast.org/
delete this
rtmp://$OPT:rtmp-raw=


you can shorten the link to this


Code:
rtmpe://46.246.124.6:1935/redirect/BST1 live=1 pageUrl=http://www.hdcast.org
add 4097:0:0:0:0:0:0:0:0:0: to start of url

Now it looks like this

Code:
4097:0:0:0:0:0:0:0:0:0:rtmpe://46.246.124.6:1935/redirect/BST1 live=1 pageUrl=http://www.hdcast.org

now you need to replace : with %3a only in the address

So it looks like this:

Code:
4097:0:0:0:0:0:0:0:0:0:rtmpe%3a//46.246.124.6%3a1935/redirect/BST1 live=1 pageUrl=http%3a//www.hdcast.org
if you want to name the stream add at the end :BEIN SPORTS 1

Complete url to looks like this:

Code:
4097:0:0:0:0:0:0:0:0:0:rtmpe%3a//46.246.124.6%3a1935/redirect/BST1 live=1 pageUrl=http%3a//www.hdcast.org:BEIN SPORTS 1

Save it in
playlist.e2pls

Go to your mediaplayer plugin,
then press menu and switch to playlist.

and play SimpleTv links on your enigma2 box

Third and easy way
:

Another solution for TSMedia:

You need the xml-editor 1.5 (userstream-editor, google for it), and create your own userstream.xml. Unfortunatly you have to input the single streams at the moment one by one.
I don't know if there's a newer correct working version online. I found a version 1.6 which did not write the userstream.xml correct so I downgraded back to 1.5.

This vers. 1.5 writes the self-created userstream.xml to / etc, so have to copy it by hand (I use wsftp-light) to / etc / tsmedia

and you can watch your own iptv-streams (if the adresses are working).

I hope this helps.
 
the easy way to get them to work is in tsmedia is by using a m3u file this can be ftp to your box using dreambox control center (e2)
it goes in ect/tsmedia/m3u folder
 
Back
Top