DM800SE Clone Images Sim 2.10 #ssl84

Status
Not open for further replies.

Jasper_

Registered
Messages
232
Sim2-dreamelite-dm800se-20160319202652-#84d-Jasper-20160320

Sim2-dreamelite-dm800se-20160319202652-#84d-Jasper-20160320




Clean, no changes.

Sim2

SSL84d

Enigma2: 2014-12-01-tarball (thx ramiMAHER)


#########################################################################################

Webinterface is working.
Teletext is working.
WLAN is working

#########################################################################################

Download:

2016-03-20

https://mega.nz/#!ZkYnjbKS!_UHxJNbJntIkpj0rZ-51lmCcSS6vmZklz77zQF3wd7U



Jasper
 

katrame

Registered
Messages
371
openesi-2.0-sim2-dm800se-2016.04.02-ssl84D-Houara

openesi-2.0-sim2-dm800se-2016.04.02

SLYKviH.jpg

tLJCLRW.jpg

bdxlTCw.jpg

F8fu5Zz.jpg

wI014qT.jpg

3PSlDS8.jpg

qnn7cyD.jpg



Download

Code:
http://www.mediafire.com/download/48hpbhxihjlsvu4/openesi-2.0-sim2-dm800se-2016.04.02-ssl84D-Houara.nfi
 

Jasper_

Registered
Messages
232
Sim2-Unofficial-Gstreamer 1.8-DM800SE-images 2016-04-based on OpenPLi 4-Jasper-20160409

Sim2-Unofficial-Gstreamer 1.8-DM800SE-images 2016-04-based on OpenPLi 4-Jasper-20160409


Clean, no changes.

Sim2

SSL84d

#########################################################################################
Dear friends,

I've built new unofficial images for testing purposes based on OpenPLi.

These images are my work and not in any way supported by the PLi team.

Keep in mind that these images are experimental and I've only tested few of them.

So use them at your own risk.


A special thank you to: Taapat, christohpecvr, mx3L, joeuser and .:MarcinO:. for their help and contributions :)



So what's new compared to 2016-03 release:


- Gstreamer 1.8.0 stable release for all receivers (including spark)
- New bootlogo by .:MarcinO:.
- Upgrade OpenVPN to 2.3.8.
- Upgrade OpenSSH to 7.1p2.
- Upgrade OpenSSL to 1.0.2g.
- Upgrade vsftpd to 3.0.3.
- Patched and bumped Python due to OpenSSL not supporting SSLv3 anymore.
- Upgrade Japhar-IPTV List to 1.6.
- Upgrade rtmpdump from oe-alliance and let it provide librtmp as well.
- Upgrade ffmpeg to 3.0.1.
- Using christophecvr's multibox dvbmediasink with the following changes:
* Patch from mx3L to ensure PES is written with PTS, see: http://forums.openpl...ndpost&p=539836
This fixes potential freezes on Xtrend receivers, possibly others as well.
* Workaround christophecvr for fixing certain mkv files with DTS audio, see: http://forums.openpl...ndpost&p=540985
* I changed the dvbaudiosink on sh4 to always run in async mode, this fixes most of the freezes I get when stopping a video.
This is only changed for sh4 (spark/spark7162), not for other receivers.
* I've removed mx3L's patch for seeking in mp4 files, see: http://forums.openpl...ndpost&p=534766
I couldn't reproduce the freezing on my receivers and with the above patch I sometimes noticed the subtitles where completely gone after seeking.
* Patch from mx3L which enables AAC to AC3 transcoding V2 is still included.

- Still two patches by mx3L are included to servicemp3.cpp which are not upstream yet.
servicemp3_audio_switch_fix.patch: Should fix a potential crash when switching audio tracks in a certain direction:
Code:
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp
index 7559042..eb1ce4c 100644
--- a/lib/service/servicemp3.cpp
+++ b/lib/service/servicemp3.cpp
@@ -1493,18 +1493,12 @@ RESULT eServiceMP3::selectTrack(unsigned int i)
         if (ppos < 0)
             ppos = 0;
     }
-
-    int ret = selectAudioStream(i);
-    if (!ret)
+    if (validposition)
     {
-        if (validposition)
-        {
-            /* flush */
-            seekTo(ppos);
-        }
+        /* flush */
+        seekTo(ppos);
     }
