warning - important ticket

iomeali

Registered
Messages
3,962
#3361 new defect
P:xxxx 1 in oscam.dvbapi ignored

Reported by: Mandos Owned by:
Priority: minor Component: DVBApi
Severity: low Keywords: PID oscam.dvbapi
Cc: Sensitive: no
Description

Revision
r8736
Issue Description
Even though I have P: 09C4 1 and I: 0 in opscam.dvbapi, DVBAPI tries a different CAID before 09C4. If I remove the 1 for continue, normal behaviour is restored. The issue starts with r8736, r8735 is OK.
When the issue occurs
On zapping to a scrambled channel on DVBAPI if a CAID is prioritized in oscam.dvbapi with continue set to 1.
How the issue is reproducable
Prioritize a CAID with P: xxxx 1 and zap to a scrambled channel on DVBAPI.
Typical log:
2013/06/30 08:01:23 584050 c [DVBAPI] Tuner sends PMT command 3 for channel 0073
2013/06/30 08:01:23 584050 c [ADD PID 0] CAID: 1833 ECM_PID: 1858 PROVID: 000000
2013/06/30 08:01:23 584050 c [ADD PID 1] CAID: 09C4 ECM_PID: 1B58 PROVID: 000000
2013/06/30 08:01:23 584050 c [ADD PID 2] CAID: 09AF ECM_PID: 1F58 PROVID: 000000
2013/06/30 08:01:23 584050 c [ADD PID 3] CAID: 098C ECM_PID: 1A58 PROVID: 000000
2013/06/30 08:01:23 584050 c Found 4 ECMpids and 4 STREAMpids in PMT
2013/06/30 08:01:23 584050 c New program number: 0073 (MGM HD) [pmt_list_management 3]
2013/06/30 08:01:23 584050 c [DVBAPI] Demuxer #0 trying to descramble PID #0 CAID 1833 PROVID 000000 ECMPID 1858 ANY CHID
2013/06/30 08:01:23 584050 c DVBApi (1833&000000/0000/0073/89:00000000000000000000000000000000): invalid (2 ms) (0/0/0/0) - MGM HD
2013/06/30 08:01:23 584050 c [DVBAPI] Demuxer #0 trying to descramble PID #1 CAID 09C4 PROVID 000000 ECMPID 1B58 ANY CHID
2013/06/30 08:01:24 584050 c DVBApi (09C4&000000/0C22/0073/B3:041BCB5BB94412FCB95EAEF7B928C8C1): found (125 ms) by v13_smartreader - MGM HD
Oldest first Newest first
Comments only
Change History (1)

comment:1 Changed 14 hours ago by Mandos
Keywords PID added; PMT removed



un esempio per italiani :
rileva la precedenza alla 0919 senza scattare su la 09cd anche se in oscam.dvbapi hai ignore a 0919 I: 919 e P: 09cd::: 1.
 

iomeali

Registered
Messages
3,962
updating:temporary solution

by stefansat
To make trouble shooting easier I hereby added two logs. debug 128
In one off the logs i'm working whitout a 1 into dvbapi,
priority and ignored's ok.
In a second I'm working with a one just for 0100:00006c:::5C00 1
Al the others are whitout.


my example:


Code:
P: 0500:043800::: 1
P: 0500:032500::: 1
P: 0500:042200::: 1
P: 0500:042400
P: 0500:023800
P: 183D::: 1
I: 0919::: 1

P: 09cd::: 1

[FONT="Arial Black"]at the moment : NOT OK[/FONT]


Code:
P: 0500:043800
P: 0500:032500
P: 0500:042200
P: 0500:042400
P: 0500:023800
P: 09cd:000000

P: 183D:000000


[FONT="Arial Black"]at the moment: it is OK[/FONT]
 

iomeali

Registered
Messages
3,962
forcepriofix.patch

defect fixed WITH PATCH ,already apply since version 8742 ,added by theparasol


:):thum:
 
Top