Jump to content


pulkass

Member Since 28 Jun 2021
Offline Last Active 30 Jun 2021 09:27
-----

Posts I've Made

In Topic: Amiko Viper 4K - Latest Image Release

30 June 2021 - 09:29

I have amiko simple----there is open pli for such a receiver ???? thanks  AMIKO VIPER SIMPLE-


In Topic: How to use setup the Cccam to Oscam

28 June 2021 - 08:12

 

 

if you already have installed OScam from 'Now in my Plugin /downloads/softcams' then you just need to add your c-line/mg line into your oscam directory 

 

this is how you do it 

 

1. Connect Dcc 

2. FTP > etc /  tuxbox / config / 

in config you will see many files but you only need 2 of them

oscam.server

oscam.conf

 

edit oscam.server and put these lines including your own cline.

 

[reader]
label                         = CCcam1
protocol                      = cccam
device                        = ABC123.COM,12345  (ADD YOUR SERVER LINK, & PORT
user                          = 123456      (USER NAME CLINE)
password                      = 123456   (PASSWORD FROM CLINE
inactivitytimeout             = 5
group                         = 2
disablecrccws                 = 1
cccversion                    = 2.2.1
cccwantemu                    = 1

 

Thanks it is done but  i used   cccam2oscam ver 1.2 .After convert I saved 2 format file.oscam.server &oscam.user and transfer to etc /  tuxbox / config/oscam-emu and replace with old files .so its working correctly.

My oscam emu is "git1825+c46c72d-r0.0"

Thanks and i hope helpful for guys

 

 

Shall I be pasting the same lines in both files ??? oscam server and oscam conf ????? Thanks