Easily record your phone's stream to a computer.
git clone https://github.com/vian21/stream.js.gitcd stream.js
npm installnpm start- To run in development mode with
watch modeenabled, run:
npm run dev- Visit your browser at
https://{HOST}:3000(has to be overHTTPSbecausegetUserMediais only available on secure origins) - Now your recordings will be avaible under the
videosfolder