-
-    return ret;
+    return selectAudioStream(i);
 }
 
 int eServiceMP3::selectAudioStream(int i)


servicemp3_upstream_gst.patch: Faster IPTV Zapping:

Code:
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp
index 7559042..fd59b62 100644
--- a/lib/service/servicemp3.cpp
+++ b/lib/service/servicemp3.cpp
@@ -782,14 +782,6 @@ RESULT eServiceMP3::stop()
    m_state = stStopped;

    GstStateChangeReturn ret;
-    GstState state, pending;
-    /* make sure that last state change was successfull */
-    ret = gst_element_get_state(m_gst_playbin, &state, &pending, 5 * GST_SECOND);
-    eDebug("[eServiceMP3] stop state:%s pending:%s ret:%s",
-        gst_element_state_get_name(state),
-        gst_element_state_get_name(pending),
-        gst_element_state_change_return_get_name(ret));
-
    ret = gst_element_set_state(m_gst_playbin, GST_STATE_NULL);
    if (ret != GST_STATE_CHANGE_SUCCESS)
        eDebug("[eServiceMP3] stop GST_STATE_NULL failure");
Both patches were also part of my images in my last release and they have not caused any problems as of yet.
Maybe someone should review them again and merge them upstream? (maybe with some "if gstreamer 1.0" statement).



- Rewrote Dreambox kernel recipes which should fix certain models not booting.

Hopefully the V2 models are now working again.
- Fixed CrossEPG.
- Spark: (hopefully) Fixed resizing of the framebuffer.
- Spark: Fixed the v.format button, thx to joeuser.
- Spark: It should be possible again to install addons/plugins from the gui.
- Spark: add Taapat's flash-tools and mountspark script.
- Atemio Nemesis: New fan control plugin by .:MarcinO:.
- Merged latest openpli-oe-core changes.
- Merged latest OpenPLi enigma2 changes.
- Upgrade oscam to rev 11225 and applied joeuser's latest tryfix patch.
Don't discuss it here, instead go to streamboard.
- No more libeplayer images, only gstreamer for now.

- Some more minor things I probably forgot...



Many packages have been changed/updated so don't try to upgrade your existing image as this will most likely cause problems.

Instead flash a clean image.



Please refrain from any (cam/smartcard)-emulation or clone-receiver discussion.

Thanks for testing and be sure to report back your findings.



Note: The feed is still being uploaded, which will take another 7 or 8 hours at this time of writing.

MastaG

#########################################################################################
Download:

2016-04-09

https://mega.nz/#!U4YzibwK!7ErDAOyJstq4LoifrHv_Mu8wAcu-N02OPGr7MSkEd1M



Jasper
 

Jasper_

Registered
Messages
232
Sim2-Unofficial-Gstreamer 1.8-DM800SE-2016-04-based on OpenPLi 4-FE-Jasper-20160410

Sim2-Unofficial-Gstreamer 1.8-DM800SE-2016-04-based on OpenPLi 4-FE-Jasper-20160410


changes:

FE
added a modified FlashExpander which is deleting directories in /usr to get more free Flash memory

Sim2

SSL84d

#########################################################################################
Extend your Flash memory to an USB memory stick:

1. add an empty USB memory stick to your box (be aware the content will be deleted)
2. prepare your USB memory stick for FlashExpander

Menu
Setup
System
Harddisk
Red: Initialize
choose your USB memory stick which you want to use for FlashExpander (be aware the content will be deleted)
Initialize

3. Reboot your box (this is important also if you just use an already ext3 or ext4 formatted USB memory stick without initialize)

4. Extend your Flash memory using FlashExpander

Menu
Plugins
Start Flashexpander
choose your USB memory device and start the copy process (this takes a few minutes)
a message will appear to restart the box

5. check if FlashExpander is working

Menu
Plugins
Start Flashexpander

6. now you should have plenty of free Flash memory
New installed Plugins will be installed on extended Flash on USB

#########################################################################################
Dear friends,

I've built new unofficial images for testing purposes based on OpenPLi.

These images are my work and not in any way supported by the PLi team.

Keep in mind that these images are experimental and I've only tested few of them.

So use them at your own risk.


A special thank you to: Taapat, christohpecvr, mx3L, joeuser and .:MarcinO:. for their help and contributions :)



So what's new compared to 2016-03 release:


