streaming, H.264 doesn't work in Chromium codecs

Bug #1650730 reported by DimanNe
66
This bug affects 13 people
Affects Status Importance Assigned to Milestone
chromium-browser (Ubuntu)
Fix Released
Critical
Chad Miller

Bug Description

After upgrading chromium from 53.0.2785.143-0ubuntu1.1307 to 55.0.2883.87-0ubuntu0.16.10.1328 google music (https://play.google.com/music/listen#/home) does not work and show me this:
Missing Flash Player
You need the latest Adobe Flash Player to listen to music.

Note: I have never had adobe flash installed:
$ dpkg -l | grep "adobe\|flash"
ii kwordquiz 4:16.04.3-0ubuntu1 amd64 flashcard learning program
$

and it worked an hour ago (before updating)!

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: chromium-browser 55.0.2883.87-0ubuntu0.16.10.1328
ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
Uname: Linux 4.8.0-30-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Dec 17 12:26:57 2016
Desktop-Session:
 '/usr/share/xsessions/plasma'
 '/etc/xdg/xdg-/usr/share/xsessions/plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings'
 '/usr/share//usr/share/xsessions/plasma:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'
DetectedPlugins:

Env:
 'None'
 'None'
InstallationDate: Installed on 2014-07-05 (895 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.1)
Load-Avg-1min: 1.36
Load-Processes-Running-Percent: 0.3%
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-30-generic.efi.signed root=UUID=6cdd6da7-49a5-4892-8a76-48d290860bcf ro acpi=force apm=power_off quiet splash vt.handoff=7
SourcePackage: chromium-browser
UpgradeStatus: Upgraded to yakkety on 2016-10-09 (68 days ago)
dmi.bios.date: 01/07/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0701
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X79-DELUXE
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0701:bd01/07/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnX79-DELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
gconf-keys: /desktop/gnome/applications/browser/exec = b'firefox\n'/desktop/gnome/url-handlers/https/command = b'sensible-browser %s\n'/desktop/gnome/url-handlers/https/enabled = b'true\n'/desktop/gnome/url-handlers/http/command = b'sensible-browser %s\n'/desktop/gnome/url-handlers/http/enabled = b'true\n'/desktop/gnome/session/required_components/windowmanager = b''/apps/metacity/general/compositing_manager = b''/desktop/gnome/interface/icon_theme = b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
modified.conffile..etc.default.chromium-browser: [deleted]

Revision history for this message
DimanNe (dimanne) wrote :
Chad Miller (cmiller)
Changed in chromium-browser (Ubuntu):
assignee: nobody → Chad Miller (cmiller)
status: New → In Progress
importance: Undecided → Critical
summary: - Google Music does not work anymore
+ streaming, H.264 doesn't work in Chromium codecs
Revision history for this message
Chad Miller (cmiller) wrote :

Btw, the problem is that the message is a little sloppy on that web site. It checked for a native way to steam using built-in codecs. That failed. Then it tried to fall back to Flash. That failed. It only complained about the latter.

The real fix is to make native codecs work again. Working on that.

Revision history for this message
Steven H (yakity-1) wrote :

Youtube also loses H264 support with the update:
Unpacking chromium-codecs-ffmpeg-extra (55.0.2883.87-0ubuntu0.16.10.1328) over (53.0.2785.143-0ubuntu1.1307) ...

If you check youtube.com/html5 H264 is shown as not supported

Chad Miller (cmiller)
Changed in chromium-browser (Ubuntu):
status: In Progress → Fix Committed
Chad Miller (cmiller)
Changed in chromium-browser (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Lorenz Brun (lorenz-x) wrote :

Is there a place where you can track when a patch actually lands in an archive?

Revision history for this message
Richard (ismail-a) wrote :

The GETAROUND is to downgrade:

apt-get install chromium-browser=53.0.2785.143-0ubuntu1.1307 chromium-codecs-ffmpeg-extra=53.0.2785.143-0ubuntu1.1307
apt-mark hold chromium-browser

- and then remember to do
apt-mark unhold chromium-browser
once the problem is fixed

Revision history for this message
Richard (ismail-a) wrote :

Here is the youtube test page that indicates if h.264 is working

https://www.youtube.com/html5
- if Chromium is broken, H.264 and MSE & H.264 are red.

And here is a test of the video tag capabilities:

http://www.quirksmode.org/html5/tests/video.html
- if Chromium is broken, the H.264/MP4 video is not playing

Revision history for this message
Dirk Böttger (dirkboettger) wrote :

Why ist the Status set to "Fix Released" ?

Revision history for this message
Chad Miller (cmiller) wrote :

@Dirk, it affected only the v55 packages released on the 16th or so. Every one of those has been replaced in Ubuntu repositories on the 19th.

https://launchpad.net/ubuntu/+source/chromium-browser

If you still have complaints, please paste the results of this from a Terminal:

$ sudo apt update; apt policy chromium-codecs-ffmpeg-extra chromium-browser

Revision history for this message
Dirk Böttger (dirkboettger) wrote :
Download full text (3.8 KiB)

Thank you for your quick response chad.

OK:1 http://deb.opera.com/opera stable InRelease
Ign:2 http://mirror.netcologne.de/linuxmint/packages serena InRelease
OK:3 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu xenial InRelease
Holen:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
OK:5 http://mirror.netcologne.de/ubuntu xenial InRelease
OK:6 http://archive.canonical.com/ubuntu xenial InRelease
OK:7 http://ppa.launchpad.net/dawidd0811/neofetch/ubuntu xenial InRelease
Holen:8 http://mirror.netcologne.de/ubuntu xenial-updates InRelease [102 kB]
OK:9 http://download.virtualbox.org/virtualbox/debian xenial InRelease
Ign:10 http://dl.google.com/linux/chrome/deb stable InRelease
OK:11 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu xenial InRelease
OK:12 http://dl.google.com/linux/chrome/deb stable Release
OK:13 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease
Ign:14 http://repo.vivaldi.com/stable/deb stable InRelease
Holen:15 http://mirror.netcologne.de/ubuntu xenial-backports InRelease [102 kB]
OK:16 http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu xenial InRelease
OK:17 http://repo.vivaldi.com/stable/deb stable Release
OK:18 https://deb.opera.com/opera-stable stable InRelease
Ign:19 http://download.opensuse.org/repositories/home:/tabos-team:/release/xUbuntu_16.04 InRelease
OK:20 http://mirror.netcologne.de/linuxmint/packages serena Release
OK:21 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
OK:22 http://download.opensuse.org/repositories/home:/tabos-team:/release/xUbuntu_16.04 Release
OK:23 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu xenial InRelease
OK:24 http://ppa.launchpad.net/rvm/smplayer/ubuntu xenial InRelease
OK:25 http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu xenial InRelease
OK:26 http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease
OK:27 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
OK:28 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu xenial InRelease
Es wurden 306 kB in 1 s geholt (229 kB/s).
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Alle Pakete sind aktuell.
chromium-codecs-ffmpeg-extra:
  Installiert: 55.0.2883.87-0ubuntu0.16.04.1263
  Installationskandidat: 55.0.2883.87-0ubuntu0.16.04.1263
  Versionstabelle:
 *** 55.0.2883.87-0ubuntu0.16.04.1263 500
        500 http://mirror.netcologne.de/ubuntu xenial-updates/universe amd64 Packages
        500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
        100 /var/lib/dpkg/status
     49.0.2623.108-0ubuntu1.1233 500
        500 http://mirror.netcologne.de/ubuntu xenial/universe amd64 Packages
chromium-browser:
  Installiert: 55.0.2883.87-0ubuntu0.16.04.1263
  Installationskandidat: 55.0.2883.87-0ubuntu0.16.04.1263
  Versionstabelle:
 *** 55.0.2883.87-0ubuntu0.16.04.1263 500
 ...

Read more...

Revision history for this message
Chad Miller (cmiller) wrote :

Dirk, that doesn't sound like the same bug.

Let's take that to

https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1652110

Revision history for this message
Steven H (yakity-1) wrote :

Hi Chad,

I'm fully up to date with the repositories (on 16.10) but the problem still exists. Youtube.com/html5 reports no H264 support.

chromium-codecs-ffmpeg-extra/yakkety-updates,yakkety-security,now 55.0.2883.87-0ubuntu1.16.10.1330 amd64 [installed,automatic]

Revision history for this message
Steven H (yakity-1) wrote :
Download full text (3.1 KiB)

Just adding details from the requested command:

Hit:1 http://nl.archive.ubuntu.com/ubuntu yakkety InRelease
Get:2 http://nl.archive.ubuntu.com/ubuntu yakkety-updates InRelease [102 kB]
Get:3 http://nl.archive.ubuntu.com/ubuntu yakkety-backports InRelease [102 kB]
Ign:4 http://repo.vivaldi.com/stable/deb stable InRelease
Hit:5 http://repo.vivaldi.com/stable/deb stable Release
Get:6 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/main i386 Packages [132 kB]
Get:7 http://security.ubuntu.com/ubuntu yakkety-security InRelease [102 kB]
Get:8 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/main amd64 Packages [134 kB]
Get:9 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/main amd64 DEP-11 Metadata [111 kB]
Get:10 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/main DEP-11 64x64 Icons [59,5 kB]
Get:11 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/universe i386 Packages [71,5 kB]
Get:12 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 Packages [73,9 kB]
Get:13 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 DEP-11 Metadata [73,9 kB]
Get:14 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/universe DEP-11 64x64 Icons [85,2 kB]
Get:15 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/multiverse amd64 DEP-11 Metadata [212 B]
Get:16 http://nl.archive.ubuntu.com/ubuntu yakkety-backports/main amd64 DEP-11 Metadata [212 B]
Get:17 http://nl.archive.ubuntu.com/ubuntu yakkety-backports/universe amd64 DEP-11 Metadata [216 B]
Get:18 http://nl.archive.ubuntu.com/ubuntu yakkety-backports/multiverse amd64 DEP-11 Metadata [216 B]
Hit:20 http://repo.sinew.in stable InRelease
Get:21 http://security.ubuntu.com/ubuntu yakkety-security/main amd64 DEP-11 Metadata [8272 B]
Get:22 http://security.ubuntu.com/ubuntu yakkety-security/main DEP-11 64x64 Icons [10,0 kB]
Get:23 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 DEP-11 Metadata [2188 B]
Get:24 http://security.ubuntu.com/ubuntu yakkety-security/multiverse amd64 DEP-11 Metadata [212 B]
Fetched 1069 kB in 0s (1243 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
chromium-codecs-ffmpeg-extra:
  Installed: 55.0.2883.87-0ubuntu1.16.10.1330
  Candidate: 55.0.2883.87-0ubuntu1.16.10.1330
  Version table:
 *** 55.0.2883.87-0ubuntu1.16.10.1330 500
        500 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 Packages
        500 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 Packages
        100 /var/lib/dpkg/status
     53.0.2785.143-0ubuntu1.1307 500
        500 http://nl.archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
chromium-browser:
  Installed: (none)
  Candidate: 55.0.2883.87-0ubuntu1.16.10.1330
  Version table:
     55.0.2883.87-0ubuntu1.16.10.1330 500
        500 http://nl.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 Packages
        500 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 Packages
     53.0.2785.143-0ubuntu1.1307 500
        500 http://nl.archive.ubuntu.com/ubuntu yakkety/universe ...

Read more...

Revision history for this message
Richard (ismail-a) wrote :

This does work for latest 16.10

dpkg --status chromium-browser | egrep "(V|Pa)"
Package: chromium-browser
Version: 55.0.2883.87-0ubuntu1.16.10.1330

certificate transparency works, too: bug 1641380

Tested at:
https://www.meetup.com
https://www.youtube.com/html5

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.