Open
Bug 1188725
Opened 9 years ago
Updated 2 years ago
[EME] EME playback test should wait for loadeddata before playing
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: mozbugz, Unassigned)
References
(Blocks 2 open bugs)
Details
test_eme_playback.html launches v.play() immediately after the last 'updateend', which in the worst case would not start playing if the MDSM hasn't actually decoded enough data yet. It could explain some intermittent timeout failures.
Instead we should wait for 'loadeddata' before playing.
Updated•9 years ago
|
Priority: -- → P5
Reporter | ||
Comment 1•4 years ago
|
||
De-assigning myself from A/V bugs/tasks that I most probably won't touch anymore, so that someone else may have a look.
Assignee: gsquelart → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•