cccam.io

CCcam & OScam setup on DreamBox (DreamOS)

Set up a cccam.io line on DreamOS boxes - DM920, DM900, ONE Ultra HD. Paths, the OScam route, and how to restart and confirm it decrypts.

DreamBox medium

Why OScam on DreamOS

DreamOS' bundled CCcam is dated. OScam (or oscam-emu) keeps up better. We recommend installing enigma2-plugin-cams-oscam-emu from the Dream feed.

Install

opkg update
opkg install enigma2-plugin-cams-oscam-emu

Configure the reader

Edit /etc/tuxbox/config/oscam-emu/oscam.server:

[reader]
label                         = cccam_io
protocol                      = cccam
device                        = server1.cccam.io,12000
user                          = <username>
password                      = <password>
cccversion                    = 2.3.0
group                         = 1
audisabled                    = 1

Allow your local user

In oscam.user:

[account]
user                          = local
group                         = 1
disabled                      = 0
monlevel                      = 0

Restart

/etc/init.d/softcam restart

Verify

Open the OScam webif at http://<dreambox-ip>:8888. The cccam_io reader should be CONNECTED. ECMs should resolve in under 500ms on encrypted channels.