[Webkit-unassigned] [Bug 103723] New: [EFL] Volume control unable to show when preload="none" and src file is remote

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 01:38:56 PST 2012


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

           Summary: [EFL] Volume control unable to show when
                    preload="none" and src file is remote
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: halton.huo at gmail.com
                CC: demarchi at webkit.org


Build EFL port on trunk at 136087 and run MiniBrowser to access http://www.webmfiles.org/demo-files/, the volume control unable to show whatever preview and playing.

The related html code is:
<video width="560" height="320" controls="controls" preload="none"><source src="http://video.webmfiles.org/big-buck-bunny_trailer.webm" type="video/webm"></video>

I dump the page locally and do changes
* remove preload="none", then bug disappear
* download webm file to local and change src point to local, the volume control shows up after click play, the preview still show no volume control. 

Another message is when this bug happens, there is error on console:
ERR<16772>:ecore ecore_main.c:1509 _ecore_main_fd_handlers_bads_rem() Removing bad fds
ERR<16772>:ecore ecore_main.c:1551 _ecore_main_fd_handlers_bads_rem() No bad fd found. Maybe a foreign fd from glib?

I'll continue to dig out the root cause.

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