React Native Live Stream Webrtc Example Save

React native live stream using webrtc

Project README

react-native-live-stream-webrtc-example

Server page: http://live-stream-webrtc-server.herokuapp.com

Server github : https://github.com/sieuhuflit/live-stream-webrtc-server

Update config

const connect = () => {
  socket = io.connect(
    'https://live-stream-webrtc-server.herokuapp.com',
    // 'http://192.168.10.155:4443',
    { transports: ['websocket'] }
  );
};

Get started

  1. npm install
  2. node app.js
  3. Run iOS react-native run-ios Run Android react-native run-android
  • Note : Just run on device, not working on simulator
Open Source Agenda is not affiliated with "React Native Live Stream Webrtc Example" Project. README Source: sieuhuflit/react-native-live-stream-webrtc-example
Stars
36
Open Issues
2
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating