How to seek rtsp stream in ffmpeg?

0

I am working on C# .net project that implements onvif profile G edge storage on an IP camera.

My task is to playback the recordings that are stored on an SD card (local storage) at camera side. I am able to get the rtsp URL of the recording track from camera but I want to seek that rtsp stream to a given time somewhere in playback stream while playing using ffplay or writing the stream to file using ffmpeg.

My question is simple; how can I find my rtsp stream to a given time using ffmpeg? What parameter should I use? I have read about -ss but that actually works for localfiles seek.

My rtsp url - rtsp://192.168.1.22:554/mod.sdp?recToken=38647031647201298574.

theburningfire

Posted 2019-12-16T08:13:32.687

Reputation: 1

No answers