Even stranger, I get a media stream back to the browser when I use Chrome
(the first was with Firefox), but I still hear nothing. Also I get errors
like this in the log:
SRTP output wanted, but no crypto suite was negotiated
Full output:
https://gist.github.com/marcantonio/6c5414aa931a8f1c0072
On Fri, Dec 19, 2014 at 10:47 AM, Marc Soda <msoda(a)coredial.com> wrote:
I'm trying to use Kamailio and rtpengine as a webrtc gateway. I'm not
getting audio back to my browser. From a packet capture I can see media
from the browser to rtpengine, and then bi-directional RTP back and forth
from my asterisk server, but rtpengine is not sending the media on to the
browser, i.e.:
browser ---------> kamailio/rtpengine <---------> asterisk
This is the output from rtpengine:
https://gist.github.com/marcantonio/bfe72644306b205cc7e1
Thanks.