Show HN: I built a SaaS to allow customers to send quick screen recordings(screenrequest.com)
screenrequest.com
Show HN: I built a SaaS to allow customers to send quick screen recordings
https://screenrequest.com
11 comments
You can use this in Safari
https://github.com/ai/audio-recorder-polyfill
https://github.com/GoogleChromeLabs/webm-wasm
Safari doesn't play webm files two options for that
1). you can convert webm to MP4 with or without re-encoding(will be faster) using ffmpeg or ffmpeg-wasm (within browser) https://github.com/ffmpegwasm/ffmpeg.wasm
2). Another option is play webm directly using wasm https://github.com/brion/ogv.js
https://github.com/GoogleChromeLabs/webm-wasm
Safari doesn't play webm files two options for that
1). you can convert webm to MP4 with or without re-encoding(will be faster) using ffmpeg or ffmpeg-wasm (within browser) https://github.com/ffmpegwasm/ffmpeg.wasm
2). Another option is play webm directly using wasm https://github.com/brion/ogv.js
Thanks for the info. Will check these out
This is super useful since I need to get feedback on changes every once in a while on a particular feature and it saves effort from my senior's side where they don't have to run the branch locally to see the changes.
Thanks! I’d love to hear how it works for you and any improvements you could suggest.
would it be possible to filter the frames of the video such that only a certain app is shown? so if you're tabbing back and forth then the desired app is shown
With chrome you can define which tab or application you would like to record, instead of the entire screen. I think that would do what you require?
Creator here. ScreenRequest is a simple web based screen recording tool that allows your customer (or user) to easily send you a screen recording. I see the tool being most useful for triaging support issues. Would love to hear some feedback!