This code dumpts the caids in a file...? Not on the OSD....
What file you mean? please explain a more.
What about post #13?
jalizi hasn't added any friends yet.
1 November 2014 - 10:02
This code dumpts the caids in a file...? Not on the OSD....
What file you mean? please explain a more.
What about post #13?
1 November 2014 - 09:38
@malakudi, sorry you are right . Your code is working. I'm confused.
@littlesat, I tested the code you and malakudi mentioned and this works like a charm. Here is how I used it. May be someone need it in the future:
service = self.session.nav.getCurrentService() info = service and service.info() if service is None: return info = service and service.info() if not info: return caids = info.getInfoObject(iServiceInformation.sCAIDs) for caid_entry in caids: f = open('/tmp/caids_dump.txt', 'a') f.write(str(hex(caid_entry)) + "\n") f.close()BTW, I aggree with you, I would like to see this on service info screen if PLi developers could change related code.
Case is solved. Thanks for both of your quick and usefull responses !
1 November 2014 - 09:35
Then you need to use the console (putty telnet) and dvbsnoop.... here the actial used ecms are displayed... but al least you can see the chid.