- Gstreamer 1.8.0 stable release for all receivers (including spark)
- New bootlogo by .:MarcinO:.
- Upgrade OpenVPN to 2.3.8.
- Upgrade OpenSSH to 7.1p2.
- Upgrade OpenSSL to 1.0.2g.
- Upgrade vsftpd to 3.0.3.
- Patched and bumped Python due to OpenSSL not supporting SSLv3 anymore.
- Upgrade Japhar-IPTV List to 1.6.
- Upgrade rtmpdump from oe-alliance and let it provide librtmp as well.
- Upgrade ffmpeg to 3.0.1.
- Using christophecvr's multibox dvbmediasink with the following changes:
* Patch from mx3L to ensure PES is written with PTS, see: http://forums.openpl...ndpost&p=539836
This fixes potential freezes on Xtrend receivers, possibly others as well.
* Workaround christophecvr for fixing certain mkv files with DTS audio, see: http://forums.openpl...ndpost&p=540985
* I changed the dvbaudiosink on sh4 to always run in async mode, this fixes most of the freezes I get when stopping a video.
This is only changed for sh4 (spark/spark7162), not for other receivers.
* I've removed mx3L's patch for seeking in mp4 files, see: http://forums.openpl...ndpost&p=534766
I couldn't reproduce the freezing on my receivers and with the above patch I sometimes noticed the subtitles where completely gone after seeking.
* Patch from mx3L which enables AAC to AC3 transcoding V2 is still included.

- Still two patches by mx3L are included to servicemp3.cpp which are not upstream yet.
servicemp3_audio_switch_fix.patch: Should fix a potential crash when switching audio tracks in a certain direction:
Code:
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp
index 7559042..eb1ce4c 100644
--- a/lib/service/servicemp3.cpp
+++ b/lib/service/servicemp3.cpp
@@ -1493,18 +1493,12 @@ RESULT eServiceMP3::selectTrack(unsigned int i)
         if (ppos < 0)
             ppos = 0;
     }
-
-    int ret = selectAudioStream(i);
-    if (!ret)
+    if (validposition)
     {
-        if (validposition)
-        {
-            /* flush */
-            seekTo(ppos);
-        }
+        /* flush */
+        seekTo(ppos);
     }
-
-    return ret;
+    return selectAudioStream(i);
 }
 
 int eServiceMP3::selectAudioStream(int i)


servicemp3_upstream_gst.patch: Faster IPTV Zapping:

Code:
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp
index 7559042..fd59b62 100644
--- a/lib/service/servicemp3.cpp
+++ b/lib/service/servicemp3.cpp
@@ -782,14 +782,6 @@ RESULT eServiceMP3::stop()
    m_state = stStopped;

    GstStateChangeReturn ret;
-    GstState state, pending;
-    /* make sure that last state change was successfull */
-    ret = gst_element_get_state(m_gst_playbin, &state, &pending, 5 * GST_SECOND);
-    eDebug("[eServiceMP3] stop state:%s pending:%s ret:%s",
-        gst_element_state_get_name(state),
-        gst_element_state_get_name(pending),
-        gst_element_state_change_return_get_name(ret));
-
    ret = gst_element_set_state(m_gst_playbin, GST_STATE_NULL);
    if (ret != GST_STATE_CHANGE_SUCCESS)
        eDebug("[eServiceMP3] stop GST_STATE_NULL failure");
Both patches were also part of my images in my last release and they have not caused any problems as of yet.
Maybe someone should review them again and merge them upstream? (maybe with some "if gstreamer 1.0" statement).



- Rewrote Dreambox kernel recipes which should fix certain models not booting.

Hopefully the V2 models are now working again.
- Fixed CrossEPG.
- Spark: (hopefully) Fixed resizing of the framebuffer.
- Spark: Fixed the v.format button, thx to joeuser.
- Spark: It should be possible again to install addons/plugins from the gui.
- Spark: add Taapat's flash-tools and mountspark script.
- Atemio Nemesis: New fan control plugin by .:MarcinO:.
- Merged latest openpli-oe-core changes.
- Merged latest OpenPLi enigma2 changes.
- Upgrade oscam to rev 11225 and applied joeuser's latest tryfix patch.
Don't discuss it here, instead go to streamboard.
- No more libeplayer images, only gstreamer for now.

