/Live-Broadcasting

React Native Live Broadcasting for Android/iOS using RTMP server

Primary LanguageJavaScript

React native live streaming using RTMP.

Teachnology using

Using react-native-nodemediaclient. Connect with RTMP server

Config

  • Config the SocketIO ip address and RTMP server path, change to your IP_ADDRESS, PORT, and PATH_LIVE_STREAM
const socketIOIP = 'http://IP_ADDRESS:PORT';
const rtmpPath = 'rtmp://IP_ADDRESS/PATH_LIVE_STREAM/';

Install package

npm install

Running the App

iOS

react-native run-ios

Android

react-native run-android