Rewind output rtsp stream

Please provide complete information as applicable to your setup.

• Hardware Platform (GPU)
• DeepStream Version: 6.0
• TensorRT Version: 7.2.1
• NVIDIA GPU Driver Version (valid for GPU only): 470
• Issue Type( questions, new requirements, bugs): questions
I want to ask that for rtsp sink I can open stream for viewing via url: rtsp://localhost:8554/ds-test, but not rewind. Is there a way to do the rewind and rewind in real time? Thank!

RTSP server writes the streams to the client in realtime, so it depends on the player’s behavior to implement rewind or rewind. I don’t know if there is a player this feature, we can image caching and cache management will be needed for this feature.

According to RTSP protocol RFC 2326 - Real Time Streaming Protocol (RTSP) (ietf.org), there are only SETUP,PLAY,PAUSE,TEARDOWN states for RTSP. The “rewind” is your own requirement. You need to implement by yourself.

Thanks for your reply! Perhaps this function should be implemented in VMS.

Thanks for your reply! Do you have experience for this, can you give me some keywords or approaches?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.