Rtsp range header

Nicolas Dufresne nicolas at ndufresne.ca
Thu Jul 16 18:39:50 UTC 2020


Le jeudi 16 juillet 2020 à 03:47 -0500, emreoner a écrit :
> Hi,
> 
> Is it possible to use seek function with range clock information. For ex.
> how i can seek to 20200706T120000Z date. Is it possible?
> 
> When i try simple seek, it says not seekable.

Seeks are in stream-time, which is the time position in the stream, the start of
the stream is time 0. If you know the start time in wall clock time of your
file, it is a simple substraction to calculate the stream time. If your file has
TimeCode, you can always pre-roll first (pause) read the initial timecode and
then do the math.

> 
> Thank u.
> 
> 
> 
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> 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