Skip to content

Reactongraph/react-native-liveStreaming-app

Repository files navigation

Live Streaming

Livestreaming with React Native & Mux

Requirements

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

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

Install

$ git clone 
$ cd live
$ npm install

or

$ yarn

Start & watch

$ yarn start

or

$ npm start

.gitignore

A gitignore file specifies intentionally untracked files that Git should ignore.

  • node_modules
  • package-lock.json
  • eslintrc
  • build

Libraries used

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published