Meta-data across network for h265 stream

Hello,

I’m using gstreamer (C++ app) to transfer a h265 video across the internet to a gstreamer client application. This works great.

For this app I need to be able to transfer meta-data with each video frame.

My question: how to do this with gstreamer?

Thanks in advance

See the discussions in Associating additional data with a frame - webrtc. Specifically a custom SEI embedded in the bitstream would probably be the best solution here.

1 Like