I am looking to get an Action Camera (Eken H8R, or a GoPro) for a project. Let me explain the scenario I have:
I will obtain a live stream from the camera on to a Raspberry Pi (over WiFi) as shown here. Next, I want to continuously segment this live stream into 10-15 minute video clips and store them in an external Hard Drive (which is connected to the RPi). I am considering this thread, and the avconv
command mentioned in the answer by Alexander.
Now, my concern is write-speed limitations. The video stream would probably have a high bitrate, and might be 4k30fps, in which case file sizes would be huge. Would write speed to disk be a bottleneck? If so, how will the Pi maintain a buffer to achieve this? Could I run out of space as the memory stick on the Pi would only be around 8 gigs? If so, what's a better alternative? Please correct me if I'm wrong on these as I'm only a beginner.