SRTP-DTLS issue

john1422 john1422 at inbox.lt
Wed Dec 4 21:17:44 UTC 2019


I use these pipes for SRTP. How I could update them to stream with DTLS?

My SRTP stream from the server side: gst-launch-1.0 -v filesrc
location=/home/user/Desktop/test.h264 ! h264parse ! avdec_h264 !
videoconvert ! x264enc ! rtph264pay ! "application/x-rtp, payload=(int)96,
ssrc=(uint)1356955624" ! srtpenc
key=987654321001234567890123456789012345678901234567890123456789
rtp-cipher=aes-128-icm rtp-auth=hmac-sha1-80 rtcp-cipher=aes-128-icm
rtcp-auth=hmac-sha1-80 ! udpsink host=127.0.0.1 port=5000

Client: gst-launch-1.0 udpsrc port=5000 caps="application/x-srtp,
encoding-name=H264, payload=(int)96, ssrc=(uint)1356955624,
srtp-key=(buffer)987654321001234567890123456789012345678901234567890123456789,
srtp-cipher=(string)aes-128-icm, srtp-auth=(string)hmac-sha1-80,
srtcp-cipher=(string)aes-128-icm, srtcp-auth=(string)hmac-sha1-80,
roc=(uint)0" ! srtpdec ! rtpjitterbuffer ! rtph264depay ! avdec_h264 !
videoconvert ! vaapisink

Thank you



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list