Skip to content

Instantly share code, notes, and snippets.

@XeiZ
Created October 10, 2016 14:01
Show Gist options
  • Save XeiZ/a9e383270b26be37394e094d6ba97b6d to your computer and use it in GitHub Desktop.
Save XeiZ/a9e383270b26be37394e094d6ba97b6d to your computer and use it in GitHub Desktop.
How to reactivate MJPEG on Windows 10 AU
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