Bug 16235 - Inspector should support <video> and <audio> elements
Summary: Inspector should support <video> and <audio> elements
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 16416
  Show dependency treegraph
 
Reported: 2007-12-01 23:01 PST by Adam Roben (:aroben)
Modified: 2016-12-13 15:36 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2007-12-01 23:01:21 PST
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.
Comment 1 Adam Roben (:aroben) 2007-12-03 23:50:01 PST
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
Comment 2 Adam Roben (:aroben) 2008-01-29 11:05:20 PST
<rdar://problem/5712863>
Comment 3 Martin Häcker 2014-02-01 02:54:07 PST
+1 I'm dearly missing this.