Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

gelöst mein Client hat immer wieder Timeouts

Buchi-88

Ist oft hier
Registriert
30. Dezember 2013
Beiträge
192
Reaktionspunkte
54
Punkte
48
Ich habe meine ORF 0D98 auf meinem Raspberry Pi am laufen, soweit alles gut der Server läuft und mein Receiver (Oscam) Client ist mit cs357x angebunden.

Aber mein Client hat immer wieder Timeouts usw. wie im Client Log zu sehen ist, musste Oscam vor einiger Zeit neu installieren und eventuell habe ich jetzt doch irgendwo einen Fehler in meinen configs, kann man da etwas herauslesen? Der Server funktioniert über das Diablo einwandfrei, denke nicht das es am Server liegt, configs kann ich natürlich wenn erforderlich sofort nachreichen.

Log ist im Anhang.

mfg
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
Dann zeig mal deine Configs, vom Server und vom Client.
 
Zu den Configs des Servers habe ich gerade Zugriff, die vom Client folgen am Abend:

Configs Server (PW und Box Key wurde natürlich mit xxx ersetzt):

oscam.conf
Code:
[global]
logfile                       = /usr/local/etc/oscam.log
nice                          = -1
maxlogsize                    = 1024
preferlocalcards              = 1

[cache]

[cs357x]
port                          = 10100

[newcamd]
port                          = 10200@0D98:000004
key                           = 0102030405060708091011121314
keepalive                     = 1

[cccam]
port                          = 12000
ignorereshare                 = 1
recv_timeout                  = 4000

[webif]
httpport                      = 8080
httpuser                      = xxx
httppwd                       = xxx
httphelplang                  = de
httphideidleclients           = 0
httpallowed                   = 127.0.0.1,0.0.0.0-255.255.255.255

oscam.user

Code:
[account]
user                          = 1018
pwd                           = xxx
au                            = ORF
group                         = 2

[account]
user                          = DiabloTV
pwd                           = xxx
group                         = 2
caid                          = 0D98

oscam.server

Code:
[reader]
label                         = orf-ice
enable                        = 0
protocol                      = mouse
device                        = /dev/EM-ICE
caid                          = 0650
boxkey                        = xxx
rsakey                        = xxx
force_irdeto                  = 1
detect                        = cd
group                         = 2
emmcache                      = 1,1,2,0
blockemm-unknown              = 1
blockemm-u                    = 1
blockemm-g                    = 1

[reader]
label                         = ORF
protocol                      = mouse
device                        = /dev/EM-ICE
caid                          = 0D98
detect                        = cd
group                         = 2
emmcache                      = 1,1,2,0
blockemm-unknown              = 1
blockemm-u                    = 1
blockemm-g                    = 1
 
Zuletzt bearbeitet von einem Moderator:
oscam.server:
[reader]
label = orf-cw
protocol = mouse
device = /dev/EM-ICE
caid = 0D98
needsglobalfirst = 1
detect = cd
group = 2
emmcache = 1,1,2,0
blockemm-unknown = 1
blockemm-u = 1
saveemm-u = 1
auprovid = 000004
damit reicht ein emm-g, und der Rest wird dann ignoriert - und damit die Karte nicht überlastet!
(blockemm-g = 1 ... das natürlich dann löschen !!!)
und das Diablo wird relativ warm/heiss - gute Luftzufuhr/-abfuhr ist sinnvoll!
 
Zuletzt bearbeitet:
Ich habe meine ORF 0D98 auf meinem Raspberry Pi am laufen, soweit alles gut der Server läuft und mein Receiver (Oscam) Client ist mit cs357x angebunden.

Ein UDP Proto zu benutzen wenn das Netzwerk schon am Wackeln ist, ist eine ganz schlechte Idee.
Am besten einfach mal auf cs378x Umstellen.
 
