Modifying the video and audio stream
Posted: Tue May 12, 2015 9:58 pm
Hello,
It's possible to modifying the video and audio stream the by using DVB-Dream modules. It has an API like this:
Is possible the same action with ProgDVB modules or even plugins?
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.
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.