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