Replies: 1 comment 1 reply
-
Hello, in RTSP every frame is associated with a unique timestamp, that is available in the header of every RTP packet. Therefore, if you want to join video frames with their associated data, you have to use this field. If you're using GStreamer to perform the joining, the timestamp is available in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application using gstreamer ( nvidia deepstream ) which analyses the videofeed. Data from the analysis is stored in the kafka or database together with the timestamp or frameId. Output of the video stream is sent to the rtsp-simple-server as rtsp sink.
What I want to achieve is to synchronize data stored in the database together with the playback in the video stream. Is it possible to get the information about the current time in the video?
Beta Was this translation helpful? Give feedback.
All reactions