Beiträge von dreamboxco

    wie kann ich für diesen Sender das EPG herauslesen?
    Was mus getan werden?


    Code
    #SERVICE 4097:0:1:0:0:0:0:0:0:0:rtmpe://sr1.netmedya.org/em-tv2/live.sdp:Em Tv
    #DESCRIPTION Em Tv


    Code
    #SERVICE 1:0:1:1:1:2:0:0:0:0:rtmpe%3a//sr1.netmedya.org/em-tv2/live.sdp:Em Tv
    #DESCRIPTION Em Tv

    So ich habe ein Beispiel für dich dann zeige mir doch bitte auf wie ich das EPG lesen kann



    Code
    #SERVICE 4097:0:1:0:0:0:0:0:0:0:rtmpe://sr1.netmedya.org/em-tv2/live.sdp:Em Tv
    #DESCRIPTION Em Tv


    Code
    #SERVICE 1:0:1:1:1:2:0:0:0:0:rtmpe%3a//sr1.netmedya.org/em-tv2/live.sdp:Em Tv
    #DESCRIPTION Em Tv


    nun? Was ich muss jetzt machen?

    Hallo,


    die Dreamboxen unterstützen seit graumer Zeit IPTV Sender.
    Leider zu ungunsten der Boxen Besitzer:


    - Wenn ein Sender nicht gefunden wird dreht sich das Rad und dreht und dreht
    - Wenn Sender abgespielt werden in m3u8 Format kommt der Ton teilweise später oder bricht nach x Zeit ab
    - Bei RTMP Streams gibt es einen Versatz


    Bevor wir uns auf neue Boxen verlassen können müssten die alten erst einmal die Arbeit vernünftig meistern,
    das kann die Dream oder auch sonstige Enigma2 Boxen nicht.


    Zu den 3 Problemen


    Auf einem Samsung TV mit enstsprechenden XML Daten gab es die Probleme nicht,
    - Sender nicht gefunden Bild kehrt zurück kein Rad
    - M3U8 Ton bricht nicht ab kein Versatz


    Denke Dream sollte es wieder versuchen eine Dream zu sein :thumbs_up:

    wie bekannt ist das Thema mehrere Jahre alt- Seitens Dream bekam ich nach Ticket erstellung dass die Entwicker sehr beschäftigt sind und bei Zeit
    dieses Problem in die Hand nehmen. Auf allen Sendern ob verschlüsselt oder unverschlüsselt ist ein Bild vorhanden leider kein Ton.


    Warum kriegt dass eine teure Linux Box nicht Griff wobei günstige Medialink Boxen dieses abspielen können.


    Ich poste einen Sender der unverschlüselt ist und gern mal durch Dream überprüft werden kann.


    7.0°E
    Eutelsat 7A 11617.00V DVB-SQPSK SR 30000 FEC 3/4Digital Platform, 41.5 Mbps NID:126TID:51000

    schnellere Bootzeiten durch vorwahl von einem Autostart Plugin
    was soll gestartet werden und was nicht.
    Müssen alle Prozesse laufen können einige deaktiviert werden?


    An den Bootzeiten wurde schon gearbeitet Hut ab vielleicht bringt dass noch bischen Schwung

    Hallo,


    im Internet bin auf diesen Thread gestoßen.
    Derzeit wird viel diskutiert über iptv über Dreambox. Leider lässt sich das EPG nicht komfortabel mit den OE Images auslesen.
    Könnte das was hier im Beitrag beschrieben wird von Dream übernommen werden?


    << link gelöscht, zu viele zumindest fragwürdige Inhalte auf der Seite, Grüße vom Moderator >>




    EPG for IPTV channels has been an common request for many
    years now but I simply abandoned this area because I havent been
    successful with attaching EPG to IPTV channels. Athoik from OpenPLi
    forum faced the same problem last year but as he has coding abilities
    he was able to fix the issue in OpenPLi. From the 20.12.2013 we can
    attach or append EPG to IPTV channels but this requires some manual
    work (also using FTP) and is not for complete E2 noobs.


    Here is short tutorial for all who want to finally see EPG on your
    favourite IPTV channels which are getting more and more popular:


    1. Create test.channels.xml file using Notepad++ and add this test content:


    <?xml version=”1.0″ encoding=”latin-1″?>


    <channels>


    <channel id=”PlanetTV.sl”>1:0:1:E:10:1:FFFF0000:0:0:0:http% 3a//example.com</channel> <!– Planet TV –>


    </channels>


    http%3a//example.com part at the end is mandatory and you should not
    change it. XMLTVimport needs the http%3a// (whatever) just to start a
    fake recording and then to import EPG.


    1:0:1:E:10:1:FFFF0000:0:0:0: is real channel reference for channel
    Planet TV on local DVB-C network. You can also use reference from
    channel on satellite (DVB-S/DVB-S2) or regular antenna (DVB-T/T2).


    PlanetTV.sl is the real channel id which you can get if you open
    rytec.sources.xml file which is located in /etc/epgimport on your
    receiver. PlanetTV is part of Slovenian rytec package so you just need
    to check for Slovenian XMLTV (or any other country package, it depends
    on your needs) in rytec.sources.xml file and then copy one of the urls
    to your browser and download *.gz file where you can get all channel ids
    for selected country.


    After you finish editing test.channels.xml file, copy it to etc/epgimport folder on your receiver.




    2.Create test.sources.xml using Notepad++ and add this test content:




    <?xml version=”1.0″ encoding=”latin-1″?>


    <sources>


    <source type=”gen_xmltv” channels=”test.channels.xml”>


    <description>Test XMLTV</description>


    <url>http://rytec.sifteam.eu/rytecxmltvexyu.gz</url>


    <url>http://xmltvepg.wanwizard.eu/rytecxmltvexyu.gz</url>


    <url>http://enigma2.world-of-satell…pg_data/rytecxmltvexyu.gz</url>


    <url>http://www.xmltvepg.nl/rytecxmltvexyu.gz</url>


    <url>http://www.tm800hd.co.uk/rytec/rytecxmltvexyu.gz</url>


    <url>http://www.vuplus-community.net/rytec/rytecxmltvexyu.gz</url>


    <url>http://www.ebook-directory.net/rytecxmlepg/rytecxmltvexyu.gz</url>


    </source>


    </sources>


    First you need to open rytec.sources.xml file and find section
    dedicated to your country. In my case I had to search for Slovenian
    rytec package. Then you need to copy this part and paste it in your new
    file named test.sources.xml. Here you need to change channels=”xxx”
    part. In my case I had to change it to test.channels.xml file which I
    created earlier. Also change description to something else, I just used
    name Test XMLTV.


    After you finish editing test.sources.xml file, copy it to etc/epgimport folder and restart Enigma 2 – GUI.




    3. Now you need to add this IPTV channel to Enigma 2. I already
    explained how to add IPTV channels to E2 bouquets in my older article
    which is located here




    In my case I had to add this channel:


    #SERVICE 4097:0:0:0:0:0:0:0:0:0:rtsp%3a//origin.biokoda.tv/live/mbit-planet?k=planettv-public:Planet TV


    #DESCRIPTION Planet TV


    This version does not work with EPG, I was forced to tweak it a bit:


    #SERVICE 4097:0:1:E:10:1:FFFF0000:0:0:0:rtsp%3a//origin.biokoda.tv/live/mbit-planet?k=planettv-public:Planet TV


    #DESCRIPTION Planet TV


    As you can see the only change are the letters and number after the
    4097 part. They need to match channel reference in test.channels.xml
    file.




    4. Start EPG import in XMLTVimport plugin which might not be available
    for your favourite image. If you use OpenPLi, you can add it. EPG
    should appear or IPTV channels. If not, please write an message on
    Satnigmo forum, link is available below.




    You can discuss this article on forum:

    Hab jetzt nicht alles verfolgt, aber dflash ist ein Super-Tool. Scheinbar hat gutemine auch genug zur Verfügung gestellt, dass es problemlos als Standard integrierbar wäre, leider hat Dream dafür keinen Atem mehr.


    Darüber hinaus wäre es natürlich für mich als Dummy-User am einfachsten, wenn gutemine einfach sein Tool ohne Ablaufdatum zu Verfügung stellen würde, aber noble Gesten sind heutzutage ja eher selten.


    Oder kann gutemine das Tool zum Verkauf anbieten, 20 Euro wäre es mir bspw. wert?

    kein Problem robby hast PM von mir bekommen. Ich helfe gerne

    Hallo,


    auf meiner Dream 7020 HD mit OE 2.0 Image habe ich Probleme mit MMS Streams.
    Diese lassen sich abspielen Bild ist vorhanden, der Ton leider nicht zu hören.
    Gehört für die MMS Streams noch was dazu was ich vergessen habe zu installieren?



    Betrifft folgenden Sender

    Code
    #SERVICE 4097:0:1:0:0:0:0:0:0:0:mmsh://50.7.207.114/sinema1?MSWMExt=.asf:Sinema TV Salon 1
    #DESCRIPTION Sinema TV Salon 1



    Enigma2 Log