Skip to content

This is a react native application which demonstrate a live streaming similar to instagram.

Notifications You must be signed in to change notification settings

mo0rti/react-native-live-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explanation

This is a react native application which demonstrates similar functionality same as Instagram live streaming.

Installation

  • Run npm i.

Run

  • Run the server with npm start
  • Run the media server with npm start
  • On android: react-native run-android

Config

you can find all the application configs in src/constants/settings.

options
const URL = "192.168.1.14";
const PORT = "4000";

export default {
  URL,
  PORT
}

Screen shots

Coming soon ...

About

This is a react native application which demonstrate a live streaming similar to instagram.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published