Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Causes VLC to record upside down and causes audio to drop out sporadically #157

Open
bakertaylor28 opened this issue Mar 9, 2022 · 4 comments

Comments

@bakertaylor28
Copy link

When using this to screen-record with VLC using MP4 format on windows 10, this causes the screen to record upside down for some unapparent reason and causes the audio to drop in and out.

@rdp
Copy link
Owner

rdp commented Mar 13, 2022 via email

@rdp
Copy link
Owner

rdp commented Jan 3, 2023

I tried with vlc playing a "live stream" and it worked OK?

@rdp
Copy link
Owner

rdp commented Jun 1, 2023

saving to file fails, viewing in VLC succeeds?

@bakertaylor28
Copy link
Author

bakertaylor28 commented Jun 1, 2023

saving to file fails, viewing in VLC succeeds?
I tried with vlc playing a "live stream" and it worked OK?

As stated, VLC will write to file, but the file itself rendered upside down and the audio was unstable going in and out. I got with Microsoft on this, and they were able to trace it to the Windows 10 DEP (Data Execution Prevention) modules. Turning off DEP solved the problem, but represents a security issue in the Windows 10 environment. This likely means the code needs to be rewritten to conform to Windows 10 DEP API specifications such that it doesn't execute in RAM, or else update the Readme to indicate the package may not be compatible with Windows 10 depending upon OS Config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants