[Webkit-unassigned] [Bug 45629] Vedio in video tag can not seek

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 06:48:45 PDT 2010


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


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |eric.carlson at apple.com




--- Comment #2 from Eric Carlson <eric.carlson at apple.com>  2010-09-13 06:48:45 PST ---
(In reply to comment #1)
> Created an attachment (id=67373)
 --> (https://bugs.webkit.org/attachment.cgi?id=67373) [details]
> a simple html for test, you can use arora open the html file. for the video tag, please indicate
> to a playable source. maybe need ffdshow to support some media type

First, this page is not testable because it points to a file on a local disk:

 <video  src = "file:///D:\share\sports-source-cropped.avi" width="720" height="576"  
        onended="on_ended()" controls >
</video>

In any case I suspect that the problem is with the codec(s) used in that AVI file. 

Not all WebKit ports support AVI files at all. Apple's ports of WebKit support some AVI files, but we consider AVI a legacy format and aren't likely to uses resources to enhance our support of it.

-- 
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