DM8000HD OpenPLi 4.0 with 750+ IPTV Channels FREE - Japhar SuperSim3

There are 26 replies in this Thread which was already clicked 9,256 times. The last Post () by emosim.

  • OpenPLi 4.0 with IPTV and GStreamer 1.6.2 released !!!! November 20th DM8000HD


    - Gstreamer (v1.6.2) has been updated to master git which carries many fixes.
    - No more internet connection required during bootup.
    - Feeds online for online update of image and future updates/fixes if necessary.
    - IPTV List and Jam Panel are now pre-shipped.
    - Japhar Addon Manager 5.2 included.
    - IPTV List built-in with 750+ IPTV FREE Channels.
    - Many dvbmediasink fixes.


    https://mega.nz/#!gBkUiQJA!zbW…zJqSXXO8gaXmlupIfSR4FR4y0

  • New Release, December 3rd 2015 by MastaG and Japhar Team, with IPTV built-in for DM8000HD Ferrari boxes !


    - Gstreamer 1.6.x has been updated
    - Newer gstreamer 1.6.x master git snapshot:
    They've pretty much reworked HLS (m3u8) handling completely.
    There should be no more jumps when switching bitrates.
    - DTS Downmix should now be working on the dm800se, dm500hd and dm8000.
    Also pausing the video should work now (untested).
    - Fragmented streams work now (m3u8)
    - Remote control delay is now set by default to 300ms
    - Feeds online for online update of image and future updates/fixes if necessary.
    - Improved streaming performance in both the dvbmediasink and enigma2, Dreambox fixes for the dvbmediasink:
    Framerate and resolution should now be handled correctly.
    - Fragmented streams should now play more smooth and give less freezes due to async changes.
    - IPTV List and JAM 5.2 Panel are now pre-shipped.
    - Japhar Addon Manager 5.2 included.
    - IPTV List built-in with 800+ IPTV FREE Channels.


    FOR Japhar Sim


    - DM8000HD :

    Code
    https://mega.nz/#!EY13zT4Z!8z0HFTcistm650DJy3AA3yzYtjB8Hg5wpBTsX_GPQ_s
  • Available OpenPLi 4.0 MastaG GStreamer 1.7.0 !


    Changes compared to openpli-oe-core gst-1:



    - Ships with gstreamer upstream master git:
    Using the same patches as openpli-oe-core gst-1, no changes or extra patches added.
    Only patch I've removed is: 0001-baseparse-post-tag-list-when-avg-bitrate-changes-at-.patch,
    because that patch is already accepted and commited to upstream git.
    - Every receiver uses christophecvr's multibox dvbmediasink.
    - Using libtrmp and rtmpdump from oe-alliance.
    - Some small enigma2 patches for Dreambox receivers (ac3/dts bypass and blanking on zap support).
    These are only applied for Dreambox receivers.
    - AAC to AC3 transcoding V2 by mx3L (requires a fast cpu).
    - IPTV Player from samsamsam included (thx to Athoik for the recipe).
    - Large list of public IPTV streams included thanks to the Japhar Team.
    - Updated libcdio and cdtextinfo for audio-cd support by Christophecvr.
    - DM800Se, DM7020HD and DM800SeV2 driver upgraded to 20151201:
    added si2166b blindscan support
    - Spark images includes the pti.ko from OpenATV so softcam's should work now.
    - DM800 kernel will now always pass the vermagic check when loading modules.
    Now you can try and load any DM800 2.6.18 kernel module from OE1.5 to 2.0.


    and


    - Ships with gstreamer upstream master git:
    Using the same patches as openpli-oe-core gst-1, no changes or extra patches added.
    Only patch I've removed is: 0001-baseparse-post-tag-list-when-avg-bitrate-changes-at-.patch,
    because that patch is already accepted and commited to upstream git.
    - Every receiver uses christophecvr's multibox dvbmediasink.
    - Using libtrmp and rtmpdump from oe-alliance.
    - Some small enigma2 patches for Dreambox receivers (ac3/dts bypass and blanking on zap support).
    These are only applied for Dreambox receivers.
    - AAC to AC3 transcoding V2 by mx3L (requires a fast cpu).
    - IPTV Player from samsamsam included (thx to Athoik for the recipe).
    - Large list of public IPTV streams included thanks to the Japhar Team.
    - Updated libcdio and cdtextinfo for audio-cd support by Christophecvr.
    - DM800Se, DM7020HD and DM800SeV2 driver upgraded to 20151201:
    added si2166b blindscan support
    - Spark images includes the pti.ko from OpenATV so softcam's should work now.
    - DM800 kernel will now always pass the vermagic check when loading modules.
    Now you can try and load any DM800 2.6.18 kernel module from OE1.5 to 2.0.


    Known issues:


    - DM800 first boot will take a while, please be patient. The next boot will be faster.
    - On spark/spark7162 you need to set 'boxtype = dreambox' for oscam dvbapi.
    We're using the OE-A drivers and 'duckbox' doesn't seem to work on these.
    - On spark/spark7162 you need to set a skin which doesn't resize the framebuffer.
    Because sometimes it doesn't scale back to fullscreen.
    I've included the MX-HQ7 skin for use as workaround.
    - On Zgemma Star you cannot use fullHD skins.
    This is a hardware/driver limitation.
    Please don't try it, it will crash enigma2.


    Update online or get the new version on the web.

  • DM : OpenPLi 4.0 with IPTV (More than 800+ IPTV FREE Channels) by MastaG and Japhar Team


    Users running the previous Gstreamer 1.7.0 image, should be able to peform a Software Update!


    Changes since previous release:


    - mx3L's gstreamer revert which fixes mp4 playback from remote locations
    - Spark drivers updated to 20151113
    - Using aio-grab from oe-alliance which includes fixes for sprak receivers
    - New Japhar IPTV List (thanks to ToySoft).
    - DM8000 has no more gsod's now (thanks to ToySoft for testing!)


    Changes compared to openpli-oe-core gst-1:


    - Ships with gstreamer upstream master git:
    Using the same patches as openpli-oe-core gst-1 with only these changes:
    Removed: 0001-baseparse-post-tag-list-when-avg-bitrate-changes-at-.patch
    because this patch was already checked in upstream.
    Added: 0001-Revert-qtdemux-respect-qt-segments-in-push-mode-for-.patch
    By mx3L which fixes mp4 playback from remote locations.
    - Every receiver uses christophecvr's multibox dvbmediasink.
    - Using libtrmp and rtmpdump from oe-alliance.
    - Some small enigma2 patches for Dreambox receivers (ac3/dts bypass and blanking on zap support).
    These are only applied for Dreambox receivers.
    - AAC to AC3 transcoding V2 by mx3L (requires a fast cpu).
    - IPTV Player from samsamsam included (thx to Athoik for the recipe).
    - Large list of public IPTV streams included thanks to the Japhar Team.
    - Updated libcdio and cdtextinfo for audio-cd support by christophecvr.
    - DM800Se, DM7020HD and DM800SeV2 driver upgraded to 20151201:
    added si2166b blindscan support
    - Spark images includes the pti.ko from OpenATV so softcam's should work now.
    - Using aio-grab source from oe-alliance which includes fixes for spark receivers.
    - The 2.6.18 kernel will now always pass the vermagic check when loading modules.
    Now you can try and load any kernel driver from OE1.5 to 2.0.


    Known issues:


    - DM800 first boot will take a while, please be patient. The next boot will be faster.
    - On spark/spark7162 you need to set 'boxtype = dreambox' for oscam dvbapi.
    We're using the OE-A drivers and 'duckbox' doesn't seem to work on these.
    - On spark/spark7162 you need to set a skin which doesn't resize the framebuffer.
    Because sometimes it doesn't scale back to fullscreen.
    I've included the MX-HQ7 skin for use as workaround.
    - On Zgemma Star you cannot use fullHD skins.
    This is a hardware/driver limitation.
    Please don't try it, it will crash enigma2.
    - Some Dreambox remotes behave very sensitive.
    This causes button presses to register multiple times instead of just once.
    As a workaround you can adjust the key interval:
    Go to: Menu - System - Input devices - dreambox remote control (native).
    Set "Change repeat and delay settings" to yes
    Set "Interval between keys when repeating:" to 200ms or 300ms.
    Press green button (OK)
    Now set the same delay for: "dreambox advanced remote control (native)" as well.


    To find the download link, search for MastaG Japhar OpenPLi 4.0


    Enjoy !

  • Japhar DM Sim :


    - DM8000HD+ :

    Code
    https://mega.nz/#!9Q8TwRYL!hsBWZhpORoGfb52f7kdJg_k_HXtuLz6Qh_UGCpmnw1M


    - DM800HDse+ :

    Code
    https://mega.nz/#!5Ys30IQR!LcYjX3X8F3PexvJWjEH4POTRe1ZuaYfOAsMAGUwt5pU


    - DM800HD+ :

    Code
    https://mega.nz/#!8d1CgDQb!E1bd3XcpmEsDNJlYgXxmCj7Pot5B_S9VjTzvUcbZIU4


    - DM500HD+ :

    Code
    https://mega.nz/#!td8XzDBK!gUWZTa-087opZd9Vk50kRxzlZM7xazd35W7EjPYibiM
  • Hi "emosim"
    I have an official Dreambox DM8000 HD PVR.
    This Dreambox is installed Newnigma2.
    Already installed the openPLI 4 as well.
    With both images, I did not get the IPTV work.
    I want your opinion.
    ? I can and I install this:
    - DM8000HD: OpenPLi_4.0_Japhar_DM8000HD_wIPTV_BETA12-OS.nfi
    I get anxious waiting for your information.
    Sorry for the inconvenience. Thank you so much.
    Hugs

    DM920-UHD4K + SF8008-UHD4K

  • OpenPLi 4.0 IPTV With CrossEPG and GStreamer 1.8Pre (1200+ FREE IPTV Channels) for Japhar NC3 SuperSim3‏


    V14, with GStreamer 1.8Pre and CrossEPG Built-in !


    Users running the previous image can update online and will gain the latest Gstreamer 1.8 Pre-Release.
    Changes :
    - Gstreamer 1.8 Pre-Release !
    - CrossEPG Preinstalled !
    - Winter logo
    - More free space laugh
    Ive added a dirty hack that will upx compress the binary before package_write_ipk
    We now have 2 to 3MB more free space (very nice, great success)
    - The usual batch of dvbmediasink fixes by christophecvr and mx3L
    - Wifi drivers have been refactored a bit, I dont auto-load the rt7777 anymore.
    it should kick in when you plugin your wifi stick.


    by MastaG


    https://mega.nz/#!FV0RTSwR!VT9…8LpNC9yOOs5YyMKioN5hIy__Y


  • «»
    Hello,
    This is for official DM8000HD?
    I appreciate the information, please.
    Thank you.
    «»

    DM920-UHD4K + SF8008-UHD4K

  • Of course not. Read the title. Japhar NC3 SuperSim3‏. This is not the sim of original boxes but a programable sim. My boxes (800se) cloning the original have a A8P sim, another clone have sim 2.1 and this one can replace every one of my sims but will work with images created for it.


    For 8000HD see the recomandations in Japhar site.


    Japhar Sim NC3 for DM8000HD OS
    The sim card will be delivered with pre-loaded OS below,
    but you can always with the GCR2 programmer reflash it :
    - DM8000HD (Dual Sim Japhar AND Ferrari) by default
    The Japhar NC3 sim supports for DM8000HD OE1.5, OE1.6, OE2.0 and OE2.2.


    Japhar Ferrari Sim B14 for DM8000HD OS
    The sim card will be delivered with pre-loaded OS below :
    - DM8000HD (Sim Ferrari) by default
    The Ferrari B14 sim supports for DM8000HD OE1.5, OE1.6.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!