Hi,
Does anyone know what is the best cam to use for version 6 image?? mgcamd is very glitchy and cccam seems to stop randomly??
I have tried from plugins menu, and ts panel but seem to be the same or am I missing something??
Thanks
Posted 8 September 2017 - 12:33
Hi,
Thanks I have two different boxes. zgemma star H2 and xtrend et8500 and I have just installed version 6 open pli image on both, I don't really like ts panel also but I thought I would try it as I was having problems with mgcamd and cccam from the softcam plugins downloads.
Thanks
Posted 8 September 2017 - 12:38
Both oscams work, the oscam-emu version contains (as the name implies) an emu, and is usually older since the emu code isn't published.
If you card works in Oscam depends on the card, so we need to know your provider, and the type of smartcard you have (if multiple are available).
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 8 September 2017 - 20:45
Both oscams work, the oscam-emu version contains (as the name implies) an emu, and is usually older since the emu code isn't published.
If you card works in Oscam depends on the card, so we need to know your provider, and the type of smartcard you have (if multiple are available).
This is not true, emu for OScam is published.
https://github.com/oscam-emu/oscam-emu
But it is provided has a patch for the OScam trunk so people need often to adapt it.
But you can get rid of this constraint by compiling OSemu instead.
https://github.com/oscam-emu/OSEmu
So you can provide an .ipk with most up-to-date OScam and OSemu with a pre-configuration to have OScam using OSemu. You just need to create a softcam startup script that will launch both. But OSemu has no GUI to change the softcam file.
So you can always provide the latest OScam with the latest OSemu without having to be annoyed by changing the .patch file.
Pr2
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 8 September 2017 - 20:56
The problem is that the patch is not frequently adapted to the quickly changing code of oscam. And the already-patched-version isn't updated as frequently as oscam itself. So if you don't want the "emu" version, just use the normal one.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 15 September 2017 - 19:54
If you installed it from scratch, you need to install a softcam. Contrary to OpenPLi 4, as of 6.0 no cam will be installed by default anymore.
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 15 September 2017 - 20:49
Groetjes Cobus R
VU+ UNO 4K SE FBC DVB-C (8x)
MUTANT HD66SE FBC DVB-C (3x)
MAXYTEC MULTIBOX COMBO
MUTANT HD60 DVB-S
Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner
Posted 15 September 2017 - 21:00
You need the softcam manager, which is not installed by default as well. When you install a softcam from the feeds, it comes as a dependency.
If you only use your own softcam scripts, you need to install it manually:
opkg install softcam-support
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 17 September 2017 - 18:26
Thank you, now I have the softcam manager when pressing the blue button.
Most of the scripts that I had in Open Pli 4 work, only one where 2 softcams are started does not work.
How can I in Open Pli in telnet manually call a softcam script from /init.d to start or stop a softcam ?
Posted 17 September 2017 - 18:43
Afaik nothing has been changed to the softcam system between 4 and 6. Are you sure all your scripts are marked executable?
From the command line you can just call /etc/init.d/<scriptname>. If you don't call it with an option, it should tell you want the options are.
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 17 September 2017 - 19:34
This construct in script file does not seem to work anymore (softcam1_exe, softcam1_param, softcam2_exe, softcam2_param are defined dependently on the combination of softcams that must be started, for instance cccam and osemu)
case "$1" in start) start-stop-daemon -S -x $softcam1_exe -- $softcam1_param start-stop-daemon -S -x $softcam2_exe -- $softcam2_param ;; stop) start-stop-daemon -K -R 2 -x $softcam1_exe start-stop-daemon -K -R 2 -x $softcam2_exe sleep 3
Only second softcam is started.
Is it possible to get the result of the start-stop-daemon call in the telnet console ?
Edited by abra, 17 September 2017 - 19:38.
0 members, 8 guests, 0 anonymous users