adding metadata per packet in gstreamer pipeline

Sebastian Dröge sebastian at centricular.com
Fri Dec 9 05:46:50 UTC 2016


On Thu, 2016-12-08 at 16:59 -0500, mehdi semsarzadeh wrote:
> Hi there,
> I want to send some metadata with each rtp packet (e.g. putting them
> in rtp extension or elsewhere) and then stream the packets using
> live555.
> As I noticed live555 does not support sending rtp extension, so is
> there any other way to send such metadata in GStreamer else than
> using rtp header extension?

The only way to have additional metadata in RTP packets is via header
extensions. If that's not supported by live555, you either have to
switch away from it, add support for that, or create a non-standard
codec mapping (and implement that in live555 and GStreamer) that
contains your metadata inside the packet's payload.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161209/c5fd9e99/attachment.sig>


More information about the gstreamer-devel mailing list