- Some more minor things I probably forgot...



Many packages have been changed/updated so don't try to upgrade your existing image as this will most likely cause problems.

Instead flash a clean image.



Please refrain from any (cam/smartcard)-emulation or clone-receiver discussion.

Thanks for testing and be sure to report back your findings.



Note: The feed is still being uploaded, which will take another 7 or 8 hours at this time of writing.

MastaG

#########################################################################################
Download:

2016-04-10

https://mega.nz/#!9tZzWRQQ!jtb-_WngrhIxXWv0hNm5Xcy4wdypl561dPtgOH6M1Pg



Jasper
 

Jasper_

Registered
Messages
232
Sim2-dreambox-image-dm800se-20160520-#84d-Jasper-20160521

Sim2-dreambox-image-dm800se-20160520-#84d-Jasper-20160521



DMM Image Experimental (opendreambox-2.0.0)


Clean, no changes.

Sim2

SSL84d

Enigma2: 2015-12-30-tarball

#########################################################################################

Webinterface is working.
Teletext is working.
WLAN is working

#########################################################################################

Download:

2016-05-21

https://mega.nz/#!p1IF0JDI!dzPEZY0dJX4K1Ok_a1qssv2x0zuW88b9mgDcjikv97U



Jasper
 

Jasper_

Registered
Messages
232
Sim2-Unoff.-Gstreamer 1.9.0.1-DM800SE-2016-05 OpenPLi 4-Jasper-20160514

Sim2-Unoff.-Gstreamer 1.9.0.1-DM800SE-2016-05 OpenPLi 4-Jasper-20160514


Clean, no changes.

Sim2

SSL84d

#########################################################################################
Hi everyone,



Since I'm going away for a while I thought it would be nice to release a last batch of testing images containing upstream work from various OpenPLi forum-members.

So I'd like to dedicate these images to mx3L, christophecvr, samsamsam and Taapat for making it possible!


Lot's of changes this time, so be sure to read the full post before asking any questions ;)



Let's first start with the things I didn't look into because I had to put my priority list together with the limited time I have..

- I did -NOT- look into the dFlash problem, sorry dreamboxco

- I did -NOT- add transmission, sorry doroshe

- I did -NOT- look into the fulan sh4 problems where certain FTA channels do not playback properly after recording, sorry Tony il Capo

- I did -NOT- add any Vu+ specific plugins such as Kodi, sorry mamamia

- I did -NOT- fix the lcd font for the DM800Se V2, sorry gassi 1950

- I did -NOT- look into the spark remote control issue, sorry paulbs

- I did -NOT- add support for the VisionNet Marvel1, sorry habab

- I did -NOT- enable the kernel modules for DreamTor yet



That doesn't mean I don't look into it later, I just didn't have the time for it.



Now here are the changes compared to the last release:

- Add support for the following receivers:

Herobox EX4 HD

Miraclebox Mini

Miraclebox Mini Premium Plus

Miraclebox Ultra

Xpeed LX3

Formuler 4

Xsarius PureHD

Mut@nt HD1500

- Latest gstreamer 1.9.0.1 snapshot based on recipes from christophecvr:

* Proper fix for HLS segfault on stop

* Re-enable the rtmp seeking and potential segfault fix

* gstreamer1.0-libav is now built against system ffmpeg instead (this differs from chri's recipes) *

* dvbmediasink patches for Vu Solo 4K, hd1265 and hd1500 from oe-alliance

- FFMpeg updated to 3.0.2 and is now installed by default *

- Backports to enigma2 for sh4 (mainly servicemp3.cpp related)

- Fix EPG on sh4 receivers

- exteplayer3 is now installed by default, thank you mx3L and samsamsam *

- gstplayer is now installed by default, thank you mx3L and samsamsam

- Mediatomb is now in the feeds

- MediaPlayer2 is now installed by default, thank you mx3L

- SubsSupport (for MediaPlayer2) is now installed by default, thank you mx3L

- No more russian tuxtxt

- It's now possible to set the debug level again in the UI-settings menu, thank you christophecvr

- Latest enigma2 changes, thank you OpenPLi

- latest openpli-oe-core changes, thank you OpenPLi

- ServiceApp, thank you mx3L !!!



Known issues:

- On spark7162 (and 7111 probably as well) fragmented streams such as hls (m3u8) will skip and freeze a lot.

This happened sometime after the official Gstreamer 1.8.0 release and I didn't found the cause yet.

It is not related to the dvbmediasink since it doesn't happen on mips receivers and the code in the dvbmediasink didn't change.

Configure your streams to play with exteplayer3 instead, read below.

- * On the 64MB Dreambox models (DM800HD, DM800Se and DM500HD) there is not enough space to ship ffmpeg.

This means that exteplayer3 and gstreamer1.0-libav aren't installed as well because they depend on ffmpeg.

See my attached guide to copy over the root filesystem to a storage device.

- Some Dreambox remotes may 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.

- DM800 first boot will take a while, please be patient. The next boot will be faster.



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 :)



