Results 1 to 15 of 15

Thread: CS issue every 10 secs and CS Server Issue

  1. #1
    Junior Member
    Join Date
    Nov 2008
    Location
    Sydney, Australia
    Posts
    139
    Thanks
    9
    Thanked 6 Times in 4 Posts
    Rep Power
    193
    Reputation
    28

    Default CS issue every 10 secs and CS Server Issue

    Hi all.

    I have an issue and I really need some help.. I have been reading so many posts I just cant find any answers.

    What I am doing:
    I have a dM500s with the Nabilosat image (although I have tried the PLI image as well with the same issue), running CCcam 2.0.9 and NewCS 1.62. I have a valid F**tel sub (blue card SD). I have setup my CCcam.cfg and newcs.cfg (probably incorrectly) and I am able to connect my Octagon to the DM500 and it works as one would expect except for every 10 seconds.

    So, the problems are:
    1) Every 10 seconds, there is pixilation, stutter and a pause for about .5 to 1 second.
    2) The DM 500 CS Server has NO IMAGES for any NDS channels. The Free ones (Expo, etc) are displayed.

    Both the DM500 and Octagon 918 work perfectly when in "Stand-a-lone" mode (IE: I disable the sharing and put the F**tel card in each one).

    At one stage, I did get pictures on both (I have only got 1 server and 1 client at the moment) but cant remember how I did it.. Although, issue #1 still occured on both the Server and Client (at the same time)

    I have a feeling I might have a config issue, but I just cant see (from reading 1000's of posts) what it could be.

    I have included my files in hope someone might be able to help.

    Any ideas?

    Thanks
    Robert

    CCCam.cfg
    PHP Code:
    Nlocalhost 34000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 
    Newcs.cfg
    PHP Code:
    <?xml version="1.0"?>
    <newCSconfig>
        <readers name="Card Readers">
            <device>
                <name>lower</name>
                <type>Sci</type>
                <node>/dev/sci0</node>
                <parity>even</parity>
                <export>yes</export>
                <enabled>yes</enabled>
                <blocksa>no</blocksa>
                <blockua>no</blockua>
                <blockga>no</blockga>
                <boxid></boxid>
                <PTShandshake>no</PTShandshake>
                <Seca-PPV>no</Seca-PPV>
                <crypto-special>no</crypto-special>
                <carddetect>no</carddetect>
                <newcamd_port>34000</newcamd_port>
                <autosid>yes</autosid>
                <priority>round</priority>
            </device>
            <device>
                <name>upper</name>
                <type>Sci</type>
                <node>/dev/sci1</node>
                <parity>even</parity>
                <export>yes</export>
                <enabled>yes</enabled>
                <blocksa>no</blocksa>
                <blockua>no</blockua>
                <blockga>no</blockga>
                <boxid></boxid>
                <PTShandshake>no</PTShandshake>
                <Seca-PPV>no</Seca-PPV>
                <crypto-special>no</crypto-special>
                <carddetect>yes</carddetect>
                <newcamd_port>34001</newcamd_port>
                <autosid>yes</autosid>
                <priority>round</priority>
            </device>        
            
        </readers>
        <radegastserver>
            <enabled>no</enabled>
            <port>10003</port>
            <allow>ALL</allow>
        </radegastserver>
        <cache>
            <emm>20</emm>
            <ecm>-1</ecm>
        </cache>    
        <debug>
            <level>normal</level>    
            <type>init</type>
            <output>console,udp,tcp</output>
            <logfile></logfile>
            <console_options></console_options>
            <file_options></file_options>
            <udp_host>192.168.1.100</udp_host>
            <udp_port>1000</udp_port>
            <udp_options></udp_options>
            <tcp_port>3001</tcp_port>
            <tcp_options></tcp_options>
        </debug>
        <httpd>
            <server>
                <port>8080</port>
                <enabled>yes</enabled>
            </server>
            <user>
                <name></name>
                <password></password>
                <accesslevel>admin</accesslevel>
            </user>
        </httpd>
        <newcamdserver>
            <enabled>yes</enabled>
            <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
            <name>newcs</name>
            <user>
                <name>dummy</name>
                <password>dummy</password>
                <au>on</au>
                <sidoverride>on</sidoverride>
            </user>
        </newcamdserver>
    </newCSconfig>



Look Here ->
  • #2
    Senior Member gado's Avatar
    Join Date
    Jan 2008
    Posts
    880
    Thanks
    21
    Thanked 96 Times in 73 Posts
    Rep Power
    235
    Reputation
    356

    Default

    I would run newcs in a verbose mode. ie. Telnet to your dm500 login root password dreambox. Type ps -ax and see the active newcs task process number, then kill the task with the kill 1234 (where 1234 is the process number) start newcs by typing newcs from the prompt. Watch the client log in and make sure it stays logged in, its sounds like a login problem to me, ie loggin in a out so maybe the client on the octagon is an issue either that or a mac address conflict.. Are there any other dreams in your network ?
    DM500s Black with rear on/off switch $99 inc post , DM800 sim 82 $250 inc post, DM800SE $310 inc

  • #3
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    52
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    274
    Reputation
    2411

    Default

    Sounds to me like you could be using the same login name on both clients.

  • #4
    Junior Member digidude's Avatar
    Join Date
    Apr 2008
    Location
    S. Wales. UK
    Posts
    93
    Thanks
    17
    Thanked 1 Time in 1 Post
    Rep Power
    199
    Reputation
    15

    Default

    as dave 001 says, youre using the one ligin for both clients

    add this to your newcs.xml file
    <user>
    <name>client</name>
    <password>client</password>
    <au>on</au>
    </user>
    then on the client box on your N line replace localhost with the IP of the dreambox server and replace dummy dummy with client client

    so similar to this, where 192.168.1.64 is the IP ofthe server box

    N: 192.168.1.64 34000 client client 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    then restart the card server on the server box, restart the cam on the client box, and all will work in harmony

  • #5
    Junior Member
    Join Date
    Nov 2008
    Location
    Sydney, Australia
    Posts
    139
    Thanks
    9
    Thanked 6 Times in 4 Posts
    Rep Power
    193
    Reputation
    28

    Default

    Gado, dave001 and digidude.

    You guys

    I added the extra login, change the Octagon client, started both Server and Client and it is now smoooooth and perfect..

    I think I read about having more than one client login, but nothing I read explained you couldnt use the one login for the server and clients, but makes sense now.

    gado.. I was only using one DM500 and the Octagon.. Didnt want to complicate things until I got atleast one going correctly.

    Thanks again to all. I have just learnt another step in the process.

    Rob

  • #6
    Junior Member
    Join Date
    Jan 2008
    Posts
    59
    Thanks
    12
    Thanked 0 Times in 0 Posts
    Rep Power
    200
    Reputation
    10

    Default

    Hi

    Why don't you use CCCam by itself - it reads and serves!!!

    Cheers

  • #7
    Junior Member
    Join Date
    Nov 2008
    Location
    Sydney, Australia
    Posts
    139
    Thanks
    9
    Thanked 6 Times in 4 Posts
    Rep Power
    193
    Reputation
    28

    Default

    Quote Originally Posted by marney View Post
    Hi

    Why don't you use CCCam by itself - it reads and serves!!!

    Cheers
    I read you had to use both (for some reason that escapes me now).. When I get a bit more time and start to add other clients, I might just use the CCCam by itself and see how it goes.

    Thanks,
    Rob

  • #8
    Junior Member
    Join Date
    Feb 2008
    Posts
    220
    Thanks
    3
    Thanked 14 Times in 14 Posts
    Rep Power
    205
    Reputation
    64

    Default

    Quote Originally Posted by marney View Post
    Hi

    Why don't you use CCCam by itself - it reads and serves!!!

    Cheers
    NewCS caches ecms...in other words - say you had 4 clients all watching fox8, it would only hit the card once for that ecm instead of four times. The less hits a card takes, the less pixelation.

  • #9
    Junior Member
    Join Date
    Nov 2008
    Location
    Sydney, Australia
    Posts
    139
    Thanks
    9
    Thanked 6 Times in 4 Posts
    Rep Power
    193
    Reputation
    28

    Default

    Quote Originally Posted by keegs View Post
    NewCS caches ecms...in other words - say you had 4 clients all watching fox8, it would only hit the card once for that ecm instead of four times. The less hits a card takes, the less pixelation.
    Thats the bit I remember I read...

    It's working excellently now, so I have decided to leave as is, add my other two clients and see how it goes..

    Robert

  • #10
    Junior Member digidude's Avatar
    Join Date
    Apr 2008
    Location
    S. Wales. UK
    Posts
    93
    Thanks
    17
    Thanked 1 Time in 1 Post
    Rep Power
    199
    Reputation
    15

    Default

    to add more clients, just add similar to this to your newcs.xml file

    <user>
    <name>client2</name>
    <password>client2</password>
    <au>on</au>
    </user>

    and on the client boxes add

    N: 192.168.1.64 34000 client2 client2 01 02 03 04 05 06 07 08 09 10 11 12 13 14

    again, restart your cardserver for changes to take effect, and then your 2nd client box will work perfectly alongside the server and other client

  • #11
    Junior Member
    Join Date
    Nov 2008
    Location
    Sydney, Australia
    Posts
    139
    Thanks
    9
    Thanked 6 Times in 4 Posts
    Rep Power
    193
    Reputation
    28

    Default

    Quote Originally Posted by digidude View Post
    to add more clients, just add similar to this to your newcs.xml file

    <user>
    <name>client2</name>
    <password>client2</password>
    <au>on</au>
    </user>

    and on the client boxes add

    N: 192.168.1.64 34000 client2 client2 01 02 03 04 05 06 07 08 09 10 11 12 13 14

    again, restart your cardserver for changes to take effect, and then your 2nd client box will work perfectly alongside the server and other client

    Thanks.. It has been working perfect all day..

    You just confirmed what I thought and was going to do with the other clients..

    It all is starting to make sense..

    Rob

  • #12
    Premium Member
    hoe's Avatar
    Join Date
    Jan 2008
    Age
    60
    Posts
    6,371
    Thanks
    266
    Thanked 4,599 Times in 1,950 Posts
    Rep Power
    1822
    Reputation
    70588

    Default

    make sure when you add clients they have different mac addresses.....

  • #13
    Junior Member
    Join Date
    Nov 2008
    Location
    Sydney, Australia
    Posts
    139
    Thanks
    9
    Thanked 6 Times in 4 Posts
    Rep Power
    193
    Reputation
    28

    Default

    Quote Originally Posted by hoe View Post
    make sure when you add clients they have different mac addresses.....
    Thanks Hoe... Remembered that one

  • #14
    Senior Member
    jonc's Avatar
    Join Date
    Jan 2008
    Location
    Bangkok
    Posts
    2,130
    Thanks
    401
    Thanked 836 Times in 335 Posts
    Rep Power
    429
    Reputation
    7951

    Default

    if it was me (and I do this now) I would just use CCcam for the client and the server Why complicate it with newcs?
    It is a hobby so mileage varies
    Loving IPTV with XBMC and android M8
    Join in the XBMCHUB community and visit me at http://tvaddons.ag/

  • #15
    Senior Member nfnovice's Avatar
    Join Date
    Jan 2008
    Posts
    1,430
    Thanks
    261
    Thanked 336 Times in 213 Posts
    Rep Power
    282
    Reputation
    1840

    Default

    Quote Originally Posted by jonc View Post
    Why complicate it with newcs?
    For some the caching of Newcs means the difference between pixellation and not .. for me CCcam by itself is good - perhaps that because everyone in my house watches different channels .. so caching doesnt make a difference

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •