Is there a recommended way encrypt a RTP stream using DTLS in gstreamer? I have found that WebRTC (webrtcbin) uses DTLS to encrypt session management (e.g key exchange), while SRTP is used to encrypt the actual media (video) packets.
Is there a use case in gstreamer to use DTLS to encrypt the entire stream (session management and video data). I have seen that there are dtlsenc and dtlsdec elements, but I suspect they are not meant to be used directly in a gstreamer pipeline.
Thank you.