manio / vdr-plugin-dvbapi

VDR dvbapi plugin for use with OSCam
http://www.streamboard.tv/wbb2/thread.php?threadid=40060
GNU General Public License v2.0
57 stars 25 forks source link

Is oscam.dvbapi used when connecting in network mode? #59

Closed MegaV0lt closed 10 years ago

MegaV0lt commented 10 years ago

Is oscam.dvbapi used when connecting in network mode?

I get connection to 098C but in oscam.dvbapi it ist prio: P: 0D05 # prioritise CAID D: 0D05 150 # wait 150 ms before writing CW for CAID P: 098C # prioritise CAID

Log: 2014/05/25 18:56:13 1767D08 c [ADD PID 0] CAID: 1702 ECM_PID: 17C4 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 1] CAID: 1833 ECM_PID: 18C4 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 2] CAID: 09C4 ECM_PID: 1BC4 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 3] CAID: 098C ECM_PID: 1AC4 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 4] CAID: 0D05 ECM_PID: 1FC4 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 5] CAID: 0D95 ECM_PID: 1FC5 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 6] CAID: 0648 ECM_PID: 1FC3 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 7] CAID: 0D98 ECM_PID: 1FC1 PROVID: 000000 2014/05/25 18:56:13 1767D08 c [ADD PID 8] CAID: 0650 ECM_PID: 1FC2 PROVID: 000000 2014/05/25 18:56:13 1767D08 c Found 9 ECMpids and 2 STREAMpids in PMT 2014/05/25 18:56:13 1767D08 c [DVBAPI] Receiver wants to demux srvid 125D on adapter 0000 camask 0001 index 0000 pmtpid 0000 2014/05/25 18:56:13 1767D08 c New program number: 125D (Sat.1 Emotion) [pmt_list_management 3] 2014/05/25 18:56:13 1767D08 c vdr01 (098C&/125D/98): found (73 ms) by SkyV14 - Sat.1 Emotion

It was working like expected as oscam was on vdr too. But in Network mode it uses 098C always.

3PO commented 10 years ago

Is oscam.dvbapi used when connecting in network mode?

Yes, but only the oscam.dvbapi on the oscam Server!

manio commented 10 years ago

Hello. The socket/network mode does not affect parsing oscam.dvbapi in any way. The oscam is requesting a CAID (ECM pid) so my plugin is not affecting it - it should work as before. Only the communication medium is different. If you think that something is wrong please report it on oscam trac. Closing.