[Webkit-unassigned] [Bug 146351] New: [GTK] <video> source does not load via custom URI scheme

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 10:50:29 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146351

            Bug ID: 146351
           Summary: [GTK] <video> source does not load via custom URI
                    scheme
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: philip.chimento at gmail.com

When trying to play a video loaded via a custom URI scheme, the request for the video file somehow never makes it to the custom URI handler. I tested this on 2.6.2 and 2.8.3.

This is perhaps best illustrated by the following GJS script: https://gist.github.com/ptomato/e180132d2313d07102d2 (You have to specify the path in the custom:// URI to where you put the test.html file, and you have to supply your own video.ogv and subtitles.vtt files in the same directory)

You will notice that the custom URI handler finds test.html correctly (shown by the message on stderr), but does not load video.ogv. In the inspector, you can see that a request for video.ogv was fired, but it never reached the custom URI handler because there was no message for it on stderr. What makes me think this bug is only about videos, is that if you select "Spanish" from the captions menu, then subtitles.vtt is correctly loaded via the custom URI handler and prints out a corresponding message on stderr.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150626/58450171/attachment.html>


More information about the webkit-unassigned mailing list