when entering port some have five digits and some four do i put a 0 before the four digit or after ?
Alert: Don't Use Hotmail Email Accounts for registration
Collapse
Before Access to all Forums and Trial accounts you must need to activate your account Email address
cccamd
Collapse
X
-
Re: cccamd
examples:
C: <hostname> <port> <username> <password> <wantemus> no { 0:0:0}
C: <hostname> <port> <username> <password> <wantemus> { caid:id(:uphops), caid:id(:uphops), ... }
C: cam.server.org 12345 toto secret no { 0:0:3 }
no = card only, no emmuComment
-
Re: cccamd
Normally when you go into Client setup it would have a line of zeros on the port line, certainly this is the setup on my Spiderbox,which shows 5 zeros so I have to enter 5 for the line to work, I would presume your receiver will have a similar setup.
Regards Mobley3
mobley3Comment
-
Re: cccamd
Regards Mobley3
mobley3Comment
-
Re: cccamd
so, we have
# --- for cccamd.list
C: server.name.com 1234 Username password # not correct
C: server.name.com 01234 Username password # correct
# --- and for newcamd.list ?
# what is correct, what is not correct
CWS = 192.168.1.1 1234 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14
CWS = 192.168.1.1 01234 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14
# --- and for newcamd.list ?
# what is correct, what is not correct
CWS_MULTIPLE = 192.168.1.2 1200:1205 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14
CWS_MULTIPLE = 192.168.1.2 01200:01205 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14Comment
Comment