CCcam setup on Enigma2 OpenPLi receivers
Add a cccam.io line on an OpenPLi image. Nearly identical to OpenATV, with a couple of config path differences to watch out for.
Enigma2 easy
Path differences vs OpenATV
OpenPLi keeps the CCcam config in the same place, but the softcam init script differs:
/etc/CCcam.cfg # same as OpenATV
/etc/init.d/softcam restart # softcam, not softcam.CCcam Steps
- Install CCcam from the Plugin Browser if it's missing.
- SSH in and append the F-line to
/etc/CCcam.cfg:
C: server1.cccam.io 12000 <user> <pass> no { 0:0:1 } - Restart:
/etc/init.d/softcam restart. - Tail the log:
tail -f /tmp/CCcam.log.
OScam on OpenPLi
If you prefer OScam: install the enigma2-plugin-softcams-oscam package via
opkg, then follow the OScam quickstart.