Serverless Cam
p/serverless-cam
Record your screen from your browser
Bobby Zhang

Serverless Cam — Record your screen from your browser

Featured
18
•
Serverless.cam is a static web app that you can use to record your screen and webcam at the same time.

Add a comment

Replies
Best
Gautham Santhosh
Nice idea, but is this design trend really happening 😅
Adi Goldstein
@gauthamzzz Is there a nick name for this kind of web designs?
Bobby Zhang
Hello, thanks for checking out my launch. I made this because I couldn't get a Recorder Chrome Extension to work in the last 20 minutes of a hackathon and I had to record the demo with my phone. Afterwards I checked the analytics and the judges apparently didn't even look at the product page. I decided to go ahead and make a recorder that didn't require a download because no download means you don't have to uninstall afterwards.
Michael
How do you handle privacy? Is anything uploaded?
Bobby Zhang
@michael_muchi Thanks Michael, I was waiting for somebody to ask. This is a 100% frontend project which is why I named it Serverless Cam. There should not be any REST API calls save for perhaps Google Analytics. I used reactjs with a divjoy codebase and RecordRTC.
Damjanski
<3
Nigel Bahadur
Love the concept and the simplicity of the website.
Gordon Forsythe
This didn't seem to work properly in Firefox. Tried recording a browser tab and it gave back a 9 byte file. Seemed to work great in Chrome though.
Bobby Zhang
@gordon_forsythe1 @elindydotcom I am encoding the video in VP8 which is supported by firefox so it should work :/
Nigel Bahadur
@bobbyzhang Interesting. I just tried it on Firefox. I have to concur with @gordon_forsythe1. Unfortunately it seems something is a little screwy with Firefox. Is there a formal place you would like us to report issues or is adding them to this thread ok?
Bobby Zhang
@gordon_forsythe1 @elindydotcom You can dm me on twitter haha. This is happening because Firefox thinks it's a text file. Strange because I'm setting the mimetype in the header to 'video/webm' and when I print the blob on chrome it's also 'video/webm'. I'm noticing the same problem with a few npm pkg stylesheets as well. RecordRTC is supposed to work for firefox.
Brandon Escalante
super simple, love it - worked great on chrome! @bobbyzhang and would love to chat, hmu on twitter if you'd like, dms should be open
T K
Gosh my friend tried this and I only see privacy issues. The recorder was going to record her browser as well as her private files she had open for work.
Bobby Zhang
@tkhonestview Its called serverless.cam because there is no backend, no servers. I understand that the permissions might be off-putting, but the recorded content is not sent anywhere, in fact it is deleted when you close the page.