- Joined
- Nov 30, 2014
- Messages
- 127
- Reaction score
- 16
- Points
- 222
Offline
- Thread starter
- #1
OpenPLi 4.0 from Japhar Team with IPTV (1300+ FREE IPTV Channels)
Here s a new batch of images based on OpenPLi 4 with many contributions from various forum members and some bits taken from oe-alliance. So this is basically a tribute to them.
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// 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// 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// 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 :
cd /etc/enigma2
sed -i s/^#SERVICE 4097/#SERVICE 5002/g
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 :
Star H1 / Star H2 / Star S / Star 2S / Zgemma Star H2 :
H.S. / H.2S / H.2H / Zgemma H.2H :
H5 / Zgemma H5 :
I55 / Zgemma I55 :
- Amiko
Alien 8900 / Alien2 :
Amiko Spark STI7111 :
- Atemio
Atemio Nemesis :
- Dreambox (Original)
DM500hdv2, DM800sev2, DM7020hd, DM7020hdv2
DM500HDv2 :
DM800HDseV2 :
DM7020HD :
DM7020HDv2 :
- EDISION
Edision OS mini :
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
ET4x00 :
ET5x00 :
ET6x00 :
ET7x00 :
ET8000 :
ET8500 :
ET10000 :
- XSarius Fusion
XSarius Fusion HD :
XSarius Fusion HD SE :
XSarius Pure HD :
- XSoloMini
Xsolomini3 :
Here s a new batch of images based on OpenPLi 4 with many contributions from various forum members and some bits taken from oe-alliance. So this is basically a tribute to them.
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// 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// 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// 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 :
cd /etc/enigma2
sed -i s/^#SERVICE 4097/#SERVICE 5002/g
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 :
Star H1 / Star H2 / Star S / Star 2S / Zgemma Star H2 :
H.S. / H.2S / H.2H / Zgemma H.2H :
H5 / Zgemma H5 :
I55 / Zgemma I55 :
- Amiko
Alien 8900 / Alien2 :
Amiko Spark STI7111 :
- Atemio
Atemio Nemesis :
- Dreambox (Original)
DM500hdv2, DM800sev2, DM7020hd, DM7020hdv2
DM500HDv2 :
DM800HDseV2 :
DM7020HD :
DM7020HDv2 :
- EDISION
Edision OS mini :
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
ET4x00 :
ET5x00 :
ET6x00 :
ET7x00 :
ET8000 :
ET8500 :
ET10000 :
- XSarius Fusion
XSarius Fusion HD :
XSarius Fusion HD SE :
XSarius Pure HD :
- XSoloMini
Xsolomini3 :