+ Répondre à la discussion
Affichage des résultats 1 à 10 sur 10
  1. #1
    Membre Avatar de toysoft
    Date d'inscription
    septembre 2012
    Messages
    1 110

    OpenPLi 4.0 IPTV avec GStreamer de dernière generation pour FTA IPTV de qualité

    OpenPLi 4.0 IPTV avec GStreamer de dernière generation pour FTA IPTV de qualité

    So here s whats up:
    - Brand new bootlogo thanks to .:MarcinO:.
    - OpenPLi enigma2 rev: 4bf2f1e45593065f9e2b4563f30463487b727c94
    - OpenPLi oe-core rev: d76cfe6a39c6613ac77578840b214f0f1e748a39
    - Taapat s Fulan enigma2 rev: 2a984c500f5b2ea657f68742b7dc4e47f5586483
    - New receivers supported:
    * osmini
    * osminiplus
    * spycat
    * spycatmini
    * et7000mini
    * xpeed lx
    * xpeed lx pro

    - New feed server located in Europe thanks to the Japhar team!
    - Japhar IPTV list
    - No more use of UPX compression on ARM platform (should fix the Vu+ Solo 4K build)
    - Latest gstreamer 1.9 revision from master branch
    - FFmpeg 3.0.2 with extra options enabled (based on oe-e recipe)
    - Kodi 16.1 for Vu+ Solo 2, Solo Se, Duo 2, and Solo 4K (thanks to mx3L for his bsp + recipes)
    - More wifi drivers (mt7601, rt7777 etc..) taken from oe-alliance
    - MX3L s serviceapp now supports EPG and embedded subtitles
    - Exteplayer3

    ServiceApp and exteplayer3:
    Thanks for the hard work from mx3L and samsamsam you can now play your IPTV streams with exteplayer3 or gstplayer instead of the default dvbmediasink.
    Especially using exteplayer3 will give much better performance on playing HLS streams compared to gstreamer + dvbmediasink.
    For example, playing DJING underground 720p never worked very well on my DM800HD and now it does

    In a nutshell here s how it works.
    In your /etc/enigma2/ directory you have your channel bouquets with the .tv and .radio extensions.
    Inside these files there s this for example:

    #SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/u-05.m3u8JING Underground (CDN)
    #DESCRIPTION DJING Underground (CDN)

    By default this will play with the gstreamer dvbmediasink (which is currently broken for sh4).
    If you like to play your stream with exteplayer3 instead you should change the 4097 to 5002, like this:

    #SERVICE 5002:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/u-05.m3u8JING Underground (CDN)
    #DESCRIPTION DJING Underground (CDN)

    You can also change it to play with gstplayer using 5001:

    #SERVICE 5001:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/u-05.m3u8JING Underground (CDN)
    #DESCRIPTION DJING Underground (CDN)

    So it s like this:
    4097 = default player, which is the dvbmediasink if serviceapp is not enabled
    5001 = gstplayer
    5002 = exteplayer3

    Now let s say you d like to convert your entire bouquet to play with exteplayer3, simply login to your receiver with telnet/ssh (use PuTTY for Windows).

    And issue to the following commands:

    First stop enigma2:
    init 4

    Then change your bouquet to make all streams play with exteplayer3, lets say userbouquet.favourites.tv:

    cd /etc/enigma2
    sed -i s/^#SERVICE 4097/#SERVICE 5002/g userbouquet.favourites.tv

    Then restart enigma2:

    init 3

    That s it !

    You can also make exteplayer3 the default backend for playing back everything.
    Go to Menu -> Plugins -> ServiceApp and set exteplayer3 as default.

    Keep in mind that with exteplayer3 or gstplayer as default backend you will not have support for external subtitles yet (.srt for example).

    That s why I ve added MediaPlayer2 and SubsSupport from mx3L.

    Please thank mx3L for the hard work he put into this


    - AirDigital
    Zgemma Star S, Zgemma Star 2S, Zgemma Star H1, Zgemma Star H2, Zgemma Star LC, Zgemma HS, Zgemma H2S, Zgemma H2H, Zgemma H5, Zgemma I55

    Zgemma Star LC :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-lc_usb.zip 
    Star H1 / Star H2 / Star S / Star 2S / Zgemma Star H2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-sh1_usb.zip 
    H.S. / H.2S / H.2H / Zgemma H.2H :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-h3_usb.zip 
    H5 / Zgemma H5 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-h5_usb.zip 
    I55 / Zgemma I55 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-i55_usb.zip 

    - Amiko
    Alien 8900 / Alien2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-spark7162_usb.zip 
    Amiko Spark STI7111 :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-spark_usb.zip 

    - Atemio
    Atemio Nemesis :
    Code PHP:
    http://jam3.japhar.com/images/pli/atemionemesis_usb.zip 

    - Dreambox (Original)
    DM500hdv2, DM800sev2, DM7020hd, DM7020hdv2

    DM500HDv2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-dm500hdv2.nfi 
    DM800HDseV2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-dm800sev2.nfi 
    DM7020HD :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-dm7020hd.nfi 
    DM7020HDv2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-dm7020hdv2.nfi 

    - EDISION
    Edision OS mini :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-osmini_usb.zip 
    Edision OS mini+ :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-osminiplus_usb.zip 

    - Formuler
    F1 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-formuler1_usb.zip 
    F3 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-formuler3_usb.zip 
    F4 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-formuler4_usb.zip 

    - Galaxy Innovations :
    ET7000 Mini :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et7000mini_usb.zip 

    - Golden Interstar
    XPEED LX Class S2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/xpeedlx_usb.zip 
    XPEED LX class S2/C :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-xpeedc_usb.zip 
    XPEED LX3 :
    Code PHP:
    http://jam3.japhar.com/images/pli/xpeedlx3_usb.zip 
    XPEED LX Pro :
    Code PHP:
    http://jam3.japhar.com/images/pli/xpeedlxpro_usb.zip 

    - HEROBOX
    EX3 HD :
    Code PHP:
    http://jam3.japhar.com/images/pli/herobox_usb.zip 

    - MaxDigital
    XP1000 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-xp1000_usb.zip 

    - MiracleBox
    Mini :
    Code PHP:
    http://jam3.japhar.com/images/pli/mbmini_usb.zip 
    MiniPlus :
    Code PHP:
    http://jam3.japhar.com/images/pli/mbminiplus_usb.zip 
    Ultra :
    Code PHP:
    http://jam3.japhar.com/images/pli/mbultra_usb.zip 
    Xsolomini3 / Miraclebox Premium Mini Plus :
    Code PHP:
    http://jam3.japhar.com/images/pli/xsolomini3_usb.zip 

    - Mut@nt
    HD500C :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-hd500c_usb.zip 
    HD1100 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-hd1100_usb.zip 
    HD1200 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-hd1200_usb.zip 
    HD1265 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-hd1265_usb.zip 
    HD2400 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-hd2400_usb.zip 
    HD1500 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-hd1500_usb.zip 

    - SpyCat
    Spycat :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-spycat_usb.zip 
    Spycat mini :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-spycatmini_usb.zip 

    - VuPlus (Original)
    VuSolo :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vusolo_usb.zip 
    VuDuo :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vuduo_usb.zip 
    VuUno :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vuuno_usb.zip 
    VuZero :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vuzero_usb.zip 
    VuUltimo :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vuultimo_usb.zip 
    VuSolo2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vusolo2_usb.zip 
    VuDuo2 :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vuduo2_usb.zip 
    VuSoloSe :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vusolose_usb.zip 
    VuSolo4K :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-vusolo4k_usb.zip 

    - Xtrend
    ET4x00, ET5x00, ET6x00, ET7x00, ET8000, ET8500, ET9x00, ET10000

    ET4x00 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et4x00_usb.zip 
    ET5x00 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et5x00_usb.zip 
    ET6x00 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et6x00_usb.zip 
    ET7x00 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et7x00_usb.zip 
    ET8000 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et8000_usb.zip 
    ET8500 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et8500_usb.zip 
    ET10000 :
    Code PHP:
    http://jam3.japhar.com/images/pli/OpenPLi-4-et10000_usb.zip 

    - XSarius Fusion
    XSarius Fusion HD :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-fusionhd_usb.zip 
    XSarius Fusion HD SE :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-fusionhdse_usb.zip 
    XSarius Pure HD :
    Code PHP:
    http://jam3.japhar.com/images/pli/openpli-enigma2-4-purehd_usb.zip 

    - XSoloMini
    Xsolomini3 :
    Code PHP:
    http://jam3.japhar.com/images/pli/xsolomini3_usb.zip 

    - Japhar v20

    DM800HD+ :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=2294 
    DM500HD+ :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=1938 
    DM800HDse+ :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=1940 
    DM8000HD :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=1939 

    - Ferrari v20

    VU+ Solo v3 :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=9004#Post9004 
    VU+ Solo v2 :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=9320 
    VU+ Duo v3 :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=9005#Post9005 
    VU+ Duo v2 :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=9326 
    VU+ Uno v3 :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=9006#Post9006 
    - Lonrisun v20

    VU+ Solo2 v1 & v4.2 :
    Code PHP:
    http://www.ourdreambox.com/ubbthreads.php?ubb=showflat&Number=9007#Post9007 
    Bon amusement !

    TS

    •   Alt 

      Réclame

       
       

  2. #2
    Membre
    Date d'inscription
    février 2015
    Messages
    78
    Bonjour, j'ai un mal de chien à trouver une bonne image pour ma DM500HD V2 , est-ce que celle ci peut convenir ???Merci à vous.
    http://jam3.japhar.com/images/pli/op...-dm500hdv2.nfi

  3. #3
    Membre Avatar de toysoft
    Date d'inscription
    septembre 2012
    Messages
    1 110
    Je vous envoi par PM un lien dont je sais qu'il est 100% ok, car j'ai installé exactement cette version, celle ci est nouvelle et je ne l'ai pas encore testé.

    TS

    Citation Envoyé par dydyer Voir le message
    Bonjour, j'ai un mal de chien à trouver une bonne image pour ma DM500HD V2 , est-ce que celle ci peut convenir ???Merci à vous.
    http://jam3.japhar.com/images/pli/op...-dm500hdv2.nfi

  4. #4
    Membre
    Date d'inscription
    février 2015
    Messages
    78
    Merci l'ami pour ta réponse rapide et clair, par contre il n'est pas obligé d'avoir une sim japhar, parce que ma box à 2 jours et je n'ai rien changé....merci à vous....

  5. #5
    Membre Avatar de toysoft
    Date d'inscription
    septembre 2012
    Messages
    1 110
    La DM500HDv2 existe seulement avec la sim (en réalité chip) de DM, donc cette image dont je t'ai fait part par PM est bien adapté à ta boite et je l'ai testé sur ma DM500HDv2 avec chip DM.

    La Sim Japhar n'est disponible que pour les "veilles boxes" (DM800HDpvr, DM500HD, DM800HDse, DM8000HD et DM800HDseV2) qui n'ont plus de support de DM, pour continuer à utiliser des nouvelles images faites par le Team Japhar et donc étendre leur vie et pas les rendre obsolètes comme DM le souhaite (pour vendre de nouveau de nouvelles boites).

    TS
    Dernière modification par toysoft ; 02/12/2016 à 19h22.

  6. #6
    Membre
    Date d'inscription
    août 2013
    Localisation
    Fecamp
    Messages
    338
    Bonjour à tous;

    Comme j'ai une DM800HD, je dois donc changer la sim d'origine par une sim Japhar pour installer l'image proposée
    Televiseurs avec réception satellite intégré, parabole big bisat réglée pour Astra, Hot-bird et W5 pour fransat avec carte PC6, 2XDM900, DM525

  7. #7
    Membre
    Date d'inscription
    février 2015
    Messages
    78
    Citation Envoyé par toysoft Voir le message
    La DM500HDv2 existe seulement avec la sim (en réalité chip) de DM, donc cette image dont je t'ai fait part par PM est bien adapté à ta boite et je l'ai testé sur ma DM500HDv2 avec chip DM.

    La Sim Japhar n'est disponible que pour les "veilles boxes" (DM800HDpvr, DM500HD, DM800HDse, DM8000HD et DM800HDseV2) qui n'ont plus de support de DM, pour continuer à utiliser des nouvelles images faites par le Team Japhar et donc étendre leur vie et pas les rendre obsolètes comme DM le souhaite (pour vendre de nouveau de nouvelles boites).

    TS
    Merci bien l'ami...à la prochaine....

  8. #8
    Membre Avatar de toysoft
    Date d'inscription
    septembre 2012
    Messages
    1 110
    Pour la DM800HD, hélas DM a arrêté le support en 2013, et le Team OpenPLi n'a fait que la OpenPLi 2.1 (voir http://www.openpli.org/download/dreambox/dm800), les 3.0 et 4.0 n'ont jamais été faites pour DM800HD... donc oui il ne reste que la solution de remplacer la sim par une nouvelle Sim Japhar pour que la DM800HD puisse renaitre de nouveau de ses "cendres DM" pour pouvoir fonctionner avec les images Japhar... et ainsi pouvoir installer la OpenPLi 4.0 IPTV du Team Japhar sur DM800HD.

    TS

    Citation Envoyé par cylindric Voir le message
    Bonjour à tous;

    Comme j'ai une DM800HD, je dois donc changer la sim d'origine par une sim Japhar pour installer l'image proposée
    Dernière modification par toysoft ; 02/12/2016 à 21h01.

  9. #9
    Membre
    Date d'inscription
    février 2015
    Messages
    78
    Bonjour, finalement après test, aucune de ces images openpli n'a fonctionné sur ma DM500HD V2, une avait un mauvaisboot, trop ancien et la dernière n'a jamais démarré....Après pas mal de recherches, j'ai finalement opté pour une openesi, qui fonctionne à merveille....

  10. #10
    Membre Avatar de toysoft
    Date d'inscription
    septembre 2012
    Messages
    1 110
    Super que vous avez trouvé finalement une bonne solution, la DM500HDv2 fonctionne très bien (même si elle est déclaré en EOL pour obsolescence programmé décidé par Dreambox), et comme indiqué il n'y a pas besoin de changement de sim pour le DM500HDv2, DM800sev2, DM7020hd, DM7020hdv2, ainsi que tous les récepteurs listés ici qui n'ont pas de sim... pour votre info.

    - AirDigital
    Zgemma Star S, Zgemma Star 2S, Zgemma Star H1, Zgemma Star H2, Zgemma Star LC, Zgemma HS, Zgemma H2S, Zgemma H2H, Zgemma H5, Zgemma I55

    - Amiko
    Alien 8900 / Alien2

    - Atemio
    Atemio Nemesis

    - Dreambox (Original)
    DM500hdv2, DM800sev2, DM7020hd, DM7020hdv2

    - EDISION
    Edision OS mini

    - Formuler
    F1
    F3
    F4

    - Galaxy Innovations
    ET7000 Mini

    - Golden Interstar
    XPEED LX Class S2
    XPEED LX class S2/C
    XPEED LX3
    XPEED LX Pro

    - HEROBOX
    EX3 HD

    - MaxDigital
    XP1000

    - MiracleBox
    Mini
    MiniPlus
    Ultra
    Xsolomini3 / Miraclebox Premium Mini Plus

    - Mut@nt
    HD500C
    HD1100
    HD1200
    HD1265
    HD2400
    HD1500

    - SpyCat
    Spycat
    Spycat mini

    - VuPlus (Original)
    VuSolo
    VuDuo
    VuUno
    VuZero
    VuUltimo
    VuSolo2
    VuDuo2
    VuSoloSe
    VuSolo4K

    - Xtrend
    ET4x00, ET5x00, ET6x00, ET7x00, ET8000, ET8500, ET9x00, ET10000

    - XSarius Fusion
    XSarius Fusion HD
    XSarius Fusion HD SE
    XSarius Pure HD

    - XSoloMini
    Xsolomini3

    Bon weekend !

    TS

    Citation Envoyé par dydyer Voir le message
    Bonjour, finalement après test, aucune de ces images openpli n'a fonctionné sur ma DM500HD V2, une avait un mauvaisboot, trop ancien et la dernière n'a jamais démarré....Après pas mal de recherches, j'ai finalement opté pour une openesi, qui fonctionne à merveille....
    Dernière modification par toysoft ; 03/12/2016 à 17h58.

Liens sociaux

Liens sociaux

Règles de messages

  • Vous ne pouvez pas créer de nouvelles discussions
  • Vous ne pouvez pas envoyer des réponses
  • Vous ne pouvez pas envoyer des pièces jointes
  • Vous ne pouvez pas modifier vos messages