rtpklvdepay
Extract KLV metadata from RTP packets according to RFC 6597. For detailed information see: http://tools.ietf.org/html/rfc6597
Example pipeline
gst-launch-1.0 udpsrc caps='application/x-rtp, media=(string)application, clock-rate=(int)90000, encoding-name=(string)SMPTE336M' ! rtpklvdepay ! fakesink dump=true
This example pipeline will depayload an RTP KLV stream and display a hexdump of the KLV data on stdout.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstRTPBaseDepayload ╰──rtpklvdepay
Factory details
Authors: – Tim-Philipp Müller
Classification: – Codec/Depayloader/Network/RTP
Rank – secondary
Plugin – gstrtp
Package – GStreamer Good Plug-ins
Pad Templates
sink
application/x-rtp:
media: application
clock-rate: [ 1, 2147483647 ]
encoding-name: SMPTE336M
Properties
max-reorder
“max-reorder” gint
Max seqnum reorder before assuming sender has restarted
Flags : Read / Write
Default value : 100
source-info
“source-info” gboolean
Add RTP source information as buffer meta
Flags : Read / Write
Default value : false
stats
“stats” GstStructure *
Various statistics
Flags : Read
Default value :
application/x-rtp-depayload-stats, clock_rate=(uint)0, npt-start=(guint64)0, npt-stop=(guint64)18446744073709551615, play-speed=(double)1, play-scale=(double)1, running-time-dts=(guint64)18446744073709551615, running-time-pts=(guint64)18446744073709551615, seqnum=(uint)0, timestamp=(uint)0;
The results of the search are