Andrewjdt 0 Posted August 26, 2021 Hi all I am looking to build a simple app (or use something existing( to record feeds from 8 IP cameras on demand. Literally a start and stop click from a user. I’d like it to store these feeds in MP4 or AVI format at 1080p 60 FPS (as these dahua cameras are able to provide) so that I can write a separate application to grab those videos, stitch them together and put an overlay on and spit out to an audience feed screen. It’s for a sporting event so when a competitor comes into the arena the cameras grab that section of 10-15 seconds max (started and stopped by a user clicking on a start/stop button) and then I can do the stitching and adding info on a separate device. Do you know of any stock standard ways to do this? Many thanks! Share this post Link to post Share on other sites
monoclechris 0 Posted September 28, 2021 Find a VMS that records and exposes that recording stream over RTSP playback, then use FFMPEG to grab it and write it to a file over the selected period. I *think* the FFMPEG cli is capable of this, but not 100% sure. I can recommend my own VMS from Monocle Security for this, because it support this feature, but you will have to pay for an additional 4 cameras, there may be others that are free up to 8. If FFMPEG isn't capable of doing what you need, I can modify the monocle command line interface to include your requirements. Share this post Link to post Share on other sites
tomcctv 190 Posted September 28, 2021 That is a expensive vms and only basic for £200 for only 4 cameras Share this post Link to post Share on other sites