rdp / screen-capture-recorder-to-video-windows-free

a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio)
https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases
Other
2.11k stars 463 forks source link

Configure without registry #28

Open NeuroRoboticTech opened 11 years ago

NeuroRoboticTech commented 11 years ago

I am working on an app that uses your tool and ffmpeg to record video from our simulation to a file. We are currently using the registry to setup the hwnd and sizes and stuff. However, the target system we will be running this on has security settings in place that prevents any unauthorized access to the registry. Is there anyway of configuring this tool to not use the registry, but instead use a config file or something?

rdp commented 11 years ago

most users have access to HKCU does it work for you?

NeuroRoboticTech commented 11 years ago

This is for a military application. When our app is running in normal user mode we are completely locked out from writing to any portion of the registry.

rdp commented 11 years ago

is your app running in "low-rights" or "protected" mode? Can it do any capture at all, is what I'm wondering, since I know sometimes "protected" mode apps can't use BitBlt for screen capture.

On Fri, Nov 15, 2013 at 5:01 AM, David Cofer notifications@github.comwrote:

This is for a military application. When our app is running in normal user mode we are completely locked out from writing to any portion of the registry.

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/28#issuecomment-28564387 .