Bug 16235
Summary: | Inspector should support <video> and <audio> elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | CC: | bugzilla, dieter, graouts, inspector-bugzilla-changes, spamfaenger, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 16416 |
Adam Roben (:aroben)
The Inspector should support the new <video> and <audio> elements. It could have a new "MEDIA" resource category that lists all video and audio resources. Clicking on a resource would show you the resource with some metadata and controls for playing/pausing/stopping/etc.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
Some interesting metadata I think we could show:
* File size (for non-streaming resources)
* MIME type
* Resolution (for video)
* Bitrate
* Sample rate (for audio)
* Length
Adam Roben (:aroben)
<rdar://problem/5712863>
Martin Häcker
+1 I'm dearly missing this.