[go: up one dir, main page]

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.

    Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).

    The Videos Don't Play Topic

    Opera for Linux
    playback error playback issues video videos
    142
    333
    450245
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • maniganala
      maniganala @xZero last edited by

      @xzero said in [Solved]Solving the problem of the Opera browser with video playback in Ubuntu and similar distributions (Linux Mint, KDE neon):

      Can confirm this solved the issue for me.
      I figured out how to use snap library, as @mr-matt-eastwood suggested.

      On Manjaro Linux 20, opera directory is /usr/lib/opera.
      You don't have to delete original libffmpeg.so file, but just rename it to whatever (including extension).

      Steps:

      # If you cannot use sudo -i, then just prefix your commands with sudo
      sudo -i 
      # Close your browser by hand. Following command will ensure no Opera processes are running in the background
      killall opera
      cd /usr/lib/opera
      # Some software automatically loads any .so/.dll file that is present. Not sure for Opera, but just in case
      mv libffmpeg.so libffmpeg.so_original
      snap install chromium-ffmpeg
      # Please note that chromium-ffmpeg-95241 path might differ. Just pickup one with highest number. 
      ln -sf /snap/chromium-ffmpeg/current/chromium-ffmpeg-95241/chromium-ffmpeg/libffmpeg.so libffmpeg.so
      

      Works like charm.

      This worked like charm. Only change I noticed is opera path: /usr/lib/x86_64-linux-gnu/opera for version 100.0.4815.76

      Reply Quote 0
        1 Reply Last reply
      • abaykam
        abaykam @Guest last edited by

        that worked. thanks.

        Reply Quote 0
          1 Reply Last reply
        • ppfsilva
          ppfsilva @Guest last edited by

          @marek-online Worked well with my Xubuntu 22,04 LTS here. I just created a backup of this original shitty ffmpeg and changed the second command to the corresponding folder in my computer:

          sudo cp /snap/chromium-ffmpeg/34/chromium-ffmpeg-111306/chromium-ffmpeg/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera-beta/libffmpeg.so
          

          Thank you all for the tips!

          Reply Quote 0
            1 Reply Last reply
          • xZero
            xZero @xZero last edited by xZero

            @xzero said in [Solved]Solving the problem of the Opera browser with video playback in Ubuntu and similar distributions (Linux Mint, KDE neon):

            Can confirm this solved the issue for me.
            I figured out how to use snap library, as @mr-matt-eastwood suggested.

            On Manjaro Linux 20, opera directory is /usr/lib/opera.
            You don't have to delete original libffmpeg.so file, but just rename it to whatever (including extension).

            Steps:

            # If you cannot use sudo -i, then just prefix your commands with sudo
            sudo -i 
            # Close your browser by hand. Following command will ensure no Opera processes are running in the background
            killall opera
            cd /usr/lib/opera
            # Some software automatically loads any .so/.dll file that is present. Not sure for Opera, but just in case
            mv libffmpeg.so libffmpeg.so_original
            snap install chromium-ffmpeg
            # Please note that chromium-ffmpeg-95241 path might differ. Just pickup one with highest number. 
            ln -sf /snap/chromium-ffmpeg/current/chromium-ffmpeg-95241/chromium-ffmpeg/libffmpeg.so libffmpeg.so
            

            Works like charm.

            This works on Fedora (38 Workstation tested) as well, but paths are slightly different.
            chromium-ffmpeg snap: /var/lib/snapd/snap/chromium-ffmpeg/current/chromium-ffmpeg-111306/chromium-ffmpeg/libffmpeg.so
            Opera install dir: /usr/lib64/opera

            ln -s /var/lib/snapd/snap/chromium-ffmpeg/current/chromium-ffmpeg-111306/chromium-ffmpeg/libffmpeg.so /usr/lib64/opera/libffmpeg.so
            

            chromium-ffmpeg version might differ, so make sure to find the directory with the highest number by using:

            ls -al /var/lib/snapd/snap/chromium-ffmpeg/current/
            

            As always, make sure to backup original libffmpeg.so file, as I had experience where Opera would refuse to start with new file - probably incompatible version.

            Reply Quote 0
              1 Reply Last reply
            • arturoverbel
              arturoverbel @xZero last edited by

              @xzero That's work perfectly for me. Thank you very much !!

              Reply Quote 0
                1 Reply Last reply
              • jedi-am
                jedi-am last edited by

                This should not be up to the user to fix this.

                Even they release a complete new version and still dont fix with problem with find codecs path installed in the user machine !!!!!

                Reply Quote 1
                  1 Reply Last reply
                • maniganala
                  maniganala last edited by

                  I uninstalled Opera.
                  That was the best solution for me.

                  Reply Quote 1
                    jedi-am 1 Reply Last reply
                  • jedi-am
                    jedi-am @maniganala last edited by

                    @maniganala

                    But it is suprising that you still in their forum, if you are not using it anymore. LOL.

                    Reply Quote 0
                      1 Reply Last reply
                    • superflixla
                      superflixla last edited by

                      I am getting this error in most of the websites except YouTube and few others.
                      plz help i am unable to see videos on websites like
                      https://superflix.la/

                      Reply Quote 0
                        vbnvbn 1 Reply Last reply
                      • vbnvbn
                        vbnvbn @superflixla last edited by vbnvbn

                        @superflixla
                        Try these different versions of libffmpeg.so until opera start opening on your system:

                        https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases

                        https://repo.herecura.eu/herecura/x86_64/

                        https://launchpad.net/~savoury1/+archive/ubuntu/chromium

                        In case you don't know how, find opera folder in /usr/ folder (with the command: find /usr/ -depth -maxdepth 10 -iname 'opera') and copy libffmpeg.so in it (that file should already be in that folder).

                        Reply Quote 0
                          superflixla 1 Reply Last reply
                        • superflixla
                          superflixla @vbnvbn last edited by

                          @vbnvbn Thank you very much!

                          Reply Quote 0
                            1 Reply Last reply
                          • Referenced by  vbnvbn vbnvbn 
                          • iamreinaldo
                            iamreinaldo @xZero last edited by

                            @xzero man, I really like to use Opera and you just saved me.
                            Thank you very much!

                            Reply Quote 0
                              1 Reply Last reply
                            • Referenced by  leocg leocg 
                            • Referenced by  nneo16 nneo16 
                            • mickyyonn
                              mickyyonn @Guest last edited by

                              @pixcatholica same issue with me, tried many things but not working for me.

                              Reply Quote 1
                                1 Reply Last reply
                              • exiort
                                exiort last edited by

                                Hi everyone!
                                I started to use opera on my personal laptop. My OS is Ubuntu 23.10 with kernel Linux 6.5.0-13-generic.
                                My problem is when I go Youtube, Most of videos play properly but some of videos does not play with this error: "Your browser can't play this video."
                                What may cause it, and how to solve it?

                                Reply Quote 0
                                  leocg 1 Reply Last reply
                                • leocg
                                  leocg Moderator Volunteer @exiort last edited by

                                  @exiort None of the solutions above help?

                                  Reply Quote 0
                                    1 Reply Last reply
                                  • Referenced by  sgunhouse sgunhouse 
                                  • Referenced by  leocg leocg 
                                  • RungeKutta
                                    RungeKutta last edited by

                                    I create a script that install the broken library and fix the opera bug.

                                    https://github.com/nicolas-meilan/fix-opera-linux-ffmpeg

                                    Reply Quote 1
                                      adamblackburn 1 Reply Last reply
                                    • RungeKutta
                                      RungeKutta last edited by This post is deleted!
                                      Reply Quote 0
                                        1 Reply Last reply
                                      • adamblackburn
                                        adamblackburn @RungeKutta last edited by

                                        @RungeKutta Thank you for creating that script, worked perfectly for me!

                                        Reply Quote 0
                                          1 Reply Last reply
                                        • shopeandodev
                                          shopeandodev @geokar last edited by

                                          @geokar this work perfect for me on LMDE 6... Thanks buddy

                                          Reply Quote 0
                                            1 Reply Last reply
                                          • jcdomingos
                                            jcdomingos last edited by

                                            Install Chromium
                                            Copy the file libffmpeg.so to Opera
                                            sudo cp /usr/lib/chromium/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so

                                            Reply Quote 0
                                              1 Reply Last reply
                                            • First post
                                              Last post
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 16
                                            • 17
                                            • 1 / 17

                                            Computer browsers

                                            • Opera for Windows
                                            • Opera for Mac
                                            • Opera for Linux
                                            • Opera beta version
                                            • Opera USB

                                            Mobile browsers

                                            • Opera for Android
                                            • Opera Mini
                                            • Opera Touch
                                            • Opera for basic phones

                                            • Add-ons
                                            • Opera account
                                            • Wallpapers
                                            • Opera Ads

                                            • Help & support
                                            • Opera blogs
                                            • Opera forums
                                            • Dev.Opera

                                            • Security
                                            • Privacy
                                            • Cookies Policy
                                            • EULA
                                            • Terms of Service

                                            • About Opera
                                            • Press info
                                            • Jobs
                                            • Investors
                                            • Become a partner
                                            • Contact us

                                            Follow Opera

                                            • Opera - Facebook
                                            • Opera - Twitter
                                            • Opera - YouTube
                                            • Opera - LinkedIn
                                            • Opera - Instagram

                                            © Opera Software 1995-