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 ...