[Bug] HTML5 h.264 codec videos no longer working on Opera - 54.0.2952.41 / Ubuntu 18.04 LTS (x86_64; XFCE)
-
bombacha last edited by
Try this:
https://forums.opera.com/topic/27375/opera-54-0-2952-41-streaming-videos-don-t-work-anymore/21# -
A Former User last edited by
It seems like after about 3 updates. The Opera developers hadn't fixed the issue at all. Every time they push an update, I've got to keep overwriting the libffmpeg.so file with the GitHub version. I'm getting worried about this. H.264 is a very common codec to use for today's browser and everyone watches videos with it on YouTube. They need to make this a top priority or people are going to switch to FireFox or Chrome.
@lotharmat said in [Bug] HTML5 h.264 codec videos no longer working on Opera - 54.0.2952.41 / Ubuntu 18.04 LTS (x86_64; XFCE):
Alas the fixx does not work!
Did you extract the file from the zip and insert it in the correct directory? If there's already a file with same name there, overwrite it. If you're running a 32 bit machine you may have installed the wrong version and possibly in the wrong directory. I'm not sure where the 32 bit version of Opera installs.
-
bombacha last edited by
@nova If you follow that post to the end, you'll see that you'll have to do that only once.
-
A Former User last edited by
@nesze97 said in [Bug] HTML5 h.264 codec videos no longer working on Opera - 54.0.2952.41 / Ubuntu 18.04 LTS (x86_64; XFCE):
I created a script to simplify the process of patching Opera after each update. You can get it HERE.
Since debian does not package chromium ffmpeg codecs in general (see my other posts why), I think it would be fair to change this bit
This script can be used to patch Opera on Debian based platforms, to make it able to play H.264 videos (eg. on Twitter)
to
This script can be used to patch Opera on Ubuntu based platforms, to make it able to play H.264 videos (eg. on Twitter)
-
A Former User last edited by
@nova Download Opera BETA version it works perfect with h.264 codec. I reported the bug to Opera support. Don't worry for the beta tag it's pretty stable.
-
A Former User last edited by
@s390g2 said in [Bug] HTML5 h.264 codec videos no longer working on Opera - 54.0.2952.41 / Ubuntu 18.04 LTS (x86_64; XFCE):
I also find that the fix doesn't work. So, anyone with the chromium-codecs-extra installed, do this:
ln -sf /usr/lib/chromium-browser/libffmpeg.so libffmpeg.so,
-run in opera install dir.btw, v68 of the lib works as well as v67.
thanks