Hello,
I'm developing an application that needs to put an MPEG2 TS stream into a DVB-ASI card. My program receives raw video/audio/data frames that need to be muxed into MPEG2 TS before sending the data to the card, with 188 bytes lenght packages.
I read about Libdvbpsi, but it appears to only decode MPEG2 TS. Is there any part of VLC source or any library that could help me ?
Thanks.