You can read all about it here: http://forums.openpl...nd-exteplayer3/



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:

Code:
#SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/u-05.m3u8:DJING 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:

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

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

Code:
#SERVICE 5001:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/u-05.m3u8:DJING Underground (CDN)
#DESCRIPTION DJING Underground (CDN)
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:

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

Then restart enigma2:

Code:
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 (.srt for example).

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

I haven't tested it for myself yet, since I simply changed my IPTV streams with type 5002 (exteplayer3) so everything else like DreamPlex for example keeps using the dvbmediasink.



Play around and let us know your findings!

MastaG

#########################################################################################
Download:

2016-05-14

https://mega.nz/#!hwBk0ZqD!Q1ycpyRhjhZEhxrqRKhk0VYlhqmwCsOx-S59-GdiESQ



Jasper
 

Jasper_

Registered
Messages
232
Sim2-dreambox-image-dm800se-20160520-84d-FE-CU-Jasper-20160524

Sim2-dreambox-image-dm800se-20160520-84d-FE-CU-Jasper-20160524



changes:

FE
added a modified FlashExpander which is deleting directories in /usr to get more free Flash memory

CU
added the Clone Update Plugin (v4.0) to upgrade your image online


Sim2

SSL84d

Enigma2: 2015-12-30-tarball
#########################################################################################

Webinterface is working.
Teletext is working.
WLAN is working

#########################################################################################

Extend your Flash memory to an USB memory stick:

1. add an empty USB memory stick to your box (be aware the content will be deleted)
2. prepare your USB memory stick for FlashExpander

Menu
Setup
System
Storage device
choose your USB memory stick which you want to use for FlashExpander (be aware the content will be deleted)
Red Button: Initialize
after the USB memory stick is formatted do not mount it

3. Reboot your box (this is important also if you just use an already ext3 or ext4 formatted USB memory stick without initialize)

4. Extend your Flash memory using FlashExpander

Menu
Plugins
Start Flashexpander
choose your USB memory device and start the copy process (this takes a few minutes)
a message will appear to restart the box

5. check if FlashExpander is working

Menu
Plugins
Start Flashexpander

6. now you should have plenty of free Flash memory
New installed Plugins will be installed on extended Flash on USB

###########################################################################################

Update your image online:

Please check that you have 9 MB free flash memory before you start the update.

Menu
Plugins
Start SOA Clone Updater 4.0
"Upgrade-your-Image" and press OK
"Restart-your-Receiver" and press OK

The image will be updated
###########################################################################################

Download:

2016-05-24


https://mega.nz/#!cpYXTC5B!9ThkcpTghQ_aRSZmqkjy6UJEzNvGeVBCgs0dt52Djp0



Jasper
 

intercepter

Registered
Messages
28
OpenPLi-4.0-sim2-dm800se backup by intercepter

OpenPli 4.0-Sim2-dm800hd-backup by intercepter

This backup is based on OpenPLi-4.0-beta-dm800se-20160622 image
Backup includes plugins:

IPTV Player 127.05.20.00
Mediaplayer2
TsTube 1.2 by mfaraj57(best You Tube E2 plugin)
Cams:CCcam (ver.2.1.3),OScam (ver.emu svn11213),OScam-CCcam
SubsSupport downloader
SubsSupport settings
Skin Turbo-MOD by RAED
Forecast Weather plugin
Cronmanager
Systemtime 1.4
My motor settings from 75°E to 45°W(scaned 1.6.2016)


rx0AcFI.jpg


Ps4NA3m.jpg


YZAQYIu.jpg


FMlwwWp.jpg


