HW accelerated video failed to play
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
HW accelerated video clip https://twitter.com/bezig101/status/1697934645386690904?
failed to play. SW decoder works fine. Looks like we fail to fallback to SW decode.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Looks related to twitter site. If the clip is played locally it's restarted to SW decode fallback.
Assignee | ||
Comment 2•2 years ago
|
||
May be also AMD specific, need to test on Intel.
Assignee | ||
Comment 3•2 years ago
|
||
PtsCorrectionContext is used on libavcodec < 58 only so build it only there.
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D188594
Assignee | ||
Comment 5•2 years ago
|
||
Don't use FFMPEG_AV1_DECODE in FFmpegDataDecoder.cpp as it's defined in FFmpegVideoDecoder.cpp file only.
Depends on D188595
Assignee | ||
Comment 6•2 years ago
|
||
- Set libva log according to sFFmpegVideoLog/sFFmpegAudioLog by default
- Allow to override by MOZ_AV_LOG_LEVEL env variable
- Don't fiddle with LIBVA_MESSAGING_LEVEL if it's already set
Depends on D188704
Assignee | ||
Updated•2 years ago
|
Comment 8•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1c575547ce8b
https://hg.mozilla.org/mozilla-central/rev/6f05427591ac
https://hg.mozilla.org/mozilla-central/rev/59acae352cc1
https://hg.mozilla.org/mozilla-central/rev/09362d9c7385
Updated•2 years ago
|
Reproducible on a 2023-09-13 Nightly build on Ubuntu 22.
Verified as fixed on Firefox 120.0 and Nightly 121.0a1 on Ubuntu 22.
Description
•