Open Bug 1924070 Opened 3 days ago Updated 11 hours ago

[macOS/linux] Threejs video does not play

Categories

(Core :: Audio/Video: Playback, defect)

Desktop
All
defect

Tracking

()

Tracking Status
firefox-esr128 --- unaffected
firefox131 --- wontfix
firefox132 --- affected
firefox133 --- affected

People

(Reporter: atrif, Assigned: padenot)

References

(Regression)

Details

(Keywords: regression)

Found in

  • 133.0a1 (2024-10-10)

Affected versions

  • 133.0a1 (2024-10-10)
  • 132.0b5
  • 131.0.2 / 131.0.3

Tested platforms

  • Affected platforms: macOS 12, Ubuntu 24.04
  • Unaffected platforms: Windows 10

Steps to reproduce

  1. Open https://threejs.org/examples/?q=video#webgl_materials_video and press play.

Expected result

  • Video play.

Actual result

  • Video remains black.

Regression range

  • The issue reproduces with Firefox 130.0a1 (2024-07-08) on Ubuntu 24.04. I will search for a regression range asap.

Additional notes

  • This works with Firefox 128.3.1esr.

(In reply to Alexandru Trif, Desktop Test Engineering [:atrif] from comment #0)

Regression range

  • The issue reproduces with Firefox 130.0a1 (2024-07-08) on Ubuntu 24.04. I will search for a regression range asap.

I see this statement in a lot of bugs, but a regression range never follows. It seems to be in some template? Could you remove it from the template unless you are actually planning on finding the regression range?

:padenot, since you are the author of the regressor, bug 1860492, could you take a look? Also, could you set the severity field?

For more information, please visit BugBot documentation.

Flags: needinfo?(padenot)

<video id="video" loop crossOrigin="anonymous" playsinline style="display:none">
<source src="textures/sintel.ogv" type='video/ogg; codecs="theora, vorbis"'>
<source src="textures/sintel.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
</video>

Firefox fails to found a suitable video format on macOS/linux? Can Firefox play https://threejs.org/examples/textures/sintel.mp4 alone on macOS/linux?

(In reply to Masatoshi Kimura [:emk] from comment #4)

Firefox fails to found a suitable video format on macOS/linux? Can Firefox play https://threejs.org/examples/textures/sintel.mp4 alone on macOS/linux?

That url does not play on my mac. That's been the same since 2020.

(In reply to Timothy Nikkel (:tnikkel) from comment #1)

(In reply to Alexandru Trif, Desktop Test Engineering [:atrif] from comment #0)

Regression range

  • The issue reproduces with Firefox 130.0a1 (2024-07-08) on Ubuntu 24.04. I will search for a regression range asap.

I see this statement in a lot of bugs, but a regression range never follows. It seems to be in some template? Could you remove it from the template unless you are actually planning on finding the regression range?

https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=efb4ec030ec0222094fa18c0aea59f1944aa36fc&tochange=98d171e8ce2530fa3f67289b77f276fa9d0545b8

Hello! Thank you for the pushlog. I am confirming the regression range on Ubuntu 24.04/macOS 12 as well. Note that the issue does not reproduce with Firefox 128.3.1 esr on macOS 12 and Ubuntu 24.04 for some reason.
Regarding the regression range, it's part of our template and our responsibility to perform it. This template is typically used when urgent tasks with deadlines take priority, and there isn't enough time to conduct the regression range on that day if it's not a recent regression and we get back to it as soon as time permits. If a regression range is urgent, a ni? can be requested from the reporter. Thank you!

It is expected that the theora video doesn't play. It isn't expected that the mp4 doesn't play.

Assignee: nobody → padenot
Flags: needinfo?(padenot)
You need to log in before you can comment on or make changes to this bug.