HUvwv5H.jpg


I deleted all unused language and wi-fi drivers bacause there is not enough space on flash,but this
package include all files and instruction.

Please read instruction before flash box!!!


http://www.mediafire.com/download/m100apv598kngd6/OpenPli_4.0-sim2-dm800se-by_intercepter%2820160622%29.rar


 
Last edited:

Jasper_

Registered
Messages
232
Sim2-Unoff.-Gstreamer 1.9-DM800SE-2016-06 OpenPLi 4-Jasper-20160702

Sim2-Unoff.-Gstreamer 1.9-DM800SE-2016-06 OpenPLi 4-Jasper-20160702


Clean, no changes.

Sim2

SSL84d

#########################################################################################
Hi there,



Here's a new batch of images based on OpenPLi 4 with many contributions from various openpli.org forum members and some bits taken from oe-alliance.

So this is basically a tribute to them :)



jzi3r6.jpg



It took me a while since I was very short on time and I had to re-install my build-rig, move to a new feed-server etc...



SO DUE TO A NEW FEED-SERVER ONLINE UPDATE FROM PREVIOUS IMAGES IS NOT POSSIBLE!

DON'T TRY TO CHANGE THE URL IN THESE OLD IMAGES SINCE THERE'S BEEN TOO MANY CHANGES WHICH WILL BREAK THINGS!

PLEASE FLASH A CLEAN IMAGE INSTEAD!



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!

- New 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

- Slightly newer v4l modules for kernel 2.6.18 (dm800)

- New version of mx3L's serviceapp now supports EPG and embedded subtitles

- New version of exteplayer3

- Flash extender PPanel for dm800, dm800se and dm500hd (* Please read below)

- Many other changes I forgot to mention...



Known issues:

- On spark7162 (and 7111 probably as well) fragmented streams such as hls (m3u8) will skip and freeze a lot.

This happened sometime after the official Gstreamer 1.8.0 release and I didn't found the cause yet.

It is not related to the dvbmediasink since it doesn't happen on mips receivers and the code in the dvbmediasink didn't change.

Configure your streams to play with exteplayer3 instead, read below.

- Some Dreambox remotes may 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.

- DM800 first boot will take a while, please be patient. The next boot will be faster.





Flash extender for DM800, DM800Se and DM500HD:

Since these receiver only feature 64MB of internal flash space, I've been unable to ship all packages.

ffmpeg, exteplayer3, gst1.0-libav, mediaplayer2, iptv player, subssupport etc.. are missing due to insufficient space.

That's why I've created a simple PPanel script for moving the entire internal flash to an external storage device such as internal hdd or usb disk.

The PPanel will also install all the missing packages for you.

So you can have all the bells and whistles like the other receivers :)

ny7885.jpg

However please note that:

- It will format your storage device thus deleting everything.

- It's not compatible with other flash-extenders such as barry alen, multiboot etc...

- You'll need a working internet connection when running the PPanel or else it cannot install the missing packages.

- You need to patient! As the script runs you'll only see a black screen which an take up to 15 minutes depending on the size/speed of your storage device and your internet connection.



You can find it under Blue Panel -> PPanels





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 :)



You can read all about it here: http://forums.openpl...nd-exteplayer3/



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:

Code:
#SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/u-05.m3u8:DJING 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:

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

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

Code:
#SERVICE 5001:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/u-05.m3u8:DJING 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 :)


Have fun and make sure to report back your findings!

MastaG

#########################################################################################
Download:

2016-07-02

https://mega.nz/#!l4YBzCQD!RuvbEvZS3a6KW163pEJrKjOGMUIXRaoOi_QasV7GxRI



Jasper
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,487
openspa-6.0.008-sim2-DM800se-20161101

openspa-6.0.008-sim2-DM800se-20161101

Download
 

Jasper_

Registered
Messages
232
Sim2-Dream-Elite-4.1-dm800se-20161109-Jasper-20161113

Sim2-Dream-Elite-4.1-dm800se-20161109-Jasper-20161113


Clean, no changes.

Sim2

SSL84d

Enigma2: 2016-06-16-tarball
#########################################################################################

Webinterface is working.
Teletext is working.
WLAN is working

#########################################################################################

Download:

2016-11-13

https://mega.nz/#!t0JRXBwY!neJtaaU7w63OZZd_ydSnlaEAaLH4jHbeirjHAl7SWf8


