Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 488 Bytes

File metadata and controls

29 lines (20 loc) · 488 Bytes

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