I'm trying to use DTLS with GStreamer, or another kind of encrypted transmission.
The idea is basic, one side using filesrc (mp4) and udpsink and a remote using udpsrc and autovideosink.
I have tried DTLS and crypto modules without success. I also tried a goldy DTLS tunnel, in this case functional but unstable. Without DTLS it works fine.
The examples given in the docs look very limited to me, but I'm begginner in this matter.
Would anybody have an example of a functional pipeline using the DTLS module? Python, C, command line, in any format it will be helpful.