<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Hi, I'm trying to build the dtls plugin (from gst-plugins-bad) which I need in order to run the WebRTC example application available <a href="https://github.com/centricular/gstwebrtc-demos/tree/master/sendrecv">here</a>. After I built the example WebRTC program "sendrecv", I realized that I can't run it because I had configured gst-plugins-bad without some of the necessary libraries. Therefore, I went to the gst-plugins-bad source directory and reconfigured it as follows:<br></div><div><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font"><br></span></div><div><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font">./autogen.sh --disable-gtk-doc --enable-srtp --enable-dtls --enable-webrtc<br></span></div><div><br></div><div>The config log says that webrtc and srtp will be built now but for dtls I'm getting the following output:<br></div><div><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font"><br></span></div><div><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font">configure: *** checking feature: DTLS plugin ***</span><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font"><br></span></div><div><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font">configure: *** for plug-ins: dtls ***</span><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font"><br></span></div><div><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font">checking for DTLS... no</span><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font"><br></span></div><div><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font">configure: *** These plugins will not be built: dtls</span><span style="font-family: menlo, consolas, monospace, sans-serif;" class="font"><br></span></div><div><br></div><div>I think probably I'm missing some libraries in my system (Ubuntu 18.04) but I can't figure out which ones. I'm not familiar with the TLS libraries, so I would appreciate if someone could point me to the right direction. <br></div><div>Thanks!<br></div></body></html>