Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: OSCAM not working working properly for virmin or sky

  1. #1

    Title
    V.I.P
    Join Date
    Nov 2012
    Posts
    599
    Thanks
    237
    Thanked 3,033 Times in 474 Posts

    OSCAM not working working properly for virmin or sky

    Need a bit help setting up my solo4k. i previously had duo2 working flawlessly with mgcamd. but 4k oscam setup not working for me, sly works fine but vermin freezes ever 30s.
    this is my config file in etc/tutbox/config. all the files attributes are 755.


    [global]
    logfile = /dev/tty
    nice = -1
    maxlogsize = 50
    preferlocalcards = 1
    lb_mode = 1
    lb_nbest_readers = 2
    lb_reopen_seconds = 900
    failbantime = 10
    double_check = 1

    [cache]

    [newcamd]
    key = 0102030405060708091011121314
    port = 18850@0963:000000;18850@1841:000000

    [cccam]
    port = 12000
    nodeid = 7086C3F5107A156C
    version = 2.3.0
    reshare = 1
    stealth = 1

    [dvbapi]
    enabled = 1
    user = dvbapiuser

    [monitor]
    port = 18001
    nocrypt = 0.0.0.0-255.255.255.255
    monlevel = 4
    hideclient_to = 15

    [webif]
    httpport = 18800
    serverip = 192.168.1.228
    httpuser =
    httppwd =
    httprefresh = 30
    httphideidleclients = 1
    httpallowed = 0.0.0.0-255.255.255.255
    hideclient_to = 15


    oscam.server file with 1x sly and 2x cable lines


    [reader]
    label=cable1
    enable=1
    protocol=newcamd
    key=0102030405060708091011121314
    device=?????????????,??????
    user=?????
    password=????????
    group=1
    inactivitytimeout=1
    reconnecttimeout=30
    lb_weight=100
    cccversion=2.1.2
    cccmaxhops=10
    cccwantemu=1
    ccckeepalive=1

    [reader]
    label=sly
    enable=1
    protocol=newcamd
    key=0102030405060708091011121314
    device=???????????,??????
    user=my user
    password=mypass
    group=1
    inactivitytimeout=1
    reconnecttimeout=30
    lb_weight=100
    cccversion=2.1.2
    cccmaxhops=10
    cccwantemu=1
    ccckeepalive=1

    [reader]
    label=cable 2
    enable=1
    protocol=newcamd
    key=0102030405060708091011121314
    device=??????????,???????
    user=////////??????
    password=??????????
    group=1
    inactivitytimeout=1
    reconnecttimeout=30
    lb_weight=100
    cccversion=2.1.2
    cccmaxhops=10
    cccwantemu=1
    ccckeepalive=1

    and user file

    [account]
    user = dvbapiuser
    group = 1
    MK Cable UK & 28.2 Sat Picons Forum>>HERE
    MK 1080p Bootlogos >>HERE

  2. #2
    Stanman's Avatar
    Title
    Junior Admin
    Donated Member
    Join Date
    May 2010
    Posts
    11,284
    Thanks
    1,035
    Thanked 3,599 Times in 2,632 Posts
    Try putting the caid in each of the server files.

    Also change the group of the server to 1, 2 or 3


    Sent from my SM-N9005 using Tapatalk

    Support The Sponsor - Buy from the best HERE
    Please abide by the rules - have a read HERE
    VIX manual & guides >>HERE
    Download images from >> HERE
    New Box Setup Guide >>HERE

    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    PM HELP WILL BE IGNORED PLEASE POST HERE IN FORUM AS IT BENEFITS EVERYONE


    Follow us on Twitter

    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN! IN OPEN FORUM OR PM

    IF THE POSTS HELP PLEASE CLICK THANKS OR ADD TO REP ?



  3. #3
    duoduo's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2013
    Location
    North West Seaside
    Posts
    2,006
    Thanks
    645
    Thanked 389 Times in 309 Posts
    server and line talk??
    Vix image (usually latest) - VU Solo 4K- WD 1TB INTERNAL HDD - DVB-T Freeview, trialling IPTV options

    If my response has helped you, don't forget to hit the thanks button below. I appreciate you appreciate me

  4. #4

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    676
    Thanks
    56
    Thanked 234 Times in 161 Posts
    Quote Originally Posted by duoduo View Post
    server and line talk??
    You have 3 readers, set reader 1 as group 1, reader 2 as group 2 etc and in the user account groups 1,2,3 then add the CaID in each reader

    Also you don't need the following in a newcamd reader

    Code:
    cccversion=2.1.2
    cccmaxhops=10
    cccwantemu=1
    ccckeepalive=1

  5. #5

    Title
    V.I.P
    Join Date
    Nov 2012
    Posts
    599
    Thanks
    237
    Thanked 3,033 Times in 474 Posts
    its working a bit better with this config file

    [global]
    disablelog = 1
    logfile = /tmp/oscam.log
    pidfile = /tmp/oscam.pid
    unlockparental = 1
    nice = -10
    maxlogsize = 100
    waitforcards = 0
    preferlocalcards = 2
    dropdups = 0
    usrfile = /tmp/user.log
    cwlogdir = /var/log/
    emmlogdir = /var/log/
    lb_mode = 0

    [dvbapi]
    enabled = 1
    au = 1
    user = dvbapi_local
    boxtype = dreambox


    [webif]
    httpport = 83
    httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255,::1
    httposcamlabel = Oscam WebInterface

    i have corrected the group 1,2,3 now,

    but still freezes. i have 1x sly & 2x virmin CAID'S all inserted in oscam.server.
    Last edited by MK; 31-07-16 at 14:38.
    MK Cable UK & 28.2 Sat Picons Forum>>HERE
    MK 1080p Bootlogos >>HERE

  6. #6

    Title
    Forum Supporter
    Donated Member
    Join Date
    Sep 2013
    Posts
    2,704
    Thanks
    68
    Thanked 567 Times in 487 Posts
    As lincsat said you have to much going on in your reader file, try this:

    [reader]
    label = xxxxx
    description = xxxxxx
    protocol = newcamd
    device = xxxxxxxxxx,xxxxx
    key = 0102030405060708091011121314
    user = xxxx
    password = xxxx
    disableserverfilter = 1
    caid = 1841
    ident = 1841:000000,005A01,005B01,005B03,1F1F1F,FFFFFF
    group = 1
    emmcache = 1,3,2,0
    dropbadcws = 1
    audisabled = 1

    And this in global:

    [global]
    disablelog = 1
    logfile = /tmp/oscam.log
    clienttimeout = 12000
    fallbacktimeout = 8000
    clientmaxidle = 60
    bindwait = 10
    netprio = 1
    nice = -10
    maxlogsize = 50
    preferlocalcards = 1
    lb_nbest_readers = 2
    lb_reopen_seconds = 900
    double_check = 1

  7. The Following User Says Thank You to DaMacFunkin For This Useful Post:

    MK (31-07-16)

  8. #7

    Title
    V.I.P
    Join Date
    Nov 2012
    Posts
    599
    Thanks
    237
    Thanked 3,033 Times in 474 Posts
    Quote Originally Posted by lincsat View Post
    You have 3 readers, set reader 1 as group 1, reader 2 as group 2 etc and in the user account groups 1,2,3 then add the CaID in each reader

    Also you don't need the following in a newcamd reader

    Code:
    cccversion=2.1.2
    cccmaxhops=10
    cccwantemu=1
    ccckeepalive=1
    correction--> its working better now. but still freezing, not every 30s now but after 2-3 minutes for 5-10s. its defo not the caids/provider issue as these were working fine/flawlessly with mgcamd (on duo2) and have 2x caids for virmin, sly is fine though
    Last edited by MK; 31-07-16 at 15:27.
    MK Cable UK & 28.2 Sat Picons Forum>>HERE
    MK 1080p Bootlogos >>HERE

  9. #8

    Title
    V.I.P
    Join Date
    Nov 2012
    Posts
    599
    Thanks
    237
    Thanked 3,033 Times in 474 Posts
    Quote Originally Posted by DaMacFunkin View Post
    As lincsat said you have to much going on in your reader file, try this:

    [reader]
    label = xxxxx
    description = xxxxxx
    protocol = newcamd
    device = xxxxxxxxxx,xxxxx
    key = 0102030405060708091011121314
    user = xxxx
    password = xxxx
    disableserverfilter = 1
    caid = 1841
    ident = 1841:000000,005A01,005B01,005B03,1F1F1F,FFFFFF
    group = 1
    emmcache = 1,3,2,0
    dropbadcws = 1
    audisabled = 1

    And this in global:

    [global]
    disablelog = 1
    logfile = /tmp/oscam.log
    clienttimeout = 12000
    fallbacktimeout = 8000
    clientmaxidle = 60
    bindwait = 10
    netprio = 1
    nice = -10
    maxlogsize = 50
    preferlocalcards = 1
    lb_nbest_readers = 2
    lb_reopen_seconds = 900
    double_check = 1
    not working at all with these setting.
    MK Cable UK & 28.2 Sat Picons Forum>>HERE
    MK 1080p Bootlogos >>HERE

  10. #9

    Title
    Junior Member
    Join Date
    Jul 2015
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i am having a similar problem.
    2 lines which have be setup to fallback as oscam picks the fastest

    They work but only at 97% which means they freeze numerous times of the day and freeze for about 1 minute each time.
    config file
    Code:
    [global]
    logfile                       = /tmp/oscam.log
    fallbacktimeout               = 1150
    nice                          = -1
    lb_mode                       = 1
    lb_retrylimit                 = 500
    lb_stat_cleanup               = 48
    failbantime                   = 10
    
    [cache]
    
    [dvbapi]
    enabled                       = 1
    au                            = 1
    
    pmt_mode                      = 0
    user                          = user1
    boxtype                       = dreambox
    
    [webif]
    httpport                      = 8888
    httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,255.255.255.255
    server
    Code:
    [reader]
    label                         = active
    description                   = 28E
    protocol                      = newcamd
    device                        = ****
    key                           = 0102030405060708091011121314
    user                          = ****
    password                      = ****
    inactivitytimeout             = 10
    fallback                      = 1
    cacheex_block_fakecws         = 1
    caid                          = 0963
    group                         = 1
    ccchop                        = 1
    audisabled                    = 1
    
    [reader]
    label                         = CCam
    description                   = 28E
    protocol                      = cccam
    device                        = ****
    user                          = ****
    password                      = ****
    inactivitytimeout             = 1000
    reconnecttimeout              = 10
    fallback                      = 1
    cacheex_block_fakecws         = 1
    group                         = 2
    cccversion                    = 2.3.0
    cccmaxhops                    = 2
    ccckeepalive                  = 1
    cccreconnect                  = 2000
    audisabled                    = 1

  11. #10

    Title
    Forum Supporter
    Donated Member
    Join Date
    Sep 2013
    Posts
    2,704
    Thanks
    68
    Thanked 567 Times in 487 Posts
    Quote Originally Posted by MK View Post
    correction--> its working better now. but still freezing, not every 30s now but after 2-3 minutes for 5-10s. its defo not the caids/provider issue as these were working fine/flawlessly with mgcamd (on duo2) and have 2x caids for virmin, sly is fine though
    I can't give you too much help without falling into the mud, all I will tell you is the higher ECM on cable needs a longer timeout, 8000ms in the global config, me I have mine set as 12000ms with a 8000ms fallback, I have quite a complex setup, I have both my cable set on group 1 with my sly set on group 2 and 2 dvbapiuser accounts, one for each group, the settings I use have taken lots of tweaking and error, it is entirely possible that you would need all my settings files for it to work (which I can't give), but the 8000ms time out for cable is a must.
    Ps everytime you change something in Oscam you must restart it.
    VU+ Ultimo 4K 3TB, 1x Twin DVBS-2 FBC / 1x DVB-C FBC/ 1x Twin DVB-T2.
    VU+ Solo4k 2TB, 2xFBC-S2, 2xC/T2, 1x Sundtek .
    1m Motorised Single LNB Dish, 60cm Fixed Octo LNB Dish.
    Samsung 65HU8500 with SEK-3500, Denon AVR-X2200W 5.1.2.
    Oppo UDP-203
    Panasonic 55VT50.
    Zidoo X9S
    Amazon Fire TV 4k & Amazon Fire TV (SPMC sideloaded).

  12. The Following 3 Users Say Thank You to DaMacFunkin For This Useful Post:

    Bangord30 (31-07-16),imish (15-08-16),MK (31-07-16)

  13. #11

    Title
    V.I.P
    Join Date
    Nov 2012
    Posts
    599
    Thanks
    237
    Thanked 3,033 Times in 474 Posts
    Quote Originally Posted by DaMacFunkin View Post
    I can't give you too much help without falling into the mud, all I will tell you is the higher ECM on cable needs a longer timeout, 8000ms in the global config, me I have mine set as 12000ms with a 8000ms fallback, I have quite a complex setup, I have both my cable set on group 1 with my sly set on group 2 and 2 dvbapiuser accounts, one for each group, the settings I use have taken lots of tweaking and error, it is entirely possible that you would need all my settings files for it to work (which I can't give), but the 8000ms time out for cable is a must.
    Ps everytime you change something in Oscam you must restart it.
    i can confirm its looks really good now no freezes just odd glitches, DaMacFunkin can you let me know your
    oscam.user looks something like this

    [account]
    user = dvbapiuser
    group = 1

    [account]
    user = dvbapiuser
    group = 2
    MK Cable UK & 28.2 Sat Picons Forum>>HERE
    MK 1080p Bootlogos >>HERE

  14. The Following User Says Thank You to MK For This Useful Post:

    Bangord30 (31-07-16)

  15. #12

    Title
    Member
    Join Date
    Nov 2015
    Posts
    75
    Thanks
    130
    Thanked 13 Times in 9 Posts
    Sorry if this has been asked before
    I have installed cccam manually but it won't load up, does the vu 4k only take oscam?
    I have 2 lines and have used a converter but no joy

  16. #13
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,338
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    CCcam development stopped a long time ago. It has not been adapted to function on Arm based CPUs like on Solo 4k.

    You will have to use oscam.

  17. #14

    Title
    Member
    Join Date
    Nov 2015
    Posts
    75
    Thanks
    130
    Thanked 13 Times in 9 Posts
    Quote Originally Posted by abu baniaz View Post
    CCcam development stopped a long time ago. It has not been adapted to function on Arm based CPUs like on Solo 4k.

    You will have to use oscam.
    ok thanks for info
    I have oscam.server, oscam.user and oscam.conf installed in etc/tuxbox i have used a converter for these files - am I missing something?

  18. #15
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,338
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    Please start your own thread. Post your configs. obviously, don't post your passwords, box id or anything sensitive.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.