Opened 5 years ago
Closed 5 years ago
#5590 closed defect (fixed)
Videos are muted by default
Reported by: | Ben Sturmfels | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.10.0 |
Component: | programming | Keywords: | |
Cc: | vijthaaa@… | Parent Tickets: |
Description
When I play a video, it is muted by default and I have to click the "unmute" button beneath the video. This is happening for me on IceCat, Chromium and Gnome Web Browser.
Change History (3)
comment:1 by , 5 years ago
Cc: | added |
---|
comment:2 by , 5 years ago
Milestone: | → 0.10.0 |
---|---|
Priority: | major → minor |
Note:
See TracTickets
for help on using tickets.
Vijeth, I've had a quick look at this and see that in
mediagoblin/static/js/change-video-resolutions.js
, there's a line withmuted: true
. Do you think there would be any issues in changing this totrue
? This seems like the expected behavior given that videos don't autoplay.