EPG development
Hi,
I want to develop an EPG application for OCAP. Can i know how to go about this. Since i am very new to this, can i get any sample code for EPG and video streaming so that i can have this as a reference.
I dont know too much about the org.dvb.si packages and this is causing too much problems. Can i get some documentation support for how and when to use these packages from somewhere. This will be of some good help for me.
Thanks & Regards
VASUDEV BHAT
[492 byte] By [
bhat_vasua] at [2007-11-26 22:30:52]

# 1
I am using the following lines of code to populate the services:
simEPG = SIManager.createInstance();
ServiceList srvlstCollection = simEPG.filterServices(null);
ServiceIterator srvIterator = srvlstCollection.createServiceIterator();
When i am compiling and running in the XletViewer i am getting NullPointerException. Can i know what the problem is?
filterServices(null) .... passing a null value here gets all the services, am i right?