Skip to content

vian21/stream.js

Repository files navigation

Stream.js

Easily record your phone's stream to a computer.

Setup

git clone https://github.com/vian21/stream.js.git
cd stream.js
npm install

Usage

npm start
  • To run in development mode with watch mode enabled, run:
npm run dev
  • Visit your browser at https://{HOST}:3000 (has to be over HTTPS because getUserMedia is only available on secure origins)
  • Now your recordings will be avaible under the videos folder

About

WebRTC browser-server recording application

Topics

Resources

Stars

Watchers

Forks