Docs · Enigma2
Enigma2 setup (OpenPLi)
Add cccam.io on an OpenPLi image. Similar to OpenATV with a couple of path differences.
easyPath 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: multics01.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.