views:

72

answers:

1

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#

A: 

Check out FFMPEG library.

www.ffmpeg.org/ 

http://en.wikipedia.org/wiki/FFmpeg
alam