Danke für deine Antwort ich habe jetzt einmal auf 378 geswitched, aber der LOG scheint trotzdem ähnlich zu sein auch wenn es um eine Spur besser zu scheinen scheint:

  • 2025/03/24 19:36:18 00000000 s (main) System name = Linux
  • 2025/03/24 19:36:18 00000000 s (main) Host name = openAAF-atevio7000
  • 2025/03/24 19:36:18 00000000 s (main) Release = 2.6.32.71_stm24_0217
  • 2025/03/24 19:36:18 00000000 s (main) Version = #1 PREEMPT Thu Mar 21 03:12:00 CET 2024
  • 2025/03/24 19:36:18 00000000 s (main) Machine = sh4
  • 2025/03/24 19:36:18 00000000 s (main) Stb model = hdbox
  • 2025/03/24 19:36:18 00000000 s (main) Stb boxtype = hdbox
  • 2025/03/24 19:36:18 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 1965
  • 2025/03/24 19:36:18 00000000 s (config) services reloaded: 0 services freed, 8 services loaded, rejected 0
  • 2025/03/24 19:36:18 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
  • 2025/03/24 19:36:18 00000000 s (main) signal handling initialized
  • 2025/03/24 19:36:18 00000000 s (config) 289 service-id's loaded in 35 ms
  • 2025/03/24 19:36:18 00000000 s (config) 48 tier-id's loaded
  • 2025/03/24 19:36:18 00000000 s (reader) Server [cs378x] creating thread for device 192.168.0.15
  • 2025/03/24 19:36:18 00000000 s (main) waiting for local card init
  • 2025/03/24 19:36:18 35D644B4 p (reader) Server [cs378x] proxy 192.168.0.15:10100
  • 2025/03/24 19:36:18 35D644B4 p (reader) Server [cs378x] proxy initialized, server 192.168.0.15:10100
  • 2025/03/24 19:36:19 7ED398FA h (webif) webif: decompressed 171075 bytes back into 418848 bytes
  • 2025/03/24 19:36:19 7ED398FA h (webif) HTTP Server running. ip=0.0.0.0 port=8080
  • 2025/03/24 19:36:19 00000000 s (main) init for all local cards done
  • 2025/03/24 19:36:19 00000000 s (emmcache) loaded 141 emmcache records from /tmp/.oscam/oscam.emmcache in 31 ms
  • 2025/03/24 19:36:19 00000000 s (emmcache) loaded 141 emmstat records from /tmp/.oscam/oscam.emmstat in 21 ms
  • 2025/03/24 19:36:19 7FBAEA9D c (client) plain dvbapi-client granted (lokaluser, au=auto (1 reader))
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) dvbapi channelcache loaded from /mnt/swapextensions/keys/oscam.ccache
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Detected /dev/dvb/adapter0/demux0 Api: 0, userconfig boxtype: 2 maximum number of filters is 44 (oscam limit is 64)
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) ERROR: ioctl(CA_GET_DESCR_INFO): Invalid argument
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 0 CAID: 0648 ECM_PID: 0078 PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 1 CAID: 0650 ECM_PID: 007A PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 2 CAID: 0D95 ECM_PID: 010E PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 3 CAID: 0D98 ECM_PID: 0110 PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 4 CAID: 06E2 ECM_PID: 0140 PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 5 CAID: 0500 ECM_PID: 01CD PROVID: 051900
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 6 CAID: 098D ECM_PID: 01D6 PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 7 CAID: 09C4 ECM_PID: 01E0 PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 8 CAID: 098C ECM_PID: 01EA PROVID: 000000
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 found 9 ECM pids and 6 STREAM pids in CA PMT
  • 2025/03/24 19:36:19 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000000 ECMPID 0110 ANY CHID PMTPID 006B VPID 0780
  • 2025/03/24 19:36:20 35D644B4 p (reader) 192.168.0.15: resolved ip=192.168.0.15
  • 2025/03/24 19:36:20 35D644B4 p (reader) Server [cs378x] connecting to 192.168.0.15:10100
  • 2025/03/24 19:36:23 35D644B4 p (reader) Server [cs378x] connect failed: Connection refused
  • 2025/03/24 19:36:23 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:A2CCE9B98C6B21292FE47D92EC2DC8A5): not found (3027 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:23 7FBAEA9D c (dvbapi) Demuxer 0 restarting decoding requests after 1 ms with 1 enabled and 8 disabled ecmpids!
  • 2025/03/24 19:36:23 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000004 ECMPID 0110 ANY CHID PMTPID 006B VPID 0780
  • 2025/03/24 19:36:24 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:A2CCE9B98C6B21292FE47D92EC2DC8A5): not found (5 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:24 7FBAEA9D c (dvbapi) Demuxer 0 restarting decoding requests after 2 ms with 1 enabled and 8 disabled ecmpids!
  • 2025/03/24 19:36:24 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000004 ECMPID 0110 ANY CHID PMTPID 006B VPID 0780
  • 2025/03/24 19:36:25 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:A2CCE9B98C6B21292FE47D92EC2DC8A5): not found (6 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:25 7FBAEA9D c (dvbapi) Demuxer 0 restarting decoding requests after 1 ms with 1 enabled and 8 disabled ecmpids!
  • 2025/03/24 19:36:25 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000004 ECMPID 0110 ANY CHID PMTPID 006B VPID 0780
  • 2025/03/24 19:36:26 35D644B4 p (reader) Server [cs378x] connecting to 192.168.0.15:10100
  • 2025/03/24 19:36:31 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:A2CCE9B98C6B21292FE47D92EC2DC8A5): timeout (5005 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:32 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:7B35D049CE53446263A1A7BC54750FCE): timeout (5003 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:32 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:7B35D049CE53446263A1A7BC54750FCE): not found (1096 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:32 35D644B4 p (camd35) Server CMD05 AU request for caid: 0D98 auprovid: 000000
  • 2025/03/24 19:36:32 7FBAEA9D c (dvbapi) Demuxer 0 restarting decoding requests after 0 ms with 1 enabled and 8 disabled ecmpids!
  • 2025/03/24 19:36:32 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000004 ECMPID 0110 ANY CHID PMTPID 006B VPID 0780
  • 2025/03/24 19:36:33 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:7B35D049CE53446263A1A7BC54750FCE): found (13 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:37 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:762E9D91993E9E21A8E73C56B0A6586C): found (366 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:47 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:146998754E01850A8D84839205741A46): found (197 ms) by Server - ORF1 HD
  • 2025/03/24 19:36:50 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:36:54 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (15 ms)
  • 2025/03/24 19:36:56 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (8 ms)
  • 2025/03/24 19:36:58 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:480992D65F81098D4D689D37ADF98AEA): found (1046 ms) by Server - ORF1 HD
  • 2025/03/24 19:37:01 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:37:07 7FBAEA9D c (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:37:07 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:36F3841543D317AAB8C15D4768C634AD): found (153 ms) by Server - ORF1 HD
  • 2025/03/24 19:37:09 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:37:13 35D644B4 p (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:37:13 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (26 ms)
  • 2025/03/24 19:37:16 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (9 ms)
  • 2025/03/24 19:37:17 7FBAEA9D c (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:37:17 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:546D3A0247FFD0FAEF8363A62FF183CA): found (152 ms) by Server - ORF1 HD
  • 2025/03/24 19:37:18 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (8 ms)
  • 2025/03/24 19:37:19 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (26 ms)
  • 2025/03/24 19:37:20 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (19 ms)
  • 2025/03/24 19:37:21 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (9 ms)
  • 2025/03/24 19:37:22 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (11 ms)
  • 2025/03/24 19:37:25 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (9 ms)
  • 2025/03/24 19:37:26 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (14 ms)
  • 2025/03/24 19:37:27 7FBAEA9D c (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:37:27 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:43E1D4BB9956E591667B18B6C53E5B60): found (162 ms) by Server - ORF1 HD
  • 2025/03/24 19:37:28 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (11 ms)
  • 2025/03/24 19:37:31 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:37:32 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (11 ms)
  • 2025/03/24 19:37:34 35D644B4 p (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:37:34 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (9 ms)
  • 2025/03/24 19:37:36 35D644B4 p (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:37:36 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:37:37 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (13 ms)
  • 2025/03/24 19:37:37 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:71D1E182881A3E8BA9181712C66AF924): found (151 ms) by Server - ORF1 HD
  • 2025/03/24 19:37:38 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (9 ms)
  • 2025/03/24 19:37:39 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (19 ms)
  • 2025/03/24 19:37:40 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (13 ms)
  • 2025/03/24 19:37:41 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (11 ms)
  • 2025/03/24 19:37:43 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (13 ms)
  • 2025/03/24 19:37:44 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (15 ms)
  • 2025/03/24 19:37:47 35D644B4 p (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:37:47 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:37:47 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:B4C8A41A13ABEC59E8C37CB41CD779AB): found (169 ms) by Server - ORF1 HD
  • 2025/03/24 19:37:48 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (14 ms)
  • 2025/03/24 19:37:51 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (9 ms)
  • 2025/03/24 19:37:52 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:37:55 35D644B4 p (-) -- Skipped 2 duplicated log lines --
  • 2025/03/24 19:37:55 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (15 ms)
  • 2025/03/24 19:37:56 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (12 ms)
  • 2025/03/24 19:37:57 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (13 ms)
  • 2025/03/24 19:37:57 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:CBD7CBC2F312BAD623294186BDF0950E): found (157 ms) by Server - ORF1 HD
  • 2025/03/24 19:37:58 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (19 ms)
  • 2025/03/24 19:37:59 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (12 ms)
  • 2025/03/24 19:38:00 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (15 ms)
  • 2025/03/24 19:38:03 35D644B4 p (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:38:03 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (12 ms)
  • 2025/03/24 19:38:06 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (26 ms)
  • 2025/03/24 19:38:07 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (17 ms)
  • 2025/03/24 19:38:07 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:CF69C2C21AB6471FBF8091AA1CE40A7C): found (170 ms) by Server - ORF1 HD
  • 2025/03/24 19:38:08 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (18 ms)
  • 2025/03/24 19:38:09 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (12 ms)
  • 2025/03/24 19:38:10 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (10 ms)
  • 2025/03/24 19:38:11 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (17 ms)
  • 2025/03/24 19:38:12 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (15 ms)
  • 2025/03/24 19:38:15 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (13 ms)
  • 2025/03/24 19:38:17 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:CFEB510587E2F03D6A61C1A648378D7C): found (152 ms) by Server - ORF1 HD
  • 2025/03/24 19:38:18 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (18 ms)
  • 2025/03/24 19:38:18 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (15 ms)
  • 2025/03/24 19:38:24 35D644B4 p (-) -- Skipped 1 duplicated log lines --
  • 2025/03/24 19:38:24 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (18 ms)
  • 2025/03/24 19:38:27 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (25 ms)
  • 2025/03/24 19:38:27 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:0B8F4C78A6A8CD71210AF5E3572960A4): found (160 ms) by Server - ORF1 HD
  • 2025/03/24 19:38:27 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (13 ms)
  • 2025/03/24 19:38:32 35D644B4 p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (12 ms)
