Answer the question
In order to leave comments, you need to log in
How to do window region capture in C++/NodeJs like in OBS?
How can you capture a window in real time, just like it works in the OBS program on the preview, there is no delay at all. I tried to do it through ffmpeg running NodeJs
ffmpeg -re -f gdigrab -framerate 30 -probesize 32 -offset_x 1000 -offset_y 300 -draw_mouse 0 -video_size 600x240 -i title=TestStopwatch -preset ultrafast -tune zerolatency -f flv rtmp://localhost:1935/live
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question