cccam.io

Docs · Enigma2

Enigma2 setup (OpenPLi)

Add cccam.io on an OpenPLi image. Similar to OpenATV with a couple of path differences.

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

  1. Install CCcam from the Plugin Browser if it's missing.
  2. SSH in and append the F-line to /etc/CCcam.cfg:
C: multics01.cccam.io 12000 <user> <pass> no { 0:0:1 }
  1. Restart: /etc/init.d/softcam restart.
  2. 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.