Browse Source

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.
jp9000 6 years ago
parent
commit
91825f236f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/obs-browser

+ 1 - 1
plugins/obs-browser

@@ -1 +1 @@
-Subproject commit 1e062d73cbd31a0d26a429760fa6f0b755701d8a
+Subproject commit df37fc6e06a30dd3c0d866abc02f948f3168a295