I have devised a piece of code to dial a SIP client (linphone) using JAIN SIP but i want to add video/audio streams to complete the task of a video call.

-I want it to be in the same class -And to make the code simple since i am using it in Raspberry Pi

Thanks in advance.

有帮助吗?

解决方案

jain-sip is just a sip library. If you want to manage rtp streams from your application, you need to add an rtp library and probably audio/video codecs to record / play streams.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top