Live data from Hacker News

Show HN: Screenity – Open source screen recorder and annotation tool

github.com

31–35 of 35 posts

Re: Show HN: Screenity – Open source screen recorder and annotation tool

#31
I’ve made a note to sponsor this project on Monday, we’ll be using this commercially and would very much like to thank you - it’s incredible, beautiful and unbelievably generous.

If you’re ever looking for work (and with your skill set I highly doubt you will be) please reach out to me.

Re: Show HN: Screenity – Open source screen recorder and annotation tool

#32

I’ve made a note to sponsor this project on Monday, we’ll be using this commercially and would very much like to thank you - it’s incredible, beautiful and unbelievably generous. If you’re ever looking for work (and with your skill set I highly doubt you will be) please reach out to me.

Thank you so much, I really appreciate it!

Re: Show HN: Screenity – Open source screen recorder and annotation tool

#33

Cool! But really, Firefox needs all the love it can get these days.

I have been porting the extension to Firefox, but I ran into a problem with getDisplayMedia (to record the screen). Apparently it can only be run through a user gesture (DOM event), but I have to run it from the background script in order to be persistent at all times, no matter if the popup is closed or the user closes or navigates away from certain tabs. It explains the lack of screen recorders for Firefox, the few I found have the workaround of opening a separate tab with a button to start recording, but it is extremely counter-intuitive, plus if the user closes that tab at any time, the recording would automatically stop. Here's the discussion in the repo if you'd like to share your thoughts, I could do that same workaround myself but I'm not fond of releasing an unintuitive product: https://github.com/alyssaxuu/screenity/issues/3#issuecomment...

Re: Show HN: Screenity – Open source screen recorder and annotation tool

#35

Cool! But really, Firefox needs all the love it can get these days.

I have been porting the extension to Firefox, but I ran into a problem with getDisplayMedia (to record the screen). Apparently it can only be run through a user gesture (DOM event), but I have to run it from the background script in order to be persistent at all times, no matter if the popup is closed or the user closes or navigates away from certain tabs. It explains the lack of screen recorders for Firefox, the few…

I wish I could help, but you're light-years ahead of me. Very cool that you're giving it a try!
Post reply on HN