Since you have ecm.info in (E1) /var/temp, or (E2) /temp, that are momentarily logging which channel you're viewing, most users are complained here as elsewhere that there's no complete Cccam.log file that records all Cccam activities like start and stop script sessions as well as channel decode streams and ecm times dcw's etc!
Procedure should be easy below ==>
Create an empty log file in the var/log directory with full attributes.
In this example:
In CCcam.cfg set the following
save and exit.
goto
select and load for editing, the CCcam script you are going to use.
eg. cccam_2.14.sh
Look for the line that fires up the cam.
and mod this to:
It's important that the name of the log file is identical to the file you created.
Save and exit.
Reload the cam and there you have it - log files !
This script can be timed in order to delete itself after some memory consumption so that your Dream doesn't froze itself!
Procedure should be easy below ==>
Create an empty log file in the var/log directory with full attributes.
In this example:
Code:
cccam.log
Code:
DEBUG: yes
goto
Code:
usr/script
eg. cccam_2.14.sh
Look for the line that fires up the cam.
Code:
/var/bin/CCcam_2.1.4 &
Code:
/var/bin/CCcam_2.1.4 -d > /var/log/cccam.log &
Save and exit.
Reload the cam and there you have it - log files !
This script can be timed in order to delete itself after some memory consumption so that your Dream doesn't froze itself!
Comment