Build YouTube alike Livestreams with React Native

1 · Daniel Schmidt · July 24, 2018, 3:54 p.m.
After building an intro on how to upload videos with React Native I would like to go a step further and build live streaming. For me this means that a user should be able to start a video stream that someone else might subscribe to and see a near real-time video. Our first challenge will be to get a stream of video data, the second will be to upload the video as a stream.Patching react-native-cameraThe current (1.1.5) version of react-native-camera does not allow you to consume a stream of the r...