<div dir="ltr">Hi All,<div><br></div><div>i am working on AES-GCM-256 with gst-launch for following use case, i have added gst-plungins-bad to support AES-GCM-256 with srtp support.</div><div><br></div><div>i am using following pipeline referring the example in the gstsrtpdec.c  (<a href="https://github.com/GStreamer/gst-plugins-bad/blob/master/ext/srtp/gstsrtpdec.c">https://github.com/GStreamer/gst-plugins-bad/blob/master/ext/srtp/gstsrtpdec.c</a>) to stream sample .mp4 file loopback mode in Ubuntu(20.04.03 LTS) and observing error at encoder side:</div><div><br></div><div><br>GST_DEBUG=2 PEER_V=5000 PEER_IP=127.0.0.1 SELF_PATH="/home/microchip/sample-videos/sample-images/Samples/JPG/auto_rotate.jpg" SELF_VSSRC=112233 SELF_KEY="feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308cafebabefacedbaddecaf888" bash -c 'gst-launch-1.0 -e \<br>filesrc location="$SELF_PATH" ! decodebin \<br>! x264enc tune=zerolatency \<br>! rtph264pay ! "application/x-rtp,payload=(int)103,ssrc=(uint)$SELF_VSSRC" \<br>! srtpenc key="$SELF_KEY" \<br>rtp-cipher="(string)aes-256-gcm" \<br>rtcp-cipher="(string)aes-256-gcm" \<br>! udpsink host=$PEER_IP port=$PEER_V'<br></div><div><br></div><div>and observing below warning/error message:</div><div>WARNING: erroneous pipeline: could not set property "rtp-cipher" in element "srtpenc0" to "(string)aes-256-gcm<br></div><div><br></div><div>can someone please help us  with a pipeline for AES-GCM-256 use case  with gstreamer  for both encoder and decoder</div><div><br></div><div>Thanks in advance</div><div><br></div><div>Praveen </div><div><br></div><div><br></div></div>