WebRTC integration with PJSIP

RH
riaz hasan
Wed, Aug 17, 2016 9:23 AM

Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:

https://trac.pjsip.org/repos/ticket/1888

But when i run

Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link: https://trac.pjsip.org/repos/ticket/1888 But when i run
RH
riaz hasan
Wed, Aug 17, 2016 9:27 AM

Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:

https://trac.pjsip.org/repos/ticket/1888

But when i run

ARCH='-arch arm64' ./configure-iphone --with-webrtc=/Users/riaz/Desktop/webrtc

this command

its show

Using webrtc prefix... /Users/riaz/Desktop/webrtc
checking for WebRtcAec_Process in -laudio_processing... yes

but when i run make dep

../src/pjmedia/echo_webrtc.c:28:10: fatal error:
'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file
not  found

so actually header not getting the included path.
i tried also changing CFLAGS in user.mak file.

but not working.

Please help to solve it.

Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link: https://trac.pjsip.org/repos/ticket/1888 But when i run ARCH='-arch arm64' ./configure-iphone --with-webrtc=/Users/riaz/Desktop/webrtc this command its show Using webrtc prefix... /Users/riaz/Desktop/webrtc checking for WebRtcAec_Process in -laudio_processing... yes but when i run make dep ../src/pjmedia/echo_webrtc.c:28:10: fatal error: 'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file not found so actually header not getting the included path. i tried also changing CFLAGS in user.mak file. but not working. Please help to solve it.
BG
Bill Gardner
Wed, Aug 17, 2016 1:17 PM

Hi Riaz,

Those include  subdirectories are probably missing, I've run into
similar issues. Either create the include subdirectory and copy the
header files there, or change the #include statements. If I recall the
header files are one level up.

Regards,

Bill

On 8/17/2016 5:27 AM, riaz hasan wrote:

Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:

https://trac.pjsip.org/repos/ticket/1888

But when i run

ARCH='-arch arm64' ./configure-iphone --with-webrtc=/Users/riaz/Desktop/webrtc

this command

its show

Using webrtc prefix... /Users/riaz/Desktop/webrtc
checking for WebRtcAec_Process in -laudio_processing... yes

but when i run make dep

../src/pjmedia/echo_webrtc.c:28:10: fatal error:
'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file
not  found

so actually header not getting the included path.
i tried also changing CFLAGS in user.mak file.

but not working.

Please help to solve it.


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 Riaz, Those include subdirectories are probably missing, I've run into similar issues. Either create the include subdirectory and copy the header files there, or change the #include statements. If I recall the header files are one level up. Regards, Bill On 8/17/2016 5:27 AM, riaz hasan wrote: > Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link: > > https://trac.pjsip.org/repos/ticket/1888 > > But when i run > > ARCH='-arch arm64' ./configure-iphone --with-webrtc=/Users/riaz/Desktop/webrtc > > this command > > its show > > Using webrtc prefix... /Users/riaz/Desktop/webrtc > checking for WebRtcAec_Process in -laudio_processing... yes > > but when i run make dep > > ../src/pjmedia/echo_webrtc.c:28:10: fatal error: > 'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file > not found > > so actually header not getting the included path. > i tried also changing CFLAGS in user.mak file. > > but not working. > > Please help to solve it. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
RH
riaz hasan
Thu, Aug 18, 2016 3:54 AM

Thank you Bill,

Let me try it.

Regards,
Riaz Hasan

On Wed, Aug 17, 2016 at 7:17 PM, Bill Gardner billg@wavearts.com wrote:

Hi Riaz,

Those include  subdirectories are probably missing, I've run into similar
issues. Either create the include subdirectory and copy the header files
there, or change the #include statements. If I recall the header files are
one level up.

Regards,

Bill

On 8/17/2016 5:27 AM, riaz hasan wrote:

Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:

https://trac.pjsip.org/repos/ticket/1888

But when i run

ARCH='-arch arm64' ./configure-iphone
--with-webrtc=/Users/riaz/Desktop/webrtc

this command

its show

Using webrtc prefix... /Users/riaz/Desktop/webrtc
checking for WebRtcAec_Process in -laudio_processing... yes

but when i run make dep

../src/pjmedia/echo_webrtc.c:28:10: fatal error:
'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file
not  found

so actually header not getting the included path.
i tried also changing CFLAGS in user.mak file.

but not working.

Please help to solve it.


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

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

Thank you Bill, Let me try it. Regards, Riaz Hasan On Wed, Aug 17, 2016 at 7:17 PM, Bill Gardner <billg@wavearts.com> wrote: > Hi Riaz, > > Those include subdirectories are probably missing, I've run into similar > issues. Either create the include subdirectory and copy the header files > there, or change the #include statements. If I recall the header files are > one level up. > > Regards, > > Bill > > > On 8/17/2016 5:27 AM, riaz hasan wrote: >> >> Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link: >> >> https://trac.pjsip.org/repos/ticket/1888 >> >> But when i run >> >> ARCH='-arch arm64' ./configure-iphone >> --with-webrtc=/Users/riaz/Desktop/webrtc >> >> this command >> >> its show >> >> Using webrtc prefix... /Users/riaz/Desktop/webrtc >> checking for WebRtcAec_Process in -laudio_processing... yes >> >> but when i run make dep >> >> ../src/pjmedia/echo_webrtc.c:28:10: fatal error: >> 'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file >> not found >> >> so actually header not getting the included path. >> i tried also changing CFLAGS in user.mak file. >> >> but not working. >> >> Please help to solve it. >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org