adding metadata per packet in gstreamer pipeline

Tim Müller tim at centricular.com
Fri Dec 9 07:35:59 UTC 2016


On Thu, 2016-12-08 at 16:59 -0500, mehdi semsarzadeh wrote:

Hi,

> 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?

Not exactly what you're looking for, but there's the possibility to
send a separate metadata stream in KLV format. You could just send a
metadata packet for each packet on the klv stream and then match things
up again later. All depends a bit what you want to do exactly of
course.

Cheers
 -Tim
-- 
Tim Müller, Centricular Ltd - http://www.centricular.com


More information about the gstreamer-devel mailing list