That worked. For the benefit of others,
And thanks for quick response and help. Appreciated.
How can I edit the sample python code in the same page to include this line, so that others dont face this issue?
ep_cfg.uaConfig.threadCnt = 0; #Python does not like PJSUA2's thread.
def pjsua2_test():
Create and initialize the library
ep_cfg = pj.EpConfig()
ep_cfg.uaConfig.threadCnt = 0; #Python does not like PJSUA2's thread.
ep = pj.Endpoint()
ep.libCreate()
ep.libInit(ep_cfg)
Thanks,
From: pjsip pjsip-bounces@lists.pjsip.org on behalf of pjsip-request@lists.pjsip.org pjsip-request@lists.pjsip.org
Sent: Sunday, December 30, 2018 10:30 PM
To: pjsip@lists.pjsip.org
Subject: pjsip Digest, Vol 136, Issue 10
Send pjsip mailing list submissions to
pjsip@lists.pjsip.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
or, via email, send a message with subject or body 'help' to
pjsip-request@lists.pjsip.org
You can reach the person managing the list at
pjsip-owner@lists.pjsip.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of pjsip digest..."
Today's Topics:
- Re: pjsip 2.8 TRANSPORT_ADAPTER_SAMPLE segmentation fault
(Hector Nunez)
- Re: Python account registration call back issue : aarch64
installation (Bergman, Mats)
- Question about get H264 raw streaming in background of iOS
app (Kent Liu)
Message: 1
Date: Sun, 30 Dec 2018 15:27:55 +0000 (UTC)
From: Hector Nunez hndiaz@yahoo.com
To: Hector Nunez via pjsip pjsip@lists.pjsip.org
Subject: Re: [pjsip] pjsip 2.8 TRANSPORT_ADAPTER_SAMPLE segmentation
fault
Message-ID: 264750681.4106129.1546183675072@mail.yahoo.com
Content-Type: text/plain; charset="utf-8"
Hi,
I added this error in stackoverflow, if I use any previous versions like 2.7 it works fine.
https://stackoverflow.com/questions/53507832/pjsip-2-8-transport-adapter-sample-segmentation-fault?noredirect=1#comment94003334_53507832
Thanks
That worked. For the benefit of others,
And thanks for quick response and help. Appreciated.
How can I edit the sample python code in the same page to include this line, so that others dont face this issue?
ep_cfg.uaConfig.threadCnt = 0; #Python does not like PJSUA2's thread.
---------------------------------
def pjsua2_test():
# Create and initialize the library
ep_cfg = pj.EpConfig()
ep_cfg.uaConfig.threadCnt = 0; #Python does not like PJSUA2's thread.
ep = pj.Endpoint()
ep.libCreate()
ep.libInit(ep_cfg)
----------------------------------
Thanks,
________________________________
From: pjsip <pjsip-bounces@lists.pjsip.org> on behalf of pjsip-request@lists.pjsip.org <pjsip-request@lists.pjsip.org>
Sent: Sunday, December 30, 2018 10:30 PM
To: pjsip@lists.pjsip.org
Subject: pjsip Digest, Vol 136, Issue 10
Send pjsip mailing list submissions to
pjsip@lists.pjsip.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
or, via email, send a message with subject or body 'help' to
pjsip-request@lists.pjsip.org
You can reach the person managing the list at
pjsip-owner@lists.pjsip.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of pjsip digest..."
Today's Topics:
1. Re: pjsip 2.8 TRANSPORT_ADAPTER_SAMPLE segmentation fault
(Hector Nunez)
2. Re: Python account registration call back issue : aarch64
installation (Bergman, Mats)
3. Question about get H264 raw streaming in background of iOS
app (Kent Liu)
----------------------------------------------------------------------
Message: 1
Date: Sun, 30 Dec 2018 15:27:55 +0000 (UTC)
From: Hector Nunez <hndiaz@yahoo.com>
To: Hector Nunez via pjsip <pjsip@lists.pjsip.org>
Subject: Re: [pjsip] pjsip 2.8 TRANSPORT_ADAPTER_SAMPLE segmentation
fault
Message-ID: <264750681.4106129.1546183675072@mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"
Hi,
I added this error in stackoverflow, if I use any previous versions like 2.7 it works fine.
https://stackoverflow.com/questions/53507832/pjsip-2-8-transport-adapter-sample-segmentation-fault?noredirect=1#comment94003334_53507832
Thanks