RTP payloader buffer duration timestamps
Nicolas Dufresne
nicolas at ndufresne.ca
Fri Jan 10 01:58:29 UTC 2020
Le vendredi 10 janvier 2020 à 00:42 +0100, christoph eifert a écrit :
> Hi,
> is there a way to force a rtp payloader (specifically rtph264pay) to put duration timestamps on all buffers?
> I'm currently only getting the pts timestamp on buffers from rtph264pay. Is that standard or is it dependant on
> the pipline prior to the payloading element?
Duration isn't exposed by RTP packets. The h264 bitstream may contain
timeing SEI with information like framerate, but don't think the parser
will add a duration for that. You'd need a filter or a pad probe to do
that.
>
> Best Regards
>
> Christoph
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list