Cline to OSCAM

thekev

Inactive User
Joined
Dec 12, 2013
Messages
8
Reaction score
0
Hi All,

Right I have now spent the last week and a half trying to work out how to convert the cline data i have to oscam for hyperion v3 image.

i have the following info...

protocol
host
port
user
pass


can someone please please help as I am going out of my mind.... can I get a plugin so that I can just enter the line and it will do the rest or do I need to convert it?

thanks for any help you can give.

TheKev
 
You have to add it as a reader for example:

Your Cline: C: anyone.dyndns.com 12000 user pass

convert to:

[reader]
label = Cline
protocol = cccam
device = anyone.dyndns.com,12000
user = user
password = pass
group = 1


That should get you going
 
Change the values in red and copy to var/keys/ oscam.server

[reader]
label = remote
description = CCcam Example
reconnecttimeout = 5
protocol = cccam
device = DNS GOES HERE, PORT GOES HERE
user = USERNAME
password = PASSWORD
group = 1
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
blockemm-unknown = 1
caid =
cccversion = 2.1.4
 
If you have more than I cline do you have to put this information in separately for each one.
 
Back
Top