I know it does exist, but I can't find it anymore.
There was a year ago (or a bit longer) a blog/video/talk about a plugin to encode the frame counter in the video at a source (e.g. rtsp). Well, it could be it was the framecounter and the timestamp. But the nice thing about it it was encoded in some blocks in the video signal itself. So not just in text overlay. And you could decoded the counter at the source side to measure the latency. Kind off. Well, that one, I can't find it anymore. Somebody? “Success is a self-correcting phenomenom.” -- Gary Hamel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
There is `timeoverlay` that can do this.
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi, If I'm not mistaken, timeoverlay is adding the data as text. I'm looking for the solution where the information was encoded in a rectangle of small blocks. In a kind of binary pattern. What is easier to decode the information in the source that it is with text. On Mon, Mar 16, 2020 at 7:53 PM Peter Körner <[hidden email]> wrote: There is `timeoverlay` that can do this. Jan Vermaete
“Success is a self-correcting phenomenom.” -- Gary Hamel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Okay: found it ->
https://github.com/stb-tester/latency-clock On Mon, Mar 16, 2020 at 8:02 PM jan vermaete <[hidden email]> wrote:
Jan Vermaete
“Success is a self-correcting phenomenom.” -- Gary Hamel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
You may want to take a look at fpsdisplaysink as well.
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |