Skip to content

p33a33/react-native-live-stream-webrtc-example

 
 

Repository files navigation

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

About

React native live stream using webrtc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • Objective-C 6.1%
  • Python 2.4%
  • Java 2.1%