Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Firefox video issues

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
nolddor
Posts: 24
Joined: 2018-09-01 17:25

Firefox video issues

#1 Post by nolddor »

Hi there,
Since a few weeks ago I've detected that Firefox ESR 52.9.0 (64-bit) cannot play some videos (using Debian testing).
For example, Facebook or Twitter videos doesn't play and also Spotify Webplayer doesn't work.

However, Flash videos & Youtube videos works like a charm.

When visiting https://www.youtube.com/html5, this is the output:
Image

For example, If I tried to open this tweet:
https://twitter.com/officialjaden/statu ... 5944007680
A message 'We cannot play the video in this browser. Please try a different web browser.' appears


It seems that the problem is related with H.264 support...
Can someone help me a bit to figure out what is the problem, please?
Thanks in advance.
Last edited by nolddor on 2018-09-02 08:38, edited 2 times in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Firefox video issues

#2 Post by Head_on_a_Stick »

Your video link works for my Debian stable system and the HTML5 page shows six ticks.

Do you have libx264-148 installed?
deadbang

nolddor
Posts: 24
Joined: 2018-09-01 17:25

Re: Firefox video issues

#3 Post by nolddor »

I'm using Debian testing
I have got libx264-152 package installed, but not libx264-148 which it seems not available to be installed

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Firefox video issues

#4 Post by Head_on_a_Stick »

nolddor wrote:I'm using Debian testing
^ This information should always be included in the OP.
I have got libx264-152 package installed
Looks like it's not working then, have you searched for any existing bug reports? The reportbug package will list the current bugs.

EDIT: you could try pulling v60 of FF-ESR from sid, see if the new libraries work with that version.

EDIT2: https://release.debian.org/transitions/ ... -x264.html?
deadbang

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: Firefox video issues

#5 Post by L_V »

firefox-esr recommends libavcodec5*

Code: Select all

apt-cache depends libavcodec58 | grep libx26*
    Dépend: libx264-152
    Dépend: libx265-160

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Firefox video issues

#6 Post by stevepusser »

Firefox 52.X uses the gstreamer 1.0 framework, and you'll need gstreamer1.0-libav for h.264 playback.

Firefox 60+ uses libavcodecXX directly for this, and the Sid package pulls in one of them if your apt system installs Recommends as default, as Debian does.
MX Linux packager and developer

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Firefox video issues

#7 Post by Wheelerof4te »

I've seen several threads on Reddit of people complaining about the same thing. It's in the nature of Debian Testing, some functionality will be missing during package transitions.
Don't use Testing as a daily driver.

nolddor
Posts: 24
Joined: 2018-09-01 17:25

Re: Firefox video issues

#8 Post by nolddor »

stevepusser wrote:Firefox 52.X uses the gstreamer 1.0 framework, and you'll need gstreamer1.0-libav for h.264 playback.

Firefox 60+ uses libavcodecXX directly for this, and the Sid package pulls in one of them if your apt system installs Recommends as default, as Debian does.

My Firefox version is 52.9.0 (64-bit) and If I type:

Code: Select all

dpkg -l | grep gstreamer1.0-libav
This is the output:
ii gstreamer1.0-libav:amd64 1.15.0.1+git20180723+db823502-1 amd64 libav plugin for GStreamer

So the package is already installed, and videos still doesn't work :(

milomak
Posts: 2168
Joined: 2009-06-09 22:20
Been thanked: 2 times

Re: Firefox video issues

#9 Post by milomak »

stevepusser wrote:Firefox 52.X uses the gstreamer 1.0 framework, and you'll need gstreamer1.0-libav for h.264 playback.

Firefox 60+ uses libavcodecXX directly for this, and the Sid package pulls in one of them if your apt system installs Recommends as default, as Debian does.
ff esr 52 on my sid install plays the video

the problem is probably related to the 2 reds on the html5 check

my ff is all blue

the first link here may be useful
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

nolddor
Posts: 24
Joined: 2018-09-01 17:25

Re: Firefox video issues

#10 Post by nolddor »

And if you type the following:

Code: Select all

sudo locate libavcodec.so

What is your output?

Bulkley
Posts: 6387
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Firefox video issues

#11 Post by Bulkley »

Head_on_a_Stick wrote:Your video link works for my Debian stable system and the HTML5 page shows six ticks.
Mine too.

I'm beginning to suspect a mixed system. nolddor, post your sources.list please.

Of course, it could be a problem with running Testing which does break; that's why they call it Testing. Or there could be a problem with a proprietary video software. Nvidia?

nolddor
Posts: 24
Joined: 2018-09-01 17:25

Re: Firefox video issues

#12 Post by nolddor »

nolddor@computer:~$ cat /etc/apt/sources.list

#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#

deb http://ftp.es.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.es.debian.org/debian/ testing main contrib non-free

deb http://ftp.es.debian.org/debian/ testing-updates main contrib non-free
deb-src http://ftp.es.debian.org/debian/ testing-updates main contrib non-free

deb http://security.debian.org/ testing/updates main
deb-src http://security.debian.org/ testing/updates main

Bulkley
Posts: 6387
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Firefox video issues

#13 Post by Bulkley »

I have several browsers and was able to reproduce the problem with Qupzilla, version 2.2.5. Firefox 61.0.2, Slimjet 18.0.4.0 and Waterfox 56.2.2 handle your links easily.

Care to try an experiment? Download the Firefox Quantum app version tarball. Open it and run it in your user space. I bet that works.

Post Reply