<div dir="ltr"><div dir="ltr">On Wed, Apr 15, 2020 at 7:24 AM danielopes92 <<a href="mailto:daniel.lopes@uavision.com">daniel.lopes@uavision.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Sirs,<br>
I'am looking for a solution that streams H264 MPEG2-TS video over UDP-RTP<br>
with KLV metadata. I'am using the gstreamer and until now i'am already able<br>
to read frames from camera, compress them into H264 MPEG2-TS and send them<br>
via RTP-UDP to a client. Now i would like to generate a KLV package with my<br>
own platform attitude data and join it to my MPEG2-TS packages. These<br>
packages will be received by the client that will see the video and decoded<br>
metadata at the same time. I'am developing this in python using also the<br>
opencv. Any help?<br></blockquote><div><br></div><div>Are you looking to embed synchronous or asynchronous KLV? I've not done it, but it seems mpegtsmux supports asynchronous KLV. RidgeRun has a metasrc element they sell which seems to be a convenience compared to using appsrc. Check the mailing lists, many people have not found this easy to do, and those who have succeeded don't seem to share their code.</div><div><br></div><div>For synchronous there's nothing ready-made it seems, though there are several patches floating around GitLab related to KLV. FWIW I use synchronous KLV with HD-SDI and GigE Vision streams.</div></div></div>