i test today mutant hd60 openpli 7 with Stalker QT Plugin and all work ok only have problem with subtitle are not displayed, in original mag stb with same line subtitle are displayed.
any help thanks.
Posted 19 January 2019 - 19:00
Stalker is a closed source application provided by the manufacturer in its BSP. So please contact the manufacturer for this issue.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 19 January 2019 - 19:16
Stalker is a closed source application provided by the manufacturer in its BSP. So please contact the manufacturer for this issue.
Gigablue Quad 4K & UE 4K, Vu+Uno4KSE, DM900
.........FBC Tuners:
------------------> GT-SAT unicable lnb to 1.5M dish(28.2E)
------------------> Gigablue unicable lnb to 80 cm dish(19.2E)
Octagon sf8008, AX HD61, Edision Osmio 4K+, Zgemma H9Combo using Legacy ports on multiswitches
Zgemma H9twin & Zgemma H9 C/S mode into Giga4K
Posted 19 January 2019 - 20:02
We don't provide the Stalker it is the manufacturer which include it in its BSP, it is not an OpenPLi decision to provide it.
I was not aware that there was a github free version of Stalker.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 19 January 2019 - 22:05
Be aware that most references on the internet about QT-Stalker are about an open source stock market application.
The enigma plugin qt-stalker was added by Zgemma, and builds from their github plugin repository. It is built based on the BSP feature "qtplugins", which it looks like gfutures has enabled for a few of their boxes.
Having said that, it is not open source, that repo only contains binaries, no clue what they are, what they do, and whether or not they will even work on non-zgemma hardware...
edit: it is enabled for:
$ grep -r "qtplugins" . ./meta-zgemma/conf/machine/h9combo.conf:OPENPLI_FEATURES += " qtplugins kodi" ./meta-zgemma/conf/machine/i55plus.conf:OPENPLI_FEATURES += " qtplugins kodi" ./meta-zgemma/conf/machine/h9.conf:OPENPLI_FEATURES += " qtplugins kodi" ./meta-zgemma/conf/machine/h7.conf:OPENPLI_FEATURES += " ci qtplugins kodi" ./meta-gfutures/conf/machine/hd51.conf:OPENPLI_FEATURES += "ci qtplugins kodi" ./meta-gfutures/conf/machine/hd61.conf:OPENPLI_FEATURES += " ci qtplugins kodi" ./meta-gfutures/conf/machine/vs1500.conf:OPENPLI_FEATURES += "ci qtplugins kodi" ./meta-gfutures/conf/machine/hd60.conf:OPENPLI_FEATURES += " qtplugins kodi" ./meta-axasuhd/conf/machine/e4hd.conf:OPENPLI_FEATURES += " ci qtplugins kodi"
so Axas also "borrows" it...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 20 January 2019 - 09:56
---well OpenPli builds from Zgemma-star and they are mostly .py
do_install() { install -d ${D}/usr/lib/${QtStalker} install -d ${D}/usr/share/stalker cp -rp ${S}/usr/share/stalker/* ${D}/usr/share/stalker/ chmod -R a+rX ${D}/usr/share/stalker/ install -m 0755 ${S}/plugin/__init__.py ${D}/usr/lib/${QtStalker} install -m 0755 ${S}/plugin/browser.py ${D}/usr/lib/${QtStalker} install -m 0755 ${S}/plugin/datasocket.py ${D}/usr/lib/${QtStalker} install -m 0755 ${S}/plugin/plugin.py ${D}/usr/lib/${QtStalker} install -m 0755 ${S}/plugin/stalker.py ${D}/usr/lib/${QtStalker} install -m 0755 ${S}/plugin/stalker.png ${D}/usr/lib/${QtStalker} install -d ${D}/${bindir} install -m 0755 ${S}/stalker ${D}${bindir}
Gigablue Quad 4K & UE 4K, Vu+Uno4KSE, DM900
.........FBC Tuners:
------------------> GT-SAT unicable lnb to 1.5M dish(28.2E)
------------------> Gigablue unicable lnb to 80 cm dish(19.2E)
Octagon sf8008, AX HD61, Edision Osmio 4K+, Zgemma H9Combo using Legacy ports on multiswitches
Zgemma H9twin & Zgemma H9 C/S mode into Giga4K
Posted 20 January 2019 - 11:30
Edited by athoik, 20 January 2019 - 11:31.
0 members, 1 guests, 0 anonymous users