Quote:
|
Thanks for the great post.
I have a question though...my CCcam.log file is empty. I've set DEBUG=yes in CCcam.cfg and set permissions correctly on file.
I could use some help on this to check my CCcam logs because my sc client doesn't appear on the webinfo.
|
CCcam.log only has the information which is forwarded from the CCcam.x86 -d output (since it redirects that output to /var/log/CCcam.log). If you want to debug the working of vdr-sc or CCcam, just start both on a seperate SSH terminal.
For vdr you can just start /var/bin/runvdr.sh on the foreground, every output will be shown from VDR including vdr-sc. For CCcam open a new SSH connection, sudo to root and do the followinging:
Code:
cd /var/bin
LD_PRELOAD=./ca.so ; export LD_PRELOAD
./CCcam.x86 -d
Now watch the output from both. Offcourse you need to open an other terminal and start vdr-xine, vdr-sxfe or what ever within Xorg.
//Shalafi