RTP 数据包 - C# 代码
如何将 .wav 文件转换为 RTP 数据包并将其发送到 sip 客户端?我真的很感激一些示例代码。
我正在使用 C# 工作。
How can I convert a .wav file to RTP packet and send it to a sip Client? I would really appreciate some example code.
I'm working in C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在发送和接收之前,您是否使用特定的编解码器对 wav 文件进行编码/解码?无论哪种方式,接收到的 RTP 数据包都需要定向到输出源。该来源可以是扬声器、耳机或文件。
Are you encoding/decoding the wav file with a particular codec before sending and receiving? Either way, the RTP packets that are received need to be directed to an output source. That source can be speakers, headset, or file.