Giter VIP home page Giter VIP logo

Comments (5)

TheQue42 avatar TheQue42 commented on June 14, 2024

You wont be able to use the PJSUA layers, since they are tightly integrated with the PJMEDIA (SDP, RTP) stuff, but using the lower layers make it possible to let pjsip manage the SIP stuff, while you provide/analyse the SDP in your application.

https://docs.pjsip.org/en/latest/overview/intro.html

from pjproject.

wosrediinanatour avatar wosrediinanatour commented on June 14, 2024

It is possible: https://docs.pjsip.org/en/latest/specific-guides/media/3rd_party_media.html

from pjproject.

alfedotov avatar alfedotov commented on June 14, 2024

It is possible: https://docs.pjsip.org/en/latest/specific-guides/media/3rd_party_media.html

no, this approach requires custom media to be linked with against pjsip i.e. linker will link my custom pjmedia_ functions

from pjproject.

alfedotov avatar alfedotov commented on June 14, 2024

You wont be able to use the PJSUA layers, since they are tightly integrated with the PJMEDIA (SDP, RTP) stuff, but using the lower layers make it possible to let pjsip manage the SIP stuff, while you provide/analyse the SDP in your application.

https://docs.pjsip.org/en/latest/overview/intro.html

you mean to implement custom SDP parser modules that must process them in order before standard pjsip implementation handles it?

from pjproject.

TheQue42 avatar TheQue42 commented on June 14, 2024

You wont be able to use the PJSUA layers, since they are tightly integrated with the PJMEDIA (SDP, RTP) stuff, but using the lower layers make it possible to let pjsip manage the SIP stuff, while you provide/analyse the SDP in your application.
https://docs.pjsip.org/en/latest/overview/intro.html

you mean to implement custom SDP parser modules that must process them in order before standard pjsip implementation handles it?

The way we use it in our SIP conference server (loosely based on pjsip/pjsip-apps/src/samples/simpleua.c but without the pjmedia stuff), pjsip will validate SDP that is received (on a very basic level), but we generate our own SDP, and there is no RTP logic that PjSIP is used for.
I haven't bothered figuring out whether I could get rid of ALL of the SDP validation as well, since I actually like additional validation.

from pjproject.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.