obs-browser: Fix large local media file access
In newer CEF builds the http://absolute/ scheme handler factory seems to never complete when accessing large media files due to an apparent bug in the Chromium media player (XHR requests complete fine). At the same time, file:// URLs are working just fine. file:// URLs will be used where available (CEF 3440+) falling back to BrowserSchemeHandlerFactory on older CEF versions.
This commit is contained in: