I want to be able to intercept the packets of this stream and access the data from C++-code. How do I do this in C++-code? The RTP- media stream are streamed using this server: link
I will then FEC-encode the packets; send them over the network; FEC-decode them on the receiver-side and pass the stream of data to a RTCP-client.