Hello There,
I wanted to explore the option to store from camera RTSP endpoint to Object Storage. Currently we are able to store it to local file system using FFmpegFrameGrabber and FFmpegFrameRecorder by converting RTSP to hls and storing it in local file system.
Now we want to store the same hls files directly to Swift Object store however we don't see any such options available in FFmpegFrameRecorder. Can someone guide here?
Also wanted to explore on FFmpegFrameRecorder.Format . Can someone give a list, what all format we can set here. Currently I am using hls, but wanted to explore the other options which can be used while directly writing to output stream.
Thanks,
Abhishek