Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Get a warning when a video is not supported by Firefox ? (HEVC H265)

  • 4 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan Skipwoof

more options

Hello

I was trying to figure out why the videos taken with my mobile phone couldn't be played via Firefox. After a while I realized that it was due to the format of the video: HEVC H265. This new format is handy because it's less heavy in disk space... but it's proprietary, so Firefox doesn't support it : https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs#HEVC

then my question is simple:

In order to save time for people like me who don't understand why we only hear the sound of a video, and why it stays black: is it possible to put a warning pop-up as soon as the browser detects this proprietary video format ?

Hello I was trying to figure out why the videos taken with my mobile phone couldn't be played via Firefox. After a while I realized that it was due to the format of the video: HEVC H265. This new format is handy because it's less heavy in disk space... but it's proprietary, so Firefox doesn't support it : https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs#HEVC then my question is simple: In order to save time for people like me who don't understand why we only hear the sound of a video, and why it stays black: is it possible to put a warning pop-up as soon as the browser detects this proprietary video format ?

Bewurke troch Skipwoof op

Alle antwurden (4)

more options

You should see a warning in the Web Console if there is a problem with playing a media file.
It is always a good idea to inspect the Web Console is case something looks wrong (best is to hide CSS errors and other sections as Firefox shows a count when a section is hidden).

more options

Yes, this is how I led to identify the format issue (and dig in that way to understand what is the issue with the format of the video).

But all we have in the console is "Error : format is not supported". Screenshot : https://i.ibb.co/h8cDgkW/Capture.png

What I'm requesting is : To avoid users loosing time like me to (understand WHY there is an error reated to the format), is it possible for Firefox to popup a warning when it "try" reading an HEVC encoded video ?

more options

Firefox doesn't know details about unsupported formats and thus can't name this coding format. There are lot of container and codec formats, either behind licenses or hardly used that Firefox doesn't support. Showing a pop-up that need to be closed would be highly disruptive, so this only leaves the Console that has more room. There is usually a message in the player area when the video can't be played, but in this case Firefox might see a valid audio track and plays this instead.

more options

Exactly, we have only audio and black screen. But no message at all on player area. Instead of a pop-up, just a message in that player area should also be fine. How to add it ?