Skip to content

GStreamer:Plugins:rtpklvpay

Payloads KLV metadata into RTP packets according to RFC 6597. For detailed information see: http://tools.ietf.org/html/rfc6597

Example pipeline

gst-launch-1.0 filesrc location=video-with-klv.ts ! tsdemux ! rtpklvpay ! udpsink

This example pipeline will payload an RTP KLV stream extracted from an MPEG-TS stream and send it via UDP to an RTP receiver.

See also

Favorite site