<div dir="ltr"><div>My experience with Metadata is that the metadata setter and the metadata getter need to be in the same shared library, or it doesn't work. So, when making custom metadata, write a metadata library, and dynamically link both your reading element and writing element to that library.<br><br></div>Otherwise you often get two copies of the library, and what one knows the other can't find out.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 1, 2014 at 10:45 AM, frank82 <span dir="ltr"><<a href="mailto:francescomarino84627@gmail.com" target="_blank">francescomarino84627@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm developing a gstreamer plugin which receives a video stream as input, and<br>
gives the same video stream with some metadata added to the buffer. I have<br>
written two plugins: setplugin (add metadata to the stream) and getplugin<br>
(get the metadata from the incoming buffer).<br>
<br>
When I run:<br>
gst-launch-1.0 videotestsrc ! setplugin ! getplugin ! x264enc ! rtph264pay !<br>
udpsink host=127.0.0.1 port=5000<br>
<br>
I can see the metadata added, while when I put the getplugin in the<br>
receiving pipeline (also just after the encoding element) the metadata seems<br>
to be dropped and I can not receive anything.<br>
<br>
How can I stream the video with metadata over udp?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/streaming-video-metadata-tp4669761.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/streaming-video-metadata-tp4669761.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br clear="all"><br>-- <br><div class="gmail_signature">Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br><a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a></div>
</div>