I’m trying to use pjsip as a library for a WebRTC C/C++ application that uses a custom signaling, but I can’t find any examples using pjsip with WebRTC. An example that shows how to use the WebRTC api would be great.
Am 13.12.2023 um 15:10 schrieb nora@undilutedtruth.com:
I’m trying to use pjsip as a library for a WebRTC C/C++ application
that uses a custom signaling, but I can’t find any examples using
pjsip with WebRTC. An example that shows how to use the WebRTC api
would be great.
I don't think there is a ready to use example.
You need a way to exchange SDP (WebRTC leaves open how you do that),
you need a working DTLS setup and I believe ICE is also involved.
pjmedia and pjnath offer the building blocks for this;
Unfortunately, that's all I can contribute; haven't done it myself (yet).
Best Regards,
Andreas
I'm currently working on something similar, that also requires SIP for
signalling and libwebrtc for media.
I'm trying to do the signalling with PJSIP, but struggling to integrate
both libs. Any feedback would be appreciated.
My approach to this has been:
Can anyone clarify if the first two solutions are even worth trying?
Many thanks.
Regards,
Andrés
On Wed, Dec 13, 2023 at 5:25 PM Andreas Wehrmann a.wehrmann@yandex.com
wrote:
Am 13.12.2023 um 15:10 schrieb nora@undilutedtruth.com:
I’m trying to use pjsip as a library for a WebRTC C/C++ application
that uses a custom signaling, but I can’t find any examples using
pjsip with WebRTC. An example that shows how to use the WebRTC api
would be great.
I don't think there is a ready to use example.
You need a way to exchange SDP (WebRTC leaves open how you do that),
you need a working DTLS setup and I believe ICE is also involved.
pjmedia and pjnath offer the building blocks for this;
Unfortunately, that's all I can contribute; haven't done it myself (yet).
Best Regards,
Andreas
Visit our blog: http://blog.pjsip.org
pjsip mailing list -- pjsip@lists.pjsip.org
To unsubscribe send an email to pjsip-leave@lists.pjsip.org