Ncam Emu compiled and patched by RAED

There are 1,703 replies in this Thread which was already clicked 410,713 times. The last Post () by Linesman.

  • Hi fairbird


    I have a Ncam 14.6 with yours configs and i have a massage :


    • 2024/03/23 17:33:59 00000000 s (config) 108 provid's loaded
    • 2024/03/23 17:33:59 00000000 s (config) 5264 service-id's loaded in 12 ms
    • 2024/03/23 17:33:59 00000000 s (config) WARNING: You risk high CPU load and high ECM times with more than 2000 service-id's!


    It's normal ? if not, how i can fix it ?


    and second question


    [reader]

    label = Internet_SoftCam

    protocol = emu

    device =

    disablecrccws_only_for = 0E00:000000

    caid = 0E00,0500,0604,090F,1010,1801,2600,4AE1

    detect = cd

    ident = 0500:000000,007400,007800,021110,023800;0604:000000;090F:000000;0E00:000000;1010:000000;1801:000000,001101,002111,007301;2600:000000;4AE1:000011,000014,0000FE

    group = 1

    emmcache = 2,1,2,1

    emu_auproviders = 0604:010200;0E00:000000;1010:000000;4AE1:000011,000014,0000FE


    [reader]

    label = github:JetCamFastCam/JetFastCamRza/main/SoftCam.Key

    protocol = emu

    device =

    disablecrccws_only_for = 0E00:000000

    caid = 0500,0604,090F,0E00,1010,1801,2600,2602,2610,4AE1

    detect = cd

    ident = 0500:000000,007400,007800,021110,023800;0604:000000;090F:000000;0E00:000000;1010:000000;1801:000000,001101,002111,007301;2600:000000;2602:000000;2610:000000;4AE1:000011,000014,0000FE

    group = 1

    emmcache = 2,1,2,1

    emu_auproviders = 0604:010200;0E00:000000;1010:000000;2610:000000;4AE1:000011,000014,0000FE



    device is empty. It is good ? or maybe should be device = emulator

    ???

    I just ask because im not sure




    Thanks

    Best Regards


    draconus

  • draconus


    You need only this config + main emu


  • ncam-work-c The error comes from here.


    void free_joblist(struct s_client *cl)

    {

    int32_t lock_status = pthread_mutex_trylock(&cl->thread_lock);

    LL_ITER it = ll_iter_create(cl->joblist);


    struct job_data *data;

    while((data = ll_iter_next(&it)))

    {

    free_job_data(data);

    }


    ll_destroy(&cl->joblist);

    cl->account = NULL;


    if(cl->work_job_data) // Free job_data that was not freed by work_thread

    { free_job_data(cl->work_job_data); }


    cl->work_job_data = NULL;


    if(lock_status == 0)

    { SAFE_MUTEX_UNLOCK(&cl->thread_lock); }


    pthread_mutex_destroy(&cl->thread_lock);

    }

NCam Support Forum

Configs, discussion, downloads and guides for NCam Softcam.

Participate now!

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