I think you need to look up dvb-si structure information.
There is loads of information on the internet.
Take a look at SDT, BAT table structures. I think this is what you are trying to look at. OpenTV extends BAT by adding extra data at the end of the packets.
Afternoon people, I need some more help. Attached is the 1.4.0.6 UK Source Code including built dll in bin/release. This has been created from the source DJBlu posted and the decompiled 1.4.0.6 source. It is missing only two things which I haven't added to the setup gui is the throttle and logo but the code is there for them once they are added.
Anyway my issue is that while the code builds fine, TVServer says that it is an incompatible plugin. I've compared it against some earlier code which loads fine in to TVServer and I can't see any different... If anyone has the time to see where I've gone wrong that would be great.
@DJBlu I hope its ok that I've done this and you should be able to spot where I've gone wrong quickly
The only reason i can see it being reported as an incompatible plugin is the file version. if you right click the compiled dll file and select details. on DJblu's build its version 1.4.0.6 which works on the later mp builds. Yours is version 1.2.0.27 which if im correct was the version used way back with mp 1.2.0 and its more than likely being flaged as an out of date version due to this. i maybe wrong. good luck