[pjmedia+transport] Disable pjmedia and transport

FM
Frédéric-Philippe Metz
Tue, Sep 1, 2020 2:15 PM

Hi all,

I would like to integrate gstreamer into pj. (and still make use of the SDP
negotiation).

Therefore I followed the example in
"pjproject/pjsip-apps/src/3rdparty_media_sample/" to disable pjmedia,
implemented the functions with an empty body. So far so good.

I am still having the problem that the transport layer is allocating
resources (sockets).
How can I disable entirely the transport layer to do so ?

Best regards
Frédéric

Hi all, I would like to integrate gstreamer into pj. (and still make use of the SDP negotiation). Therefore I followed the example in "pjproject/pjsip-apps/src/3rdparty_media_sample/" to disable pjmedia, implemented the functions with an empty body. So far so good. I am still having the problem that the transport layer is allocating resources (sockets). How can I disable entirely the transport layer to do so ? Best regards Frédéric
M
Ming
Wed, Sep 2, 2020 4:56 AM

Hi Frederic,

You can use loop media transport to avoid socket creations.
(https://github.com/pjsip/pjproject/issues/2107).

Regards,
Ming

On Tue, Sep 1, 2020 at 10:16 PM Frédéric-Philippe Metz metz@myfred.net wrote:

Hi all,

I would like to integrate gstreamer into pj. (and still make use of the SDP negotiation).

Therefore I followed the example in "pjproject/pjsip-apps/src/3rdparty_media_sample/" to disable pjmedia, implemented the functions with an empty body. So far so good.

I am still having the problem that the transport layer is allocating resources (sockets).
How can I disable entirely the transport layer to do so ?

Best regards
Frédéric


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Frederic, You can use loop media transport to avoid socket creations. (https://github.com/pjsip/pjproject/issues/2107). Regards, Ming On Tue, Sep 1, 2020 at 10:16 PM Frédéric-Philippe Metz <metz@myfred.net> wrote: > > Hi all, > > I would like to integrate gstreamer into pj. (and still make use of the SDP negotiation). > > Therefore I followed the example in "pjproject/pjsip-apps/src/3rdparty_media_sample/" to disable pjmedia, implemented the functions with an empty body. So far so good. > > I am still having the problem that the transport layer is allocating resources (sockets). > How can I disable entirely the transport layer to do so ? > > Best regards > Frédéric > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org