If you’re ever looking for work (and with your skill set I highly doubt you will be) please reach out to me.
Show HN: Screenity – Open source screen recorder and annotation tool
31–35 of 35 posts
Re: Show HN: Screenity – Open source screen recorder and annotation tool
#32I’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
#33Cool! But really, Firefox needs all the love it can get these days.
Re: Show HN: Screenity – Open source screen recorder and annotation tool
#34Firefox. Firefox. Firefox.
Re: Show HN: Screenity – Open source screen recorder and annotation tool
#35Cool! 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…