<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 11 avr. 2019 07 h 40, joakim <<a href="mailto:joakim.magnusson@spiideo.com">joakim.magnusson@spiideo.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I'm developing a c application with the following pipeline: <br>
rtspsrc->queue->rtph264depay->h264parse->mpegtsmux->hlssink <br>
<br>
Everything works as expected except one thing. The pts (presentation time)<br>
value of each frame seems correct most of the time, but I get frames with a<br>
pts value of N/A at even intervals. If I plot the values I get this graph:<br>
<<a href="http://gstreamer-devel.966125.n4.nabble.com/file/t378727/video_from_mac.png" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/file/t378727/video_from_mac.png</a>> <br>
(I know the y-axis is unreadable) The spikes shows when I get a frame with<br>
N/A as pts value.<br>
<br>
I'm wondering what could be the cause of this problem? <br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Can you clarify were the frame PTS is read from ? Could also be on the player if it's read after the decoder. Be aware that historically, no timestamp means same timestamp as previous frame in GStreamer. But we try and avoid this method as much as possible.</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>
<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></blockquote></div></div></div>