Open
Bug 1146756
Opened 10 years ago
Updated 2 years ago
Expose function on MediaSource to dump all trackbuffers to disk
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: cpearce, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
11.12 KB,
patch
|
Details | Diff | Splinter Review |
It's handy for debugging to expose a function on the MediaSource object to write the buffered data to disk.
Reporter | ||
Comment 1•10 years ago
|
||
You can use this from the web console, with:
document.getElementsByTagName("video")[0].mozMediaSourceObject.dump("/path/to/dump");
Not a good idea to ship this in its current state, WebIDL attributes should be [ChromeOnly] at least (they're not accessible from the WebConsole if they are, so I had to make MediaSource.dump() not [ChromeOnly].
Updated•10 years ago
|
Priority: -- → P3
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•