Aber jetzt meine Configs vom Reader, gehe davon aus da ist bestimmt noch verbesserungs Potenzial.

[global]
logfile = /mnt/swapextensions/keys/oscam.log
bindwait = 30
unlockparental = 1
nice = -1
maxlogsize = 128
preferlocalcards = 1
failbantime = 120
failbancount = 3
suppresscmd08 = 1

[dvbapi]
enabled = 1
au = 1
user = lokaluser
boxtype = duckbox

[webif]
httpport = 8080
httprefresh = 10
httppollrefresh = 10
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

[account]
user = lokaluser
pwd = pass
au = 1
group = 2

[reader]
label = Server
protocol = cs378x
device = 192.168.0.15,10100
user = 1018
password = Buchi
caid = 0D98
group = 2

Den Tipp von @Token werde ich jetzt gleich einmal versuchen.
 
Das Problem ist am Server zu Suchen:

Code:
2025/03/24 19:36:20 35D644B4 p (reader) Server [cs378x] connecting to 192.168.0.15:10100
2025/03/24 19:36:23 35D644B4 p (reader) Server [cs378x] connect failed: Connection refused
 
Nach den setting Änderungen von Token, sieht es jetzt auf jeden Fall besser aus.

  • 2025/03/24 19:48:33 00000000 s (main) System name = Linux
  • 2025/03/24 19:48:33 00000000 s (main) Host name = openAAF-atevio7000
  • 2025/03/24 19:48:33 00000000 s (main) Release = 2.6.32.71_stm24_0217
  • 2025/03/24 19:48:33 00000000 s (main) Version = #1 PREEMPT Thu Mar 21 03:12:00 CET 2024
  • 2025/03/24 19:48:33 00000000 s (main) Machine = sh4
  • 2025/03/24 19:48:33 00000000 s (main) Stb model = hdbox
  • 2025/03/24 19:48:33 00000000 s (main) Stb boxtype = hdbox
  • 2025/03/24 19:48:33 00000000 s (main) creating pidfile /tmp/.oscam/oscam.pid with pid 2209
  • 2025/03/24 19:48:33 00000000 s (config) services reloaded: 0 services freed, 8 services loaded, rejected 0
  • 2025/03/24 19:48:33 00000000 s (config) userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
  • 2025/03/24 19:48:33 00000000 s (main) signal handling initialized
  • 2025/03/24 19:48:33 00000000 s (config) 289 service-id's loaded in 41 ms
  • 2025/03/24 19:48:33 00000000 s (config) 48 tier-id's loaded
  • 2025/03/24 19:48:33 00000000 s (reader) Server [cs378x] creating thread for device 192.168.0.15
  • 2025/03/24 19:48:33 00000000 s (main) waiting for local card init
  • 2025/03/24 19:48:33 35D644B4 p (reader) Server [cs378x] proxy 192.168.0.15:10100
  • 2025/03/24 19:48:33 35D644B4 p (reader) Server [cs378x] proxy initialized, server 192.168.0.15:10100
  • 2025/03/24 19:48:33 7ED398FA h (webif) webif: decompressed 171075 bytes back into 418848 bytes
  • 2025/03/24 19:48:33 7ED398FA h (webif) HTTP Server running. ip=0.0.0.0 port=8080
  • 2025/03/24 19:48:34 00000000 s (main) init for all local cards done
  • 2025/03/24 19:48:34 00000000 s (emmcache) loading emmcache disabled since no reader is using it!
  • 2025/03/24 19:48:34 00000000 s (emmcache) loading emmstats disabled since no reader is using it!
  • 2025/03/24 19:48:34 7FBAEA9D c (client) plain dvbapi-client granted (lokaluser, au=auto (1 reader))
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) dvbapi channelcache loaded from /mnt/swapextensions/keys/oscam.ccache
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Detected /dev/dvb/adapter0/demux0 Api: 0, userconfig boxtype: 2 maximum number of filters is 45 (oscam limit is 64)
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) ERROR: ioctl(CA_GET_DESCR_INFO): Invalid argument
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 0 CAID: 0648 ECM_PID: 0078 PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 1 CAID: 0650 ECM_PID: 007A PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 2 CAID: 0D95 ECM_PID: 010E PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 3 CAID: 0D98 ECM_PID: 0110 PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 4 CAID: 06E2 ECM_PID: 0140 PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 5 CAID: 0500 ECM_PID: 01CD PROVID: 051900
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 6 CAID: 098D ECM_PID: 01D6 PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 7 CAID: 09C4 ECM_PID: 01E0 PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 8 CAID: 098C ECM_PID: 01EA PROVID: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 found 9 ECM pids and 6 STREAM pids in CA PMT
  • 2025/03/24 19:48:34 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000000 ECMPID 0110 ANY CHID PMTPID 006B VPID 0780
  • 2025/03/24 19:48:34 35D644B4 p (reader) 192.168.0.15: resolved ip=192.168.0.15
  • 2025/03/24 19:48:34 35D644B4 p (reader) Server [cs378x] connecting to 192.168.0.15:10100
  • 2025/03/24 19:48:34 35D644B4 p (camd35) Server CMD05 AU request for caid: 0D98 auprovid: 000000
  • 2025/03/24 19:48:34 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:2983C587281740F0FC4AA991148629FC): found (32 ms) by Server - ORF1 HD
  • 2025/03/24 19:48:37 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:8C34130A9D02D51801C1EBD345211861): found (155 ms) by Server - ORF1 HD
  • 2025/03/24 19:48:47 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:0E432DE8B6E87E071B88AA76909A718B): found (159 ms) by Server - ORF1 HD
  • 2025/03/24 19:48:57 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:7AC158652BE67E4178BF42C8F66D156D): found (164 ms) by Server - ORF1 HD
  • 2025/03/24 19:49:07 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:C21D49836F48C0CD14EE6371ACDE9C24): found (163 ms) by Server - ORF1 HD
  • 2025/03/24 19:49:17 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:56C1B09BC724DCDC4E1AD4ACC6E7DF61): found (150 ms) by Server - ORF1 HD
  • 2025/03/24 19:49:27 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:41E3782C237520920EA69AF1AF8E24BA): found (163 ms) by Server - ORF1 HD
  • 2025/03/24 19:49:37 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:9D3477293EBC40784C35F800F1A29EE6): found (151 ms) by Server - ORF1 HD
  • 2025/03/24 19:49:47 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:7529AFD070A5B83F739E7085437C753B): found (158 ms) by Server - ORF1 HD
  • 2025/03/24 19:49:57 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:1A99EDF57C63E893824F08046FCA76B9): found (153 ms) by Server - ORF1 HD
  • 2025/03/24 19:50:07 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:E67AFC654C826A29EF62A5F48A408AE7): found (149 ms) by Server - ORF1 HD
  • 2025/03/24 19:50:17 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:6C380EE606B0862371838180724A05D3): found (161 ms) by Server - ORF1 HD

