[Bug 786304] srtpenc / srtpdec don't work

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 11 18:57:51 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=786304

Olivier Crête <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Olivier Crête <olivier.crete at ocrete.ca> ---
This was broken by 73ebdb888e047b14cee73ebdb888e047b14cee, you now need to also
add the roc to the caps, so something like:

 gst-launch-1.0 udpsrc port=5200 caps='application/x-srtp, encoding-name=JPEG,
ssrc=(uint)1356955624,
srtp-key=(buffer)012345678901234567890123456789012345678901234567890123456789,
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 !  rtpjpegdepay ! jpegdec ! autovideosink


So I fixed the documentation:

commit 67ae35813bff9362065bbfec770f3fdbb89165a3
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Fri May 11 20:54:35 2018 +0200

    srtp: Add "roc" caps field to the gst-launch example

    The currrent example was broken since 1.8.3 it seems.

    https://bugzilla.gnome.org/show_bug.cgi?id=786304

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list