Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个RTP连接,我可以提取所有Payload部分并将它们按顺序连接到一个字节数组中。
我如何解码这个数组?(假设我知道编解码器)有没有实现voip 编解码器的库?
语言:C#
查看 FFMPEG 库。
www.ffmpeg.org/ http://en.wikipedia.org/wiki/FFmpeg
我一直在尝试这样做,但无法使用 ffmpeg。我快速搜索了一下,发现了这个: http: //www.codeforge.com/article/39270