<div dir="ltr">Oh, I see.....I must have a very incorrect view of how DTLS works so I will go and do some homework.<div>Thanks for your help.</div><div><br></div><div>-Andres</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 31, 2016 at 11:45 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Di, 2016-05-31 at 07:31 -0700, Andres Gonzalez wrote:<br>
> Thank you for your response Sebastian. However, your explanation is only<br>
> applicable when GStreamer is both the sender and the receiver. In this case,<br>
> it is easy to use any value for the connection-id as long as they are<br>
> consistent at both GStreamer dtlssrtpenc and dtlssrtpdec.<br>
><br>
> But if GStreamer is only being used as the sender, I need to ensure the<br>
> connection-id is consistent with what the other receiving endpoint is using<br>
> so the DTLS handshake is successful.  I am trying to use GStreamer to<br>
> connect to a WebRTC client. The WebRTC browser client is initiating a DTLS<br>
> handshake with my server which is using GStreamer.  <br>
<br>
</span>You need to use encoder and decoder on the server side then, even if<br>
you only send data. DTLS requires two-way communication.<br>
<br>
The connection-id is only used for connecting the encoder and decoder<br>
used in a single process.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>