<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 18 juill. 2020 08 h 30, SerbanM <<a href="mailto:serbanmaduta@gmail.com">serbanmaduta@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
I need a .DVR file player and I want to build it using gstreamer, <br>
with DVR files being a H264 encoded stream with timestamp information<br>
attached to each recorded frame.<br>
I have no idea how to extract and process those timestamps using gstreamer.<br>
What options do I have? I found no information about this topic. <br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">They say it has similarity with ASF, so perhaps it's a matter of extending asfdemux (assuming it's not already supported). Overall the task is about adding support for this container format:</div><div dir="auto"><br></div><div dir="auto">- Find doc or reverse the format</div><div dir="auto">- Compare with ASF</div><div dir="auto">- Extend asfdemux or write a new demuxer</div><div dir="auto">- Implement a typefinder for it</div><div dir="auto"><br></div><div dir="auto">Requires GStreamer plugin programming skills, there is a programmer guide on our website:</div><div dir="auto"><br></div><div dir="auto">  <a href="https://gstreamer.freedesktop.org/documentation/">https://gstreamer.freedesktop.org/documentation/</a></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thank you all in advance!<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>