Jasper
 

Jasper_

Registered
Messages
232
Sim2-Dream-Elite-4.1-dm800se-20161109-FE-Jasper-20161115

Sim2-Dream-Elite-4.1-dm800se-20161109-FE-Jasper-20161115


changes:

FE
added a modified FlashExpander which is deleting directories in /usr to get more free Flash memory


Sim2

SSL84d

Enigma2: 2016-06-16-tarball
#########################################################################################

Webinterface is working.
Teletext is working.
WLAN is working

#########################################################################################

Extend your Flash memory to an USB memory stick:

1. add an empty USB memory stick to your box (be aware the content will be deleted)
2. prepare your USB memory stick for FlashExpander

Menu
Setup
System
Storage device
choose your USB memory stick which you want to use for FlashExpander (be aware the content will be deleted)
Red Button: Initialize
after the USB memory stick is formatted do not mount it

3. Reboot your box (this is important also if you just use an already ext3 or ext4 formatted USB memory stick without initialize)

4. Extend your Flash memory using FlashExpander

Menu
Plugins
Start Flashexpander
choose your USB memory device and start the copy process (this takes a few minutes)
a message will appear to restart the box

5. check if FlashExpander is working

Menu
Plugins
Start Flashexpander

6. now you should have plenty of free Flash memory
New installed Plugins will be installed on extended Flash on USB

###########################################################################################

Download:

2016-11-15

https://mega.nz/#!E1oiDZ7R!Bwh2YBg-cesr2WiFsR2tpyy0hko1mJl-LTxgWpoMYpg


Jasper
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,487
Openvix 4.2.013 Release-sim2-DM800se-09112016

Openvix 4.2.013 Release-sim2-DM800se-09112016

DOWNLOAD
 

Jasper_

Registered
Messages
232
Sim2-Dream-Elite-4.1-dm800se-20161109-FE-CU-Jasper-20161119

Sim2-Dream-Elite-4.1-dm800se-20161109-FE-CU-Jasper-20161119


changes:

FE
added a modified FlashExpander which is deleting directories in /usr to get more free Flash memory

CU
added the Clone Update Plugin (v4.0) to upgrade your image online


Sim2

SSL84d

Enigma2: 2016-06-16-tarball
#########################################################################################

Webinterface is working.
Teletext is working.
WLAN is working

#########################################################################################

Extend your Flash memory to an USB memory stick:

1. add an empty USB memory stick to your box (be aware the content will be deleted)
2. prepare your USB memory stick for FlashExpander

Menu
Setup
System
Storage device
choose your USB memory stick which you want to use for FlashExpander (be aware the content will be deleted)
Red Button: Initialize
after the USB memory stick is formatted do not mount it

3. Reboot your box (this is important also if you just use an already ext3 or ext4 formatted USB memory stick without initialize)

4. Extend your Flash memory using FlashExpander

Menu
Plugins
Start Flashexpander
choose your USB memory device and start the copy process (this takes a few minutes)
a message will appear to restart the box

5. check if FlashExpander is working

Menu
Plugins
Start Flashexpander

6. now you should have plenty of free Flash memory
New installed Plugins will be installed on extended Flash on USB

###########################################################################################
Update your image online:

Please check that you have 9 MB free flash memory before you start the update.

Menu
Plugins
Start SOA Clone Updater 4.0
"Upgrade-your-Image" and press OK
"Restart-your-Receiver" and press OK

The image will be updated
###########################################################################################



Download:

2016-11-19

https://mega.nz/#!ksgVBYDQ!9cxyuJ2oQiqnjAd8FA8CY7YT6u8BtJvX9_IUEV6A9rQ


Jasper
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,487
openatv-6.0-sim2-dm800se-20170130-Houara

openatv-6.0-sim2-dm800se-20170130-Houara

DOWNLOAD
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,487
Merlin-3_OE-2.0-sim2-dm800se-20170127-Houara

Merlin-3_OE-2.0-sim2-dm800se-20170127-Houara


Download
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,487
opendroid-6.0-sim2-dm800se-20170131.nfi GStreamer 1.11.1

opendroid-6.0-sim2-dm800se-20170131.nfi
GStreamer 1.11.1 By houara

DOWNLOAD
 
Status
Not open for further replies.
Top