Hi!
Have been trying to solve the problem with encrypted channels by using a Phoenix reader from AD-Teknik in Sweden together with NewCS and connecting Acamd to that. Ofcourse running in to some problems but first some info.
Windows 7, 64 bit. Capture card is a Technotrend CI-3650 CI and the input is DVB-C, swedish Canal Digital Cable-tv. All unencrypted channels work fine!
I have installed the NewCS and is running it using the newcs.xml below and get the log file also below.
I have placed the Acamd files in the "C:\Users\Public\NPVR\MDPlugins\USB 2.0 BDA DVB-C Tuner #1-1" folder and edited my cardclient.conf with this line:
newcamd:127.0.0.1:10001:1/0B00/0000:dummy1:password:0102030405060708091011121314
I also edited the ACamd_PMT.txt with this:
P:0B00:000000referred Canal Digital
where 000000 was found from the NewCS logs at initiation. I have also tried the original value but I guess that is for Canal Digital satelite.
After this is edited my DVD-C tuner under Devices in TV-Server NPVR settings and chaned HW to Multideck and scanned channels. The channels still said "encrypted". When I try to watch i channel the Acamd_monitor gives me the log you find at the very bottom. It just stops and nothing more happens and the client trying to watch the encrypted channel just freezes.
EDIT: I am running NewCS v 1.65 and Acamd 06.20. When looking in the NewCS webinterface I see that the reader is fine and it has desolved Keys for my Card. There is also some statements under "Entitlements". I don't exactly know what all this means except it seems to be some communication with the card at least. BUT, under statistics there is no packets sent or under user the acamd user is always offline. I guess that Acamd and NewCS cant communicate then?
Please advice
Have been trying to solve the problem with encrypted channels by using a Phoenix reader from AD-Teknik in Sweden together with NewCS and connecting Acamd to that. Ofcourse running in to some problems but first some info.
Windows 7, 64 bit. Capture card is a Technotrend CI-3650 CI and the input is DVB-C, swedish Canal Digital Cable-tv. All unencrypted channels work fine!
I have installed the NewCS and is running it using the newcs.xml below and get the log file also below.
I have placed the Acamd files in the "C:\Users\Public\NPVR\MDPlugins\USB 2.0 BDA DVB-C Tuner #1-1" folder and edited my cardclient.conf with this line:
newcamd:127.0.0.1:10001:1/0B00/0000:dummy1:password:0102030405060708091011121314
I also edited the ACamd_PMT.txt with this:
P:0B00:000000referred Canal Digital
where 000000 was found from the NewCS logs at initiation. I have also tried the original value but I guess that is for Canal Digital satelite.
After this is edited my DVD-C tuner under Devices in TV-Server NPVR settings and chaned HW to Multideck and scanned channels. The channels still said "encrypted". When I try to watch i channel the Acamd_monitor gives me the log you find at the very bottom. It just stops and nothing more happens and the client trying to watch the encrypted channel just freezes.
EDIT: I am running NewCS v 1.65 and Acamd 06.20. When looking in the NewCS webinterface I see that the reader is fine and it has desolved Keys for my Card. There is also some statements under "Entitlements". I don't exactly know what all this means except it seems to be some communication with the card at least. BUT, under statistics there is no packets sent or under user the acamd user is always offline. I guess that Acamd and NewCS cant communicate then?
Please advice
Code:
<newCSconfig>
<readers name="Standard Phoenix on PC">
<device>
<name>Canaldigital</name>
<type>phoenix</type>
<mhz>357</mhz>
<node>COM3</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<crypto-special>No</crypto-special>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<pincode>0000</pincode>
<priority>round</priority>
</device>
</readers>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>NewCSpwd</password>
<mode>simple</mode>
<level>internal</level>
<type>all</type>
<output>file,tcp</output>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
<logfile>C:\Softcam\NewCS\newcs-1_65\newcs-1.65\win32\log.txt</logfile>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>dummy1</name>
<password>password</password>
<readers>
<allow>Canaldigital</allow>
</readers>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
</user>
</newcamdserver>
</newCSconfig>