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.
我设计了一段代码来使用 JAIN SIP 拨打 SIP 客户端(linphone),但我想添加视频/音频流来完成视频通话的任务。
-我希望它在同一个类中 -并且使代码简单,因为我在 Raspberry Pi 中使用它
提前致谢。
jain-sip 只是一个 sip 库。如果你想从你的应用程序管理 rtp 流,你需要添加一个 rtp 库和可能的音频/视频编解码器来录制/播放流。