Luis Masuelli
Luis Masuelli

Reputation: 12343

Is there a way to capture video continuously in ReactNative, and storing the last N seconds when stopped?

I would like to know how to solve this scenario in an android/ios device with React Native.

In a soccer match, your favorite team could make a goal. When viewing the match on TV (preferrable real-time) you could have replays. However, it could be the case that you want to record the goals with your mobile device while in the match (perhaps because the match is not streamed on TV, or just you want to have the goals recorded because you love your team so much).

For this to work, I'd need the following features:

What I was checking was react-native-camera but the totalSeconds argument is not a window time but just a video maximum length (i.e. does not continue recording by discarding off-time recorded data).

I thought I could use one of two alternatives:

Is there a library (or setting in the react-native-camera, if any) that could help me with this need?

Upvotes: 4

Views: 801

Answers (0)

Related Questions