Livestreaming with React Native & Mux
To run this project, you will only need Node.js on your environement. You can use the appropriate Editorconfig plugin for your Editor (not mandatory). Change Stream Key and Playback Id value to your own from Mux dashboard in PlayVideo.js and LiveVideo.js
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v8.10.0
$ npm --version
3.5.2
$ git clone
$ cd live
$ npm install
$ yarn
$ yarn start
$ npm start
A gitignore file specifies intentionally untracked files that Git should ignore.
- node_modules
- package-lock.json
- eslintrc
- build
Mux - https://mux.com/live
React Native Video - https://github.com/react-native-community/react-native-video
React Native NodeMediaClient - https://github.com/NodeMedia/react-native-nodemediaclient