Easily record your phone's stream to a computer.
git clone https://github.com/vian21/stream.js.git
cd stream.js
npm install
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 overHTTPS
becausegetUserMedia
is only available on secure origins) - Now your recordings will be avaible under the
videos
folder