How to reactivate MJPEG on Windows 10 AU
This file contains 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