What's new

Custom / Unofficial Build Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4
By MastaG (OpenPLi Forum)

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



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.

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:
Code:
Please, Log in or Register to view codes content!
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:
Please, Log in or Register to view codes content!
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:
Please, Log in or Register to view codes content!
You can also change it to play with gstplayer using 5001:
Code:
Please, Log in or Register to view codes content!
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:
Code:
Please, Log in or Register to view codes content!
Then change your bouquet to make all streams play with exteplayer3, lets say userbouquet.favourites.tv:
Code:
Please, Log in or Register to view codes content!
Then restart enigma2:
Code:
Please, Log in or Register to view codes content!
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!
 

Attachments

jaffar

Member
Messages
2
Joined
Feb 4, 2016
Reaction score
3
Points
3
I tested a little bit.
Almost all working very fast and smooth.
Any chance to implement pau for SoloSE or V2 (streaming and recording), without pau, box is half usable.

tnx.
 

majz

Vuplus-Images Elite
Significant Contributor
Messages
414
Joined
Oct 8, 2014
Reaction score
327
Points
63
Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4
By MastaG (OpenPLi Forum)

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



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.

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:
Code:
Please, Log in or Register to view codes content!
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:
Please, Log in or Register to view codes content!
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:
Please, Log in or Register to view codes content!
You can also change it to play with gstplayer using 5001:
Code:
Please, Log in or Register to view codes content!
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:
Code:
Please, Log in or Register to view codes content!
Then change your bouquet to make all streams play with exteplayer3, lets say userbouquet.favourites.tv:
Code:
Please, Log in or Register to view codes content!
Then restart enigma2:
Code:
Please, Log in or Register to view codes content!
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!
Tested and working great well done
 

sherif

Member
Messages
8
Joined
Sep 4, 2015
Reaction score
2
Points
3
Unofficial- Gstreamer 1.9 images 2016-06 -based on- OpenPLi 4
By MastaG (OpenPLi Forum)

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



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.

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:
Code:
Please, Log in or Register to view codes content!
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:
Please, Log in or Register to view codes content!
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:
Please, Log in or Register to view codes content!
You can also change it to play with gstplayer using 5001:
Code:
Please, Log in or Register to view codes content!
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:
Code:
Please, Log in or Register to view codes content!
Then change your bouquet to make all streams play with exteplayer3, lets say userbouquet.favourites.tv:
Code:
Please, Log in or Register to view codes content!
Then restart enigma2:
Code:
Please, Log in or Register to view codes content!
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!
vu zero 4k pleas
 

Top Bottom