I am trying to tunnel RTP traffic through a user-defined protocol, and want to test this setup. Is there any C++ library, which I can use to generate example RTP packets and then tunnel them through my library?
Thanks.
you can see an example here: RTPpacket
but is in java. Well this is the main page streaming tcp/udp
Hope can be helpfull! Bye