[Webkit-unassigned] [Bug 124856] New: URL.createObjctURL() should work for MediaStream objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 25 13:31:02 PST 2013


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

           Summary: URL.createObjctURL() should work for MediaStream
                    objects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nick.yamane at openbossa.org
                CC: eric.carlson at apple.com


When the createObjectURL() method is called with a MediaStream argument, the user agent must return a unique Blob URL for the given MediaStream.
For audio and video streams, the data exposed on that stream must be in a format supported by the user agent for use in audio and video elements.

http://www.w3.org/TR/mediacapture-streams/#url

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list