I have an RTP connection, and i can extract all Payload parts and concat them to each other sequentially to a byte array.
How can i decode this array?(suppose that i know the codec) Is there any library that implements voip codecs?
Language: C#
I have an RTP connection, and i can extract all Payload parts and concat them to each other sequentially to a byte array.
How can i decode this array?(suppose that i know the codec) Is there any library that implements voip codecs?
Language: C#
Check out FFMPEG library.
www.ffmpeg.org/
http://en.wikipedia.org/wiki/FFmpeg