Created
October 10, 2016 14:01
-
-
Save XeiZ/a9e383270b26be37394e094d6ba97b6d to your computer and use it in GitHub Desktop.
How to reactivate MJPEG on Windows 10 AU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open regedit from the Start menu. (or windows key+r - type regedit) | |
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\MicrosoftWindows Media Foundation\Platform | |
Right click the Platform folder and select New > DWORD. Name it “EnableFrameServerMode” without the quotation marks. | |
Right-click the new value and select “Modify”. | |
Enter “0" in the “Value data” field. | |
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Media Foundation\Platform | |
Repeat steps 3-5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment