[Bug 786304] New: srtpenc / srtpdec don't work
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 15 06:40:35 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786304
Bug ID: 786304
Summary: srtpenc / srtpdec don't work
Classification: Platform
Product: GStreamer
Version: 1.12.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: daniel.smoczyk at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
to reproduce:
(tested on 1.8.3 and 1.12.1)
gst-launch-1.0 -v v4l2src ! 'video/x-raw,width=640,height=480' ! jpegenc !
rtpjpegpay ! 'application/x-rtp, payload=(int)26, ssrc=(uint)1356955624,
encoding-name=JPEG' ! srtpenc
key="987654321001234567890123456789012345678901234567890123456789" ! udpsink
host=127.0.0.1 port=5200
gst-launch-1.0 -v v4l2src ! 'video/x-raw,width=640,height=480' ! jpegenc !
rtpjpegpay ! 'application/x-rtp, payload=(int)26, ssrc=(uint)1356955624,
encoding-name=JPEG' ! srtpenc
key="987654321001234567890123456789012345678901234567890123456789" ! udpsink
host=127.0.0.1 port=5200
I get wall of WARNs with GST_DEBUG=*:2
[...]
0:00:06.902930684 3661 0x2363320 WARN srtpdec
gstsrtpdec.c:770:request_key_with_signal:<srtpdec0> Could not get caps for
stream with SSRC 1356955624
0:00:06.902956565 3661 0x2363320 WARN srtpdec
gstsrtpdec.c:1212:gst_srtp_dec_chain:<srtpdec0> Invalid buffer, dropping
[...]
Regards,
Daniel
--
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