Posts by Pedro S. Marques

    Hello, I'm trying to use tvheadend along with oscam, I want to use newcamd as a reader in the software for this but I run into this error:


    • 2024/01/21 13:35:28 62AC6914 c (dvbapi) Demuxer 0 ecmpid 0 CAID: 1802 ECM_PID: 0538 PROVID: 000000
    • 2024/01/21 13:35:28 62AC6914 c (dvbapi) Demuxer 0 ecmpid 1 CAID: 1866 ECM_PID: 0539 PROVID: 000000
    • 2024/01/21 13:35:28 62AC6914 c (dvbapi) Demuxer 0 found 2 ECM pids and 4 STREAM pids in CA PMT
    • 2024/01/21 13:35:28 62AC6914 c (dvbapi) Demuxer 0 no suitable readers found that can be used for decoding!
    • 2024/01/21 13:35:30 62AC6914 c (dvbapi) Demuxer 0 stopped descrambling for program 0055 (1802@000000:0055 unknown)


      I searched the internet but I can't understand where my error is in the configuration.



      My dvbapi conf

      [dvbapi]
      enabled = 1
      au = 1
      pmt_mode = 4
      listen_port = 2000
      user = vdr
      boxtype = pc



      My oscam.server conf:


      [reader]
      label = newcamd
      description = newcamd
      protocol = newcamd
      device = "link from newcamd server"
      key = 0102030405060708091011121314
      user = "my user"
      password = "my password"
      connectoninit = 1
      group = 1
      cccreshare = 2
      audisabled = 1



      Is there something I'm missing?