Werde das jetzt auf jeden Fall beobachten, trotzdem einmal Danke
 
Ich denke jetzt einmal der Server läuft perfekt:

  • 2025/03/24 23:11:07 1AFA2FF9 c (work) user 1018 reached 120 sec idle limit.
  • 2025/03/25 18:13:40 37FBF841 c (client) encrypted cs378x-client 192.168.0.16 granted (1018, au=on (1 reader))
  • 2025/03/25 18:13:40 37FBF841 c (camd35) 1018 emm-request sent (reader=ORF, caid=0D98, auprovid=000004)
  • 2025/03/25 18:13:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:06D55E55A66C5937468919F33C7AF8B8): found (157 ms) by ORF - ORF1 HD
  • 2025/03/25 18:13:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:D2AF66814611036FC475961096451632): found (142 ms) by ORF - ORF1 HD
  • 2025/03/25 18:13:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:99E42CBEA3E29B69D47B7A9E34721ED0): found (144 ms) by ORF - ORF1 HD
  • 2025/03/25 18:14:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:D4C00E2E356D57A0AE575C36874B3F86): found (138 ms) by ORF - ORF1 HD
  • 2025/03/25 18:14:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:BBC17B385041806A95F410697FB5EF4E): found (149 ms) by ORF - ORF1 HD
  • 2025/03/25 18:14:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:CCE7DAA62A3CE691CF8ED9DA8024D020): found (135 ms) by ORF - ORF1 HD
  • 2025/03/25 18:14:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:70E059C28E8CAC1D4EB6783CAAFE2ECF): found (136 ms) by ORF - ORF1 HD
  • 2025/03/25 18:14:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:8E5F6C74643F0A467F61F2D2079044D3): found (140 ms) by ORF - ORF1 HD
  • 2025/03/25 18:14:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:F6E164976D0A3EEAF6927AC5A763EC03): found (148 ms) by ORF - ORF1 HD
  • 2025/03/25 18:14:55 4A2E68F3 r (reader) ORF [cryptoworks] 1018 emmtype=global, len=55 (hex: 0x37), cnt=1: written (54 ms)
  • 2025/03/25 18:15:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:415DAE28C558AD4490976C959F7D6308): found (141 ms) by ORF - ORF1 HD
  • 2025/03/25 18:15:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:CBB3319BF9A5FCAB6A4CBA40563EE181): found (136 ms) by ORF - ORF1 HD
  • 2025/03/25 18:15:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:1A5E45ABA1FB5EE6205740C42051061C): found (150 ms) by ORF - ORF1 HD
  • 2025/03/25 18:15:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:F0CC1389030AB91FDF0D39ACF9F5BC16): found (138 ms) by ORF - ORF1 HD
  • 2025/03/25 18:15:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:39BAEE619DA9318A378050A91AA6CF95): found (140 ms) by ORF - ORF1 HD
  • 2025/03/25 18:15:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:9B991D7353AAC69F44A641E676019C74): found (142 ms) by ORF - ORF1 HD
  • 2025/03/25 18:16:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:0C6E6D9B5EA6089AF1C73DB9E6AC3108): found (145 ms) by ORF - ORF1 HD
  • 2025/03/25 18:16:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:D6560E571A88A8A938C1B7220F5A5BF1): found (149 ms) by ORF - ORF1 HD
  • 2025/03/25 18:16:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:33963003D3294F5598844E6187ECCFD0): found (141 ms) by ORF - ORF1 HD
  • 2025/03/25 18:16:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:0EA310ED38A45B0D69FF9DE926975949): found (140 ms) by ORF - ORF1 HD
  • 2025/03/25 18:16:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:86E49AAAB0A586CADD5B1C5715414D28): found (138 ms) by ORF - ORF1 HD
  • 2025/03/25 18:16:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:FF5A307E9B161CCD1FEB34D7232933F9): found (145 ms) by ORF - ORF1 HD
  • 2025/03/25 18:17:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:0EBD5083EDA0B9D1269FFE0F810F2359): found (143 ms) by ORF - ORF1 HD
  • 2025/03/25 18:17:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:095D2E74F15AF412D76DCFE1838B09D0): found (138 ms) by ORF - ORF1 HD
  • 2025/03/25 18:17:19 4A2E68F3 r (reader) ORF [cryptoworks] 1018 emmtype=global, len=55 (hex: 0x37), cnt=1: written (67 ms)
  • 2025/03/25 18:17:19 4A2E68F3 r (reader) ORF [cryptoworks] 1018 emmtype=shared, len=91 (hex: 0x5B), cnt=1: written (96 ms)
  • 2025/03/25 18:17:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:C28A9CE162DB089E12C7C8BE2CB52490): found (137 ms) by ORF - ORF1 HD
  • 2025/03/25 18:17:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:F8131E0584F073726C75E6B9FC807000): found (142 ms) by ORF - ORF1 HD
  • 2025/03/25 18:17:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:8EA3A924F2023E87EE3A61CFBF23CA1D): found (136 ms) by ORF - ORF1 HD
  • 2025/03/25 18:17:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:12E62961E4DFA0188A2843F7DB38F770): found (148 ms) by ORF - ORF1 HD
  • 2025/03/25 18:18:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:B2DC61CB2659D66C8DF818D39D6FBAD0): found (139 ms) by ORF - ORF1 HD
  • 2025/03/25 18:18:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:D1938A8D98D8CAA7899642D538FF1CE8): found (146 ms) by ORF - ORF1 HD
  • 2025/03/25 18:18:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:94589CA90BA649F7AD1EF2437E3272E5): found (141 ms) by ORF - ORF1 HD
  • 2025/03/25 18:18:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:2C62341CC5698A18FA947FE5B8379CB1): found (143 ms) by ORF - ORF1 HD
  • 2025/03/25 18:18:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:A680AA69F882378D3A9FD013E42DFCB6): found (143 ms) by ORF - ORF1 HD
  • 2025/03/25 18:18:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:DC496C12A7DAF708F616440C30A04010): found (149 ms) by ORF - ORF1 HD
  • 2025/03/25 18:19:01 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:E3AE408EE4CD1C146D5904FCCB0A9631): found (147 ms) by ORF - ORF1 HD
  • 2025/03/25 18:19:11 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:A3AA4018EF80F30690C9F41E7189019E): found (136 ms) by ORF - ORF1 HD
  • 2025/03/25 18:19:25 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:34A61AE84B78FBDD4D23B858CCBB0D10): found (141 ms) by ORF - ORF1 HD
  • 2025/03/25 18:19:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:BA81523263399F98ECCC0E5506A5F77D): found (134 ms) by ORF - ORF1 HD
  • 2025/03/25 18:19:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:1F97AAEAA163F43A22E60D70BDECE40B): found (139 ms) by ORF - ORF1 HD
  • 2025/03/25 18:19:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:84D5764C203A54519D8A6AB5F0604CC6): found (140 ms) by ORF - ORF1 HD
  • 2025/03/25 18:20:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:66D4BCCDEC8B52919A84ADC2273D1BD3): found (149 ms) by ORF - ORF1 HD
  • 2025/03/25 18:20:11 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:2E7DDD5DD7CFD6657B6491B447EA337E): found (140 ms) by ORF - ORF1 HD
  • 2025/03/25 18:20:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:0E04B6C9E0827F108C9031CD06E795FC): found (136 ms) by ORF - ORF1 HD
  • 2025/03/25 18:20:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:DA7DD67C25B3E5D2E5B7FC3256427413): found (136 ms) by ORF - ORF1 HD
  • 2025/03/25 18:20:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:22515D9A711253FDBBD4FA9602817395): found (142 ms) by ORF - ORF1 HD
  • 2025/03/25 18:20:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:07307E143532D66A343C5A25B61C4548): found (134 ms) by ORF - ORF1 HD
  • 2025/03/25 18:21:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:51980514D61E9084DEC59EDC37ADD707): found (148 ms) by ORF - ORF1 HD
  • 2025/03/25 18:21:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:C7484E9A6EC81F8B51EE8EE921579B71): found (145 ms) by ORF - ORF1 HD
  • 2025/03/25 18:21:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:D64EDEA4489A7662A76A8F5B8B7A824D): found (142 ms) by ORF - ORF1 HD
  • 2025/03/25 18:21:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:E9AE4718B6DD52FAD083AADE69F0F2EA): found (146 ms) by ORF - ORF1 HD
  • 2025/03/25 18:21:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:8AF33B53D9845DDEDCC3609F1A82F0FC): found (150 ms) by ORF - ORF1 HD
  • 2025/03/25 18:21:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:C891DA15DC40997E45A08F21F0802838): found (138 ms) by ORF - ORF1 HD
  • 2025/03/25 18:22:02 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:25001F0E2AA8ECA3A4BC71A519BE1AF2): found (149 ms) by ORF - ORF1 HD
  • 2025/03/25 18:22:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:EB2866C6938BCC43AEBA9285390239DF): found (134 ms) by ORF - ORF1 HD
  • 2025/03/25 18:22:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:BECCBBC17CDCEFF4CCDB1081FD5F278B): found (149 ms) by ORF - ORF1 HD
  • 2025/03/25 18:22:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:DB43A9B410300BEF0EFFAE40452E9A09): found (135 ms) by ORF - ORF1 HD
  • 2025/03/25 18:22:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:611FE1D33ADD7092E2A2F4F37283C3C1): found (143 ms) by ORF - ORF1 HD
  • 2025/03/25 18:22:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:93A3D0DDE53B7ED79A3DCC9D253D7059): found (142 ms) by ORF - ORF1 HD
  • 2025/03/25 18:23:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:220880640F4878D2ABC7AD56B50A82F0): found (146 ms) by ORF - ORF1 HD
  • 2025/03/25 18:23:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:B783A9FAC33B3BB8E4F66A6486A24BB8): found (145 ms) by ORF - ORF1 HD
  • 2025/03/25 18:23:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:30A3CBDC1AFEF816674C63DE5CF5B605): found (138 ms) by ORF - ORF1 HD
  • 2025/03/25 18:23:30 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:E18C7B2AB75F6B3E78CB8AF3239322D5): found (137 ms) by ORF - ORF1 HD
  • 2025/03/25 18:23:40 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:8BD3DA839CF222D75679789B6F1988B4): found (149 ms) by ORF - ORF1 HD
  • 2025/03/25 18:23:50 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:B4A56DD173F7246463DD2DFF78EC1228): found (142 ms) by ORF - ORF1 HD
  • 2025/03/25 18:24:00 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:7F5EA9D183DCDF926F4BB490B513F8C1): found (134 ms) by ORF - ORF1 HD
  • 2025/03/25 18:24:10 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:88F6AE0CFC1B24362BFF02EDD1DC953D): found (145 ms) by ORF - ORF1 HD
  • 2025/03/25 18:24:20 37FBF841 c (ecm) 1018 (0D98@000004/0000/132F/80:910760F9F04D372269AA07B9BC85EB93): found (136 ms) by ORF - ORF1 HD
  • 2025/03/25 18:24:29 37FBF841 c (ecm) 1018 (0D98@000004/0000/1334/80:748A6434F3A81BC14039463F08D3AD5A): found (146 ms) by ORF - ORF2N HD
  • 2025/03/25 18:24:34 37FBF841 c (ecm) 1018 (0D98@000004/0000/1331/80:A6401404C5C7C1DEF593D02CEFE32D7C): found (135 ms) by ORF - ServusTV HD Oesterreich
  • 2025/03/25 18:24:36 37FBF841 c (ecm) 1018 (0D98@000004/0000/33AC/80:433D60C451981DFFBB3E3E36A6EC35B1): found (150 ms) by ORF - ATV HD

  • 2025/03/25 18:21:07 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (113 ms)
  • 2025/03/25 18:21:10 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:C7484E9A6EC81F8B51EE8EE921579B71): found (457 ms) by Server - ORF1 HD
  • 2025/03/25 18:21:13 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (111 ms)
  • 2025/03/25 18:21:19 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:D64EDEA4489A7662A76A8F5B8B7A824D): found (198 ms) by Server - ORF1 HD
  • 2025/03/25 18:21:24 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (101 ms)
  • 2025/03/25 18:21:29 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:E9AE4718B6DD52FAD083AADE69F0F2EA): found (217 ms) by Server - ORF1 HD
  • 2025/03/25 18:21:34 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (108 ms)
  • 2025/03/25 18:21:39 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (99 ms)
  • 2025/03/25 18:21:39 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:8AF33B53D9845DDEDCC3609F1A82F0FC): found (270 ms) by Server - ORF1 HD
  • 2025/03/25 18:21:43 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (98 ms)
  • 2025/03/25 18:21:47 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (104 ms)
  • 2025/03/25 18:21:49 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:C891DA15DC40997E45A08F21F0802838): found (210 ms) by Server - ORF1 HD
  • 2025/03/25 18:21:52 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (99 ms)
  • 2025/03/25 18:21:55 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (106 ms)
  • 2025/03/25 18:22:01 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:25001F0E2AA8ECA3A4BC71A519BE1AF2): found (1440 ms) by Server - ORF1 HD
  • 2025/03/25 18:22:08 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (96 ms)
  • 2025/03/25 18:22:10 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:EB2866C6938BCC43AEBA9285390239DF): found (365 ms) by Server - ORF1 HD
  • 2025/03/25 18:22:12 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (106 ms)
  • 2025/03/25 18:22:19 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:BECCBBC17CDCEFF4CCDB1081FD5F278B): found (211 ms) by Server - ORF1 HD
  • 2025/03/25 18:22:23 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (102 ms)
  • 2025/03/25 18:22:27 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (112 ms)
  • 2025/03/25 18:22:29 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:DB43A9B410300BEF0EFFAE40452E9A09): found (241 ms) by Server - ORF1 HD
  • 2025/03/25 18:22:30 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (106 ms)
  • 2025/03/25 18:22:34 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (96 ms)
  • 2025/03/25 18:22:38 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (113 ms)
  • 2025/03/25 18:22:39 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:611FE1D33ADD7092E2A2F4F37283C3C1): found (264 ms) by Server - ORF1 HD
  • 2025/03/25 18:22:41 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (107 ms)
  • 2025/03/25 18:22:46 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (103 ms)
  • 2025/03/25 18:22:48 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (116 ms)
  • 2025/03/25 18:22:49 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (100 ms)
  • 2025/03/25 18:22:49 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:93A3D0DDE53B7ED79A3DCC9D253D7059): found (210 ms) by Server - ORF1 HD
  • 2025/03/25 18:22:50 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (108 ms)
  • 2025/03/25 18:22:50 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (99 ms)
  • 2025/03/25 18:22:53 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (92 ms)
  • 2025/03/25 18:22:54 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (96 ms)
  • 2025/03/25 18:22:55 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (98 ms)
  • 2025/03/25 18:22:56 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (103 ms)
  • 2025/03/25 18:22:57 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (104 ms)
  • 2025/03/25 18:22:59 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (107 ms)
  • 2025/03/25 18:22:59 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:220880640F4878D2ABC7AD56B50A82F0): found (229 ms) by Server - ORF1 HD
  • 2025/03/25 18:23:00 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (97 ms)
  • 2025/03/25 18:23:00 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (102 ms)
  • 2025/03/25 18:23:03 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (101 ms)
  • 2025/03/25 18:23:04 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (103 ms)
  • 2025/03/25 18:23:06 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (102 ms)
  • 2025/03/25 18:23:06 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (111 ms)
  • 2025/03/25 18:23:09 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (109 ms)
  • 2025/03/25 18:23:09 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:B783A9FAC33B3BB8E4F66A6486A24BB8): found (175 ms) by Server - ORF1 HD
  • 2025/03/25 18:23:10 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (109 ms)
  • 2025/03/25 18:23:12 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (114 ms)
  • 2025/03/25 18:23:12 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (105 ms)
  • 2025/03/25 18:23:13 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (99 ms)
  • 2025/03/25 18:23:14 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (98 ms)
  • 2025/03/25 18:23:17 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (102 ms)
  • 2025/03/25 18:23:17 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (107 ms)
  • 2025/03/25 18:23:19 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:30A3CBDC1AFEF816674C63DE5CF5B605): found (199 ms) by Server - ORF1 HD
  • 2025/03/25 18:23:20 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (109 ms)
  • 2025/03/25 18:23:20 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (114 ms)
  • 2025/03/25 18:23:23 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (105 ms)
  • 2025/03/25 18:23:30 7FBAEA9D c (-) -- Skipped 1 duplicated log lines --
  • 2025/03/25 18:23:30 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:E18C7B2AB75F6B3E78CB8AF3239322D5): found (441 ms) by Server - ORF1 HD
  • 2025/03/25 18:23:35 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (105 ms)
  • 2025/03/25 18:23:37 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (108 ms)
  • 2025/03/25 18:23:39 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:8BD3DA839CF222D75679789B6F1988B4): found (267 ms) by Server - ORF1 HD
  • 2025/03/25 18:23:41 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (112 ms)
  • 2025/03/25 18:23:47 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (109 ms)
  • 2025/03/25 18:23:49 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (107 ms)
  • 2025/03/25 18:23:50 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:B4A56DD173F7246463DD2DFF78EC1228): found (342 ms) by Server - ORF1 HD
  • 2025/03/25 18:23:54 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (112 ms)
  • 2025/03/25 18:23:57 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (105 ms)
  • 2025/03/25 18:23:59 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:7F5EA9D183DCDF926F4BB490B513F8C1): found (243 ms) by Server - ORF1 HD
  • 2025/03/25 18:24:03 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (112 ms)
  • 2025/03/25 18:24:09 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (107 ms)
  • 2025/03/25 18:24:09 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:88F6AE0CFC1B24362BFF02EDD1DC953D): found (169 ms) by Server - ORF1 HD
  • 2025/03/25 18:24:15 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (111 ms)
  • 2025/03/25 18:24:18 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (106 ms)
  • 2025/03/25 18:24:19 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/132F/80:910760F9F04D372269AA07B9BC85EB93): found (220 ms) by Server - ORF1 HD
  • 2025/03/25 18:24:23 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=shared, len=93 (hex: 0x5D), cnt=1: sent (134 ms)
  • 2025/03/25 18:24:26 7FBAEA9D c (dvbapi) Demuxer 0 stopped descrambling for program 132F (ORF1 HD)
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 0 CAID: 0648 ECM_PID: 0079 PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 1 CAID: 0650 ECM_PID: 007B PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 2 CAID: 0D95 ECM_PID: 010F PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 3 CAID: 0D98 ECM_PID: 0111 PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 4 CAID: 06E2 ECM_PID: 0141 PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 5 CAID: 0500 ECM_PID: 01CE PROVID: 051900
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 6 CAID: 098D ECM_PID: 01D7 PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 7 CAID: 09C4 ECM_PID: 01E1 PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 8 CAID: 098C ECM_PID: 01EB PROVID: 000000
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 found 9 ECM pids and 6 STREAM pids in CA PMT
  • 2025/03/25 18:24:27 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000000 ECMPID 0111 ANY CHID PMTPID 0074 VPID 0B68
  • 2025/03/25 18:24:28 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/1334/80:748A6434F3A81BC14039463F08D3AD5A): found (250 ms) by Server - ORF2N HD
  • 2025/03/25 18:24:31 7FBAEA9D c (dvbapi) Demuxer 0 stopped descrambling for program 1334 (ORF2N HD)
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 0 CAID: 0648 ECM_PID: 007C PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 1 CAID: 0650 ECM_PID: 007D PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 2 CAID: 0D95 ECM_PID: 0112 PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 3 CAID: 0D98 ECM_PID: 0113 PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 4 CAID: 09C4 ECM_PID: 011D PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 5 CAID: 098C ECM_PID: 0127 PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 6 CAID: 06E2 ECM_PID: 0142 PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 7 CAID: 0500 ECM_PID: 01D0 PROVID: 051900
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 8 CAID: 098D ECM_PID: 01DB PROVID: 000000
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 found 9 ECM pids and 7 STREAM pids in CA PMT
  • 2025/03/25 18:24:32 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000000 ECMPID 0113 ANY CHID PMTPID 006D VPID 0DFF
  • 2025/03/25 18:24:33 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/1331/80:A6401404C5C7C1DEF593D02CEFE32D7C): found (163 ms) by Server - ServusTV HD Oesterreich
  • 2025/03/25 18:24:34 7FBAEA9D c (dvbapi) Demuxer 0 stopped descrambling for program 1331 (ServusTV HD Oesterreich)
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 0 CAID: 0648 ECM_PID: 006D PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 1 CAID: 0650 ECM_PID: 00D2 PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 2 CAID: 0D95 ECM_PID: 0103 PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 3 CAID: 0D98 ECM_PID: 0104 PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 4 CAID: 0500 ECM_PID: 014B PROVID: 051900
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 5 CAID: 06E2 ECM_PID: 01AF PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 6 CAID: 098D ECM_PID: 01DF PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 7 CAID: 09C4 ECM_PID: 01E9 PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 ecmpid 8 CAID: 098C ECM_PID: 01F3 PROVID: 000000
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 found 9 ECM pids and 4 STREAM pids in CA PMT
  • 2025/03/25 18:24:35 7FBAEA9D c (dvbapi) Demuxer 0 trying to descramble PID 3 CAID 0D98 PROVID 000000 ECMPID 0104 ANY CHID PMTPID 00E4 VPID 08E8
  • 2025/03/25 18:24:35 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/33AC/80:433D60C451981DFFBB3E3E36A6EC35B1): found (188 ms) by Server - ATV HD
  • 2025/03/25 18:24:45 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/33AC/80:BFAD5DF3707ED017E2F523C13F2C9A24): found (437 ms) by Server - ATV HD
  • 2025/03/25 18:24:56 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/33AC/80:5A0031F716342A84373E986349D3EE3E): found (1500 ms) by Server - ATV HD
  • 2025/03/25 18:25:06 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/33AC/80:701CAF36BF61ABE204E13C0C2BC1753E): found (1842 ms) by Server - ATV HD
  • 2025/03/25 18:25:11 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (132 ms)
  • 2025/03/25 18:25:15 7FBAEA9D c (ecm) lokaluser (0D98@000004/0000/33AC/80:0CB211801D9AA0412EA74F975855D0F0): found (235 ms) by Server - ATV HD
  • 2025/03/25 18:25:21 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (91 ms)
  • 2025/03/25 18:25:22 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (96 ms)
  • 2025/03/25 18:25:23 2E279DFD p (reader) Server [cs378x] lokaluser emmtype=global, len=55 (hex: 0x37), cnt=1: sent (92 ms)

Die vielen "emmtype=global" einträge sind beim Client normal?
 
Wenn das normal ist, lasse ich sie, sonst wird meine ORF Karte dunkel, und manuell AU immer wieder einschalten habe ich keine Lust, trotzdem Danke. Scheint jetzt zu funktionieren.
 
Zu Post #5, reader am Server ist bereits umgestellt:

[reader]
label = ORF
protocol = mouse
device = /dev/EM-ICE
caid = 0D98
detect = cd
group = 2
emmcache = 1,1,2,0
needsglobalfirst = 1
blockemm-unknown = 1
blockemm-u = 1
 
Zurück
Oben