A quick update.
I have now created the plugin that will enable anybody to create a plugin and have access to raw data.
The only requirement for references will be to the RawDataGrabber.dll and any required for database updates.
The functions will be
GrabData(Channel, Seconds, Pids)
You will need 2 event handlers
OnPacket(Pid as Integer, Length as Integer, Data as byte())
This will give the full TS Packet with the Pid and length.
OnComplete()
This is fired when the datagrabber is complete.
The rest is up to the plugin, they can do what they require with the Data without worrying about the .ts file.
I have now created the plugin that will enable anybody to create a plugin and have access to raw data.
The only requirement for references will be to the RawDataGrabber.dll and any required for database updates.
The functions will be
GrabData(Channel, Seconds, Pids)
You will need 2 event handlers
OnPacket(Pid as Integer, Length as Integer, Data as byte())
This will give the full TS Packet with the Pid and length.
OnComplete()
This is fired when the datagrabber is complete.
The rest is up to the plugin, they can do what they require with the Data without worrying about the .ts file.