<div dir="ltr">Thanks for the response.  You're right, the media stream is making it all the way back to my PC, I just don't hear anything.  And yes, my speakers are turned up...<div><br></div><div>I'm not sure what to try next...<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 19, 2014 at 12:31 PM, Richard Fuchs <span dir="ltr"><<a href="mailto:rfuchs@sipwise.com" target="_blank">rfuchs@sipwise.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 12/19/14 10:47, Marc Soda wrote:<br>
> I'm trying to use Kamailio and rtpengine as a webrtc gateway.  I'm not<br>
> getting audio back to my browser.  From a packet capture I can see media<br>
> from the browser to rtpengine, and then bi-directional RTP back and<br>
> forth from my asterisk server, but rtpengine is not sending the media on<br>
> to the browser, i.e.:<br>
><br>
> browser ---------> kamailio/rtpengine <---------> asterisk<br>
><br>
> This is the output from rtpengine:<br>
><br>
> <a href="https://gist.github.com/marcantonio/bfe72644306b205cc7e1" target="_blank">https://gist.github.com/marcantonio/bfe72644306b205cc7e1</a><br>
<br>
</div></div>You've caught the same thing as Juha did just earlier, Firefox is doing<br>
something new called Trickle ICE, which at the moment breaks<br>
communications with endpoints not supporting it (such as rtpengine).<br>
<br>
The second call you posted seems fine. The error you're seeing is<br>
because RTP was received before DTLS was established and so is expected.<br>
You can try --dtls-passive as a possible fix. Media should start to flow<br>
after DTLS gets established though, and according to the logs, media was<br>
indeed seen in both directions. Try tcpdump to confirm.<br>
<br>
cheers<br>
<br>
_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div><br>
</div></div></div>