This is a react native application which demonstrates similar functionality same as Instagram live streaming.
- Run
npm i.
- Run the server with
npm start - Run the media server with
npm start - On android:
react-native run-android
you can find all the application configs in src/constants/settings.
const URL = "192.168.1.14";
const PORT = "4000";
export default {
URL,
PORT
}
Coming soon ...