Stream of example RTP packets

SkypeMeSM picture SkypeMeSM · Sep 5, 2010 · Viewed 9.8k times · Source

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.

Answer

soneangel picture soneangel · Oct 27, 2010

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