How To For CCcam in E2 for AZbox HD

Status
Not open for further replies.

gorski

Registered
Messages
1,553
From another forum, thanx to all who contributed!!!

You can use DCC (a dreambox tool)

FTP CCcam.mipsel into /usr/bin ,rename to CCcam ,chmod 755 (right click > attributes > check 755)
FTPCCcam.cfg into /etc
edit CCcam.cfg accordingly.

To start it
telnet into the azbox and type
CCcam &

If you want to debug what CCcam is doing type

CCcam -dv &
If it doesn't start:

CCcam starts perfect, but does not locate CCcam.cfg in etc, it looks for /var/etc ??
You can make a simlink with DCC
/var/etc /etc
Is very simple
How to create simlink:

copy and paste in telnet:

Code:
ln -s /var/etc /etc
CCcam running fine now
Here's another one, thanx to azbox4ever, my edit:

Short complete Tuturial for CCcam 2.1.4

First of, all donwload the attached files.

Then transfer (you can use DCC or MaZ) all the files into /usr/bin

After the tranfer give the chmod 777 for CCcam 2.1.4 and 755 for (CCcam.prio,CCcam.cfg,CCcam.provi ders and CCcam.channelinfo

Add your C-line into CCccam.cfg

Now edit the Etc/enit.d/rcs by adding this line at the end of this file

Code:
/usr/bin/CCcam_2.1.4 -C /usr/bin/CCcam.cfg
Now you can star Cccam_2.1.4 by telnet by typing these 2 commands


Code:
cd /usr/bin
 
 ./CCcam_2.1.4 -dC /usr/bin/CCcam.cfg
 
Status
Not open for further replies.
Top