It's possible to modifying the video and audio stream the by using DVB-Dream modules. It has an API like this:
Code: Select all
BOOL StreamCallback(unsigned char *InBuf, int InLen, void *pOutBuf, int *pOutLen): BOOL;
I need access to TS/188 and then modify it. After that ProgDVB should use this modified stream instead of the original one.
Is there any sample for this purpose?
Thanks for your time.