robotgo icon indicating copy to clipboard operation
robotgo copied to clipboard

Screen recorder

Open ghost opened this issue 6 years ago • 3 comments

i looked for this in the code, but only find screen capture.

I need to make screen recordings and then stream it to a remote display. any ideas ?

ghost avatar Dec 08 '18 09:12 ghost

I will consider if the feature is out of range, maybe you can use other tools or convert the image to a video.

vcaesar avatar Dec 12 '18 20:12 vcaesar

I wonder how webrtc does it when your screen sharing.

I could just do screen captures at a high rate ( 30 FPS ) and feed it into gstreamer. But I had assumed it would be awful performance.

I then plan to use pions webrtc for the 2 way communications .

ghost avatar Jan 07 '19 10:01 ghost

@gedw99 - I am doing something similar. Here's a point in time in my repo where it auto-starts Chrome, auto-picks the screen, and records to file for one minute: https://github.com/cretz/myscreen.live/tree/bd857e08ea73ba47151e9a0de7a8a657c8ebe72b/host

cretz avatar Feb 19 '19 16:02 cretz