BowerStudios.com

  • My Lab
  • Family
  • Friends
  • Professional
  • About
Home

Fixing Youtube livestreams for Opera on Ubuntu

daniel —Tue, 12/01/2020 - 10:32am

  • Linux

This worked on Ubuntu 20.04.1 with Opera 72
Install the "Chromium Ffmpeg codecs" snap via the "Ubuntu Software" app

Then, on the command line, let's find the libffmpeg.so library that was installed by the chromium snap
$ locate libffmpeg.so
/opt/Postman/Postman-1605981456437-old/libffmpeg.so
/opt/Postman/app/libffmpeg.so
/opt/Postman.bak/app/libffmpeg.so
/snap/chromium/1399/usr/lib/chromium-browser/libffmpeg.so
/snap/chromium/1411/usr/lib/chromium-browser/libffmpeg.so
/usr/lib/slack/libffmpeg.so

We want the latest chromium one. Plug that path into the next step

$ cd /usr/lib/x86_64-linux-gnu/opera; sudo mv libffmpeg.so libffmpeg.so.bak; sudo ln -s /snap/chromium/1411/usr/lib/chromium-browser/libffmpeg.so

  • Log in to post comments

Navigation

  • Search
  • Recent content
  • Contact Me
  • Mail
  • Pass Hasher
  • Bower Studios Admin

Quotes

daniel —Mon, 02/26/2007 - 12:29pm

Non-violence leads to the highest ethics, which is the goal of all evolution. Until we stop harming all other living beings, we are still savages.

—

Thomas A. Edison

  • Log in to post comments
  • daniel's quotes

Popular content

Last viewed:

  • Einstein
  • Postgres with Rails3
  • Einstein
  • Excellent DOM Tutorial
  • Palm Programming

Copyright 2021 Daniel Bower
  • My Lab
  • Family
  • Friends
  • Professional
  • About