Hi,
The current implementation of the SAT>IP access module uses internal (aka custom) code for reading RTP packets. However, the RTP access module has a more advanced implementation. For example, the RTP module can read reordered UDP packets, but not for the SAT>IP module. See the differences here:
- SAT>IP: https://github.com/videolan/vlc/blob/db ... tip.c#L339
- RTP: https://github.com/videolan/vlc/blob/db ... ion.c#L327
I suggest to reuse the RTP code in the SAT>IP module, and remove redundant code.
Regards.