Oscam only for dm500s

There are 17 replies in this Thread which was already clicked 2,533 times. The last Post () by nosoup4u.

  • Hi guys after successfully managing oscam/cccam setup on a 500s for a while i want to change to a oscam only setup, so far i have had no luck trying various images all of which have no oscam download option and even tried installing manually again with no luck. can someone point me in the right direction or if you have a working image with oscam only on would be appreciated.


    The only reason for changing from current setup is oscam/cccam loses connection and stops reading my card requiring a reboot or restart of cardreader and is happening quite regular

  • ok thanks i did that oscam shows in cardservers but how do i get it to work with my card, also the instructions said chmod 775 im assuming it was a typo as i did 755?
    there are no configs to edit in var/tuxbox/config do i have to put these in manually too?

  • i have oscam reading a card with dvapi but it doesnt seem to share when i input my lines i used a cccam to oscam convertor for the lines, also one card works but i tried another and only basic channels no premium work?
    anyone have a decent secure config for oscam only *** uk

  • Has your other card ever cleared premium chs swap them in the readers and check if they are both sly uk cards or itll be your config for the second card thats wrong if they work separately and to share you will need to add cccam protocol to oscam conf

  • the receiver is the same i just tried 2 different cards same subscription so both should work in theory im not too worried about that as i think it may be something to do with this new pairing system ,
    at the moment i cant seem to get people to connect to me from outside my network or even within my network
    i have all users there i can see them in oscam but no channels its probably something really simple

  • all up and running thanks all you guys just need to tweak it now what is a good setting for a peer and similar for a friend


    is this ok?


    [account]
    user=friend
    pwd=friend
    group=1
    caid=0963
    ident=0963:000000
    cccmaxhops=2
    cccreshare=0


    and for peer


    [account]
    user=peer
    pwd=peer
    group=1
    caid=0963
    ident=0963:000000
    cccmaxhops=1
    cccreshare=1


    so basically i want my friend to have access to my local and my peers local and i want my peer to have access to my local only with reshare 1 level down is this correct?
    any other features i could have to make it more secure i dont want fake cards or peers i trust all my friends just the peers i dont want abusing my lack of knowledge


    thanks

  • [account]
    user=friend
    pwd=friend
    group=1
    uniq=0
    caid=0963
    ident=0963:000000
    cccmaxhops=2
    cccreshare=0


    and for peer


    [account]
    user=peer
    pwd=peer
    group=1
    caid=0963
    ident=0963:000000
    cccmaxhops=1
    cccreshare=1
    uniq=1
    allowedprotocols=cccam
    hostname=dns.of.peer


    Only thing I would suggest id to add some security to peer accounts.




    All your problems have been solved countless times before so try the search box before you post!!
    Please do not Request help by PM, use the main forum so Everyone can benefit from the answers.

  • thanks so the bit you have added is all sorted then for security? one thing i noticed this evening is lots of glitching etc i know theres a big game on but i've had to revert to oscam/cccam just till the game finishes as theres no glitching with that at all so maybe i have to tweak things a bit more once i know what im doing with oscam

  • Are you using the same cccam port in oscam & cccam? If so, you will have to stop cccam when you switch to oscam only server..
    Other option is to use a different cccam port for oscam and put a second cline in your clients, this would make testing a little easier with no disruption to viewing & the switch over is seamless..


    Post your oscam/cccam configs m8..




    All your problems have been solved countless times before so try the search box before you post!!
    Please do not Request help by PM, use the main forum so Everyone can benefit from the answers.

  • yes im using the same port as it makes it easier as its already open i am just switching the card between receivers so one receiver has the oscam/cccam the other has just oscam


    here are my oscam configs
    oscam.conf


    [global]
    nice = -1
    logfile = /dev/null
    clienttimeout = 5000
    fallbacktimeout = 2500
    clientmaxidle = 120
    cachedelay = 120
    bindwait = 120
    resolvedelay = 30
    serialreadertimeout = 1500
    maxlogsize = 10
    waitforcards = 1
    preferlocalcards = 1
    saveinithistory = 1
    keepalive = 1


    [dvbapi]
    enabled = 1
    user = linuxsatsupport
    boxtype = dreambox
    au = 1
    pmt_mode = 0


    [cccam]
    port = ****
    version = 2.1.3
    build = 3165
    reshare = 0


    [webif]
    httpport = ****
    httpuser = ****
    httppwd = ****
    httprefresh = 60
    httphideidleclients = 0
    httpallowed = 192.168.0.0 - 255.255.255.255,
    debug = 255


    [monitor]
    appendchaninfo = 1


    oscam.server


    [reader]
    label = ***UK
    protocol = internal
    detect = cd
    device = /dev/sci0
    caid = 0963
    EMMCache = 1,1,0
    blocknano = all
    group = 1



    [reader]
    label = peer
    enable = 1
    protocol = cccam
    device = peersdns,port
    user = user
    password = pass
    cccversion = 2.1.3
    group = 1
    inactivitytimeout = 1
    reconnecttimeout = 30
    lb_weight = 100
    cccmaxhops = 1
    ccckeepalive = 1
    cccwantemu=0



    oscam.user


    [account]
    user = linuxsatsupport
    group = 1
    caid = 0963
    ident = 0963:000000
    au = ***UK
    monlevel = 2


    [account]
    user = friend
    pwd = friend
    group = 1
    caid = 0963
    ident = 0963:000000
    cccmaxhops = 2
    cccreshare = -1


    [account]
    user= peer
    pwd= peer
    group=1
    caid = 0963
    ident = 0963:000000
    cccmaxhops=0
    cccreshare=0

  • I did not have a full read of your configs m8 but its not just as simple as switching cards...


    When you switch over to oscam from cccam, you will have to disable cccam on the box using the same cccam port..
    You will also have to put the IP Address of new server in the clines on the internal clients
    Also, for your external peers, you will need to forward your cccam port (in router) to the new server (box IP) when you switch over..


    This is why I suggested having 2 clines in each client & 2 different cccam ports for oscam & cccam




    All your problems have been solved countless times before so try the search box before you post!!
    Please do not Request help by PM, use the main forum so Everyone can benefit from the answers.

  • Think we are getting wires crossed I have 1 box which was running oscam/cccam and the other box im using to switch the current setup over to oscam. I have one port for cccam open.
    Both boxes are never connected at the same time so no issues there.
    Im struggling with few issues at the moment


    1. In cccam I had this setting for my friends and peers


    F: friend friend 1 0 0 { 0:0:1 }
    F: peer peer 0 0 0 { 0:0:2 }
    F: peer peer 0 0 0 { 0:0:0 }


    I need equivalent settings which will work for the 3 linea above friend will have no share just view til hop2
    Peer only local and share down 1 hop only
    And last is for peers not used who are still connecting to me.

  • done that all looks ok now
    one last question what difference would it make to performance if my friends were using cccam and i gave my friends a c line ,n line, or L line to use? which is best to give or best performance

  • hi,


    i would go for c line or nline (more reliable for "external exchange")


    better than playing with hops, maybe you can set different groups for you local, and you peer's server :


    oscam.server




    oscam.user


  • thanks i sorted all the readers into group yesterday when i realised it would be a good idea, i was just wandering if there was any difference on friend side in term of freeze/glitch depending on which line i issued


    2013/08/28 22:44:07 302****8 c **** (0963&000000/FFFF/1612/5F:FD3002044F101CCC975A2A9FCAD508D1): found (78 ms) by ****UK (L/1/8/8) - Movies 007
    2013/08/28 22:44:10 102****F0 c **** (0963&000000/FFFF/0EF2/76:3B3B46FECAD8CD6189183FA303831323): found (91 ms) by ****UK (L/1/8/8) - Sports HD 4
    2013/08/28 22:44:10 10****4A0 c **** (0963&000000/FFFF/0EF2/76:3B3B46FECAD8CD6189183FA303831323): cache2 (55 ms) by ****UK (F/0/8/8) - Sports HD 4
    2013/08/28 22:44:10 30****C8 c **** (0963&000000/FFFF/0EF2/76:3B3B46FECAD8CD6189183FA303831323): cache2 (72 ms) by ****UK - Sports HD 4
    2013/08/28 22:44:10 10****20 c **** (0963&000000/FFFF/0EF2/76:3B3B46FECAD8CD6189183FA303831323): cache1 (4 ms) by ****UK (0/0/8/8) - Sports HD 4
    2013/08/28 22:44:11 10****D0 c ****(0963&000000/FFFF/0FC9/7D:3CD8C95F36ABD8DD05BC2FB160D7AE3F): found (95 ms) by ****UK (L/1/8/8) - Star Plus UK
    2013/08/28 22:44:12 102****0 c **** (0963&000000/1528/D7C3/7A:AEBE0E32C5BCC9359697DCC7AD14E526): found (3482 ms) by ********************* - Red Hot amateur
    2013/08/28 22:44:12 302****8 c **** (0963&000000/FFFF/2329/5F:449EEF336B8FFA70E191D4DC5689D447): found (79 ms) by ****UK - Disney Channel U.K.
    2013/08/28 22:44:15 30****58 c **** (0963&000000/FFFF/1612/5F:E4AB1DD6780C2DC4EF64A5817BCBAFFE): found (79 ms) by ****UK (L/1/8/8) - *** Movies 007
    2013/08/28 22:44:18 102****0 r ****UK [videoguard2] classD3 ins54: status 90 00 = ok but cw=00 -> channel not subscribed
    2013/08/28 22:44:18 101****8 c (0963&000000/1500/2489/6A:1FCF4AB0186BC5FDC2BE4B9E41632CCE): not found (66 ms) by ****UK - XXX Mums
    2013/08/28 22:44:18 10****F0 c **** (0963&000000/FFFF/0EF2/76:B09EC2A3A9278B458AD7050F60D171D1): found (151 ms) by ****UK (L/1/8/8) - Sports HD 4
    2013/08/28 22:44:18 10****20 c (0963&000000/FFFF/0EF2/76:B09EC2A3A9278B458AD7050F60D171D1): cache2 (70 ms) by ***UK (F/0/8/8) - Sports HD 4
    2013/08/28 22:44:18 15****0 c **** (0963&000000/FFFF/0EF2/76:B09EC2A3A9278B458AD7050F60D171D1): cache2 (89 ms) by ****UK - Sports HD 4
    2013/08/28 22:44:18 30***C8 c **** (0963&000000/FFFF/0EF2/76:B09EC2A3A9278B458AD7050F60D171D1): cache2 (134 ms) by ****UK - Sports HD 4
    2013/08/28 22:44:18 102****A0 c **** (0963&000000/FFFF/0EF2/76:B09EC2A3A9278B458AD7050F60D171D1): cache2 (33 ms) by ****K (F/0/8/8) - Sports HD 4
    2013/08/28 22:44:19 10****D0 c ****(0963&000000/FFFF/0FC9/7D:7F8E6D074BFB636B4BAD3B96C56F25C9): found (95 ms) by ****UK (L/1/8/8) - Star Plus UK
    2013/08/28 22:44:21 30****28 c ****(0963&000000/FFFF/2329/5F:4FE3ABF038F4A66C644813CC989A8C52): found (78 ms) by ****UK - Disney Channel U.K.
    2013/08/28 22:44:23 302****58 c **** (0963&000000/FFFF/1612/5F:6550F9012B97FF0ADD6EE29668E918FC): found (78 ms) by ****UK (L/1/8/8) - Movies 007
    2013/08/28 22:44:26 102****F0 c **** (0963&000000/FFFF/0EF2/76:E2DA70386E875D29EBF16B8C703FE011): found (93 ms) by ****UK (L/1/8/8) - Sports HD 4
    2013/08/28 22:44:26 102****0 c **** (0963&000000/FFFF/0EF2/76:E2DA70386E875D29EBF16B8C703FE011): cache2 (7 ms) by ****UK (F/0/8/8) - Sports HD 4
    2013/08/28 22:44:26 10****20 c **** (0963&000000/FFFF/0EF2/76:E2DA70386E875D29EBF16B8C703FE011): cache2 (49 ms) by ***UK (F/0/8/8) - Sports HD 4
    2013/08/28 22:44:26 302****C8 c **** (0963&000000/FFFF/0EF2/76:E2DA70386E875D29EBF16B8C703FE011): cache2 (74 ms) by ****UK - Sports HD 4
    2013/08/28 22:44:26 102****C0 c ****(0963&000000/1528/D7C3/7A:5D13EB2DDBFD4CC79C86326ACD7344A7): timeout (10002 ms) by ********************) - Red Hot amateur
    2013/08/28 22:44:27 102****D0 c **** (0963&000000/FFFF/0FC9/7D:810D96D4EC7C83C0A1B46657D0D83EA0): found (96 ms) by ***UK (L/1/8/8) - Star Plus UK



    bit hit and miss but i guess it depends what friends are requesting

  • no difference on your friend side.
    for the "not found" and/or "timeout" in the log, as you say its depends on what your friends are requesting


    what you can do is define services to avoid "spamming" your card/peers with requests for channels you (or your peer) dont have.

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!