webrtc - pjproject => aconfigure: error: unable to use SRTP -


hello i'm trying build webrtc on asterisk, far i've been following site (http://www.nethram.com/webrtc-with-asterisk-12/) , "aconfigure: error: unable use srtp" after running ./configure pjproject. gives me notification srtp (since configure "--with-external-srtp")

the error message (the others working fine)==> checking if external srtp devkit installed... aconfigure: error: unable use srtp. if srtp development files not available in default locations, use cflags , ldflags env var set include/lib paths

can help? thank much

let's use v1.5.0 instead of current (v2.x) git clone https://github.com/cisco/libsrtp/ cd libsrtp git fetch git tag -l git checkout v1.5.0 ..


Comments