Match RTP packets with decoded image frames

Nicolas Dufresne nicolas at ndufresne.ca
Wed Jun 21 19:12:01 UTC 2017


Le mercredi 21 juin 2017 à 13:26 +0000, Michael Yarochkin a écrit :
> I am looking for better solutions in which I can perfectly sync between the
> received RTP packets and the corresponding decoded image frames.
> 
> I tried to add metadata into the RTP packets on the receiver side, and
> extract the meta data after decoding, however it didn't work (the metadata
> is removed apparently).

Using GstMeta should work, if not, then it's a bug. It's a type of bug
we have often found and fixed in the past. Please file a bug on
bugs.gnome.org, produce GStreamer component "unknown". Describe your
pipeline, and where you do add the GstMeta. We'll follow the chain to
find were the meta is dropped.

regards,
Nicolas

p.s. Using serialized custom event should also work.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170621/5cd2a8ce/attachment.sig>


More information about the gstreamer-devel mailing list