Opera 54.0.2952.41: Streaming videos don't work anymore
-
A Former User last edited by
That video in particular is avc1/mp4a, so h264.
The vp9/opus vids should still work.
For me, last opera version to work properly with "extra" codecs is:54.0.2920.0
-
A Former User last edited by
I've just fixed it.
I have a Fedora 28 x64, but it probably works for debianoids too.- download link text
- the file is an archive, so unpack it.
- find libffmpeg.so in unpacked files
- copy it to opera libraries folder (in Fedora :/usr/lib64/opera)
- restart Opera
-
DrPostman last edited by
I have the same problem. Updated yesterday and since then ZERO videos work. I was able to get a few to work by using an addon called YouTube Flash HTML5. It seems that HTML5 is what is causing the biggest problem. BTW, all these videos work on both Chrome and Firefox. I really like Opera and have been using it as my main browser. I'd really hate to have to switch back, but I can't watch any videos on Facebook posts, nor animated Gifs! It's very frustrating.
-
dumbo999 last edited by
Re: Opera 54.0.2952.41: Streaming videos don't work anymore![alt text]
I reinstalled multiple times, and reinstalled ubuntu-restricted-extras, chromium-codecs-ffmpeg-extra adobe-flashplugin etc
Nothing is working!!! -
gloewa last edited by
@appdevsw thanks! worked in PCLinuxOS
But this can only be a temporary solution.
To OPERA-Crew: do you have a testmanagement, ... ?
Opera User since Version 3.x
-
A Former User last edited by
Thanks @appdevsw, and @l33t4opera on blog and here also.
The key factor on this current version of opera is that the libffmpeg.so needs to replace the version included with opera.
Past versions of opera would work this way but didn't require it.
This file in /resources dir ffmpeg_preload_config.json is still the same though. ??
I am using the version 67 lib from:
chromium-codecs-ffmpeg-extra_67.0.3396.62-0ubuntu0.16.04.1_amd64 on debian 9. -
mklinuxuser last edited by
I have had the same problem. Videos in Facebook not playing, videos on Bitchute.com not working.
Have had to start up the Brave web browser to get them playing.
I will try the method mentioned above, On Linux Mint there is no/usr/lib64/opera
directory, but there is/usr/x84_64-linux-gnu/lib/opera
. It might take me a while to try it though. -
mklinuxuser last edited by
@gloewa I agree, it would be good if these things were tested and not released if it is not working until they get it working. Every time they do this it gives the users major headaches and wasted time/productivity.
-
A Former User last edited by
@mklinuxuser
I see. The file is gone, but you can try a newer version.
Look at link textToday I found chromium-codecs-ffmpeg-extra_69.0.3472.3-0ubuntu1~ppa1~17.10.1_amd64.deb there.
I didn't test libffmpeg.so from this file it, but I hope it works.
-
hasimir last edited by
I'm trying to apply @appdevsw fix but I can't find the Opera folders in Ubuntu18.04
-
A Former User last edited by A Former User
@hasimir
I can't check it. Maybe someone in this thread will help?
Did you tried /usr/x84_64-linux-gnu/lib/opera ? -
parasit last edited by
@hasimir said in Opera 54.0.2952.41: Streaming videos don't work anymore:
I'm trying to apply @appdevsw fix but I can't find the Opera folders in Ubuntu18.04
Copy:
/chromium-codecs-ffmpeg-extra_69.0.3452.0-0ubuntu1_ppa1_16.04.1_amd64/usr/lib/chromium-browser/libffmpeg.so
to
/usr/lib/x86_64-linux-gnu/opera/And restart opera:
killall -9 opera && operaOn my PC everything back to normal.
-
bombacha last edited by bombacha
This is a easy fix!
-
Download the last libffmpeg from here and decompress it.
-
Install at Opera directory, click at the top left corner at the Opera logo and About Opera, look at your Opera Installation path, on Debian is at
/usr/lib/x86_64-linux-gnu/opera
-
Copy the libffmpeg.so to that path with:
sudo cp libffmpeg.so /usr/lib/x86_64-linux-gnu/opera
-
Restart Opera
The fix is not permanent, for every Opera update you need to do this again.
For Debian there is no chromium codec and this libffmpeg is always up-to-date and align with Opera updates. -