• Giriş
    • Arama
    • Kategoriler
    • Güncel
    • Etiketler
    • Kullanıcılar
    • Gruplar
    • 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

    The Videos Don't Play Topic

    Opera for Linux
    playback error playback issues video videos
    142
    333
    463971
    Daha fazla ileti
    • En eskiden en yeniye
    • En yeniden en eskiye
    • En çok oylanan
    Cevap
    • Yeni başlık oluşturarak cevapla
    Cevaplamak için giriş yapın
    Bu başlık silindi. Sadece başlık düzenleme yetkisi olan kullanıcılar görebilir.
    • leocg
      leocg Moderator Volunteer @linuc Son düzenleyen:

      @linuc As you know, I don't work for Opera. No moderator works for Opera.

      And as already said, Opera can't provide the library by any means.

      Cevap Alıntı 0
        linuc 2 Cevap Son cevap
      • linuc
        linuc @leocg Son düzenleyen: linuc

        @leocg

        Oh, I thought I was here on the Opera forum. Sorry 😉

        Edit: Yes, I am in the Opera Forum, it is linked on the Opera Website!

        https://www.opera.com/

        Then click on the top right, open the menu, go to help and you will find the link to this Forum.

        Cevap Alıntı -1
          1 Cevap Son cevap
        • jrgsampaio
          jrgsampaio @Ziyaretçi Son düzenleyen:

          @marek-online

          The solution presented worked like a charm in my box (Ubuntu 21.04 in a LG gram laptop with Core i7 8th gen)
          I needed to search for libffmpeg.so with Nautilus to find the correct folders to use in the symlink command.

          Thanks,
          Jorge Sampaio

          Cevap Alıntı 0
            1 Cevap Son cevap
          • styen
            styen Son düzenleyen:

            This solves the problem.
            https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine

            Cevap Alıntı 2
              linuc 31canluthien69 2 Cevap Son cevap
            • linuc
              linuc @styen Son düzenleyen:

              @styen

              Hi

              I got this in the terminal:

              q4os@q4os-desktop:~/Desktop$ git clone https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
              bash: git: command not found
              q4os@q4os-desktop:~/Desktop$
              
              Cevap Alıntı 1
                1 Cevap Son cevap
              • linuc
                linuc @leocg Son düzenleyen:

                @leocg

                How about if a good programmer writes an extension (adon) for Opera, which solves the problem when starting Opera and is also automatically updated if necessary? Is that legally possible? The given script on github doesn't work for me.

                Cevap Alıntı -1
                  leocg styen xZero 3 Cevap Son cevap
                • leocg
                  leocg Moderator Volunteer @linuc Son düzenleyen:

                  @linuc Don't know, maybe since it wouldn't be Opera providing the solution.

                  Cevap Alıntı 0
                    1 Cevap Son cevap
                  • styen
                    styen @linuc Son düzenleyen: styen

                    @linuc You need to install git to clone the repo.
                    Or download and unpack https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine/archive/refs/heads/main.zip and make install.sh executable

                    Cevap Alıntı 2
                      linuc 1 Cevap Son cevap
                    • linuc
                      linuc @styen Son düzenleyen:

                      @styen

                      Thank you, I finally made it 🙂

                      In the description here:

                      https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine

                      should still be under "Requirements":

                      3. git (Is needed to clone the repo) sudo apt install git
                      

                      https://www.atlassian.com/git/tutorials/install-git#linux

                      It only needs the commands in point 1. Depending on the distribution with -get or without.

                      When executing the script you can answer questions and set the script so that it is automatically executed after every update of Opera. Great!

                      I hope it will work forever and ever ... and if not, someone could turn it into an extension for Opera.

                      Cevap Alıntı 1
                        linuc 1 Cevap Son cevap
                      • linuc
                        linuc @linuc Son düzenleyen:

                        @linuc

                        Unfortunately I couldn't edit my last post:

                        Maybe I can post this link for a summary of the instructions? Unfortunately the server is very slow, ifastnet, but with a little patience the page loads. Sure, everyone can copy the instructions and distribute them further.

                        summary of the instructions

                        Cevap Alıntı 0
                          1 Cevap Son cevap
                        • xZero
                          xZero @rgplayzmc Son düzenleyen:

                          @rgplayzmc Thank you for keeping me in the loop, I was inactive lately. I will fix the script and post an updated version as soon as ready.

                          Cevap Alıntı 0
                            1 Cevap Son cevap
                          • xZero
                            xZero @linuc Son düzenleyen:

                            @linuc It is not (or hardly) possible. Modifying system libraries is absolutely out of scope for a browser extension.

                            Cevap Alıntı 1
                              linuc 1 Cevap Son cevap
                            • linuc
                              linuc @xZero Son düzenleyen:

                              @xzero

                              This is a pity. But a negotiated solution has to be found anyway at some point. Until then, the fix from github works fine. Today I got an update from Opera and the script from github was executed automatically. Everything works very well 🙂

                              Cevap Alıntı 1
                                1 Cevap Son cevap
                              • xZero
                                xZero @xZero Son düzenleyen: xZero

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

                                My previous solution still works, but you might lose the changes (symlink) when Opera gets updated. At least that happened in my case. Applying the solution manually every time is a pain.
                                You can use this handy script to fix ffmpeg support for you, whenever it gets broken.

                                Fetch the always up to date script from here, or simply use this command to directly download the script:

                                curl -fsSL https://raw.githubusercontent.com/xZero707/opera-fix-ffmpeg/master/opera-fix-ffmpeg.sh -o opera-fix-ffmpeg.sh
                                

                                Remember: When downloading the script from the internet, it is always a good idea to inspect the script first.

                                Run with:

                                sudo /bin/bash opera-fix-ffmpeg.sh
                                

                                or

                                sudo /bin/bash opera-fix-ffmpeg.sh /path/to/your-opera-installation
                                

                                or

                                sudo /bin/bash opera-fix-ffmpeg.sh /path/to/your-opera-installation /path/to/your/snap/binary
                                

                                The script will install or update snap chromium-ffmpeg and create a symlink to the latest bundled ffmpeg.so, in your opera directory.

                                Note that sudo is required.
                                Tested and working on Linux Manjaro. Should work for other Linux distros as well.
                                Disclaimer: This script is provided as-is. Use at your own responsibility.

                                The script has been updated. It is now moved to the repository here: https://github.com/xZero707/opera-fix-ffmpeg

                                Instructions have been also updated in the quote.

                                @rgplayzmc Please check it out and let me know if this is the fix you expected.

                                Cevap Alıntı 3
                                  miyen dopplerduck kareemb 3 Cevap Son cevap
                                • Cupid-101
                                  Cupid-101 Son düzenleyen:

                                  Hi, I can't load any video except videos on youtube, I have looked it up, but I still have no idea, I have tried turning off the hardware acceleration in Settings, but it didn't work.
                                  I have to use Linux OS due to my low configuration (I'm using an old laptop), and I'm not an expert in technology or code. I can play videos on other browsers such as Chrome, Firefox; but my computer runs faster on Opera. Can the videos be played if I install an older version (but I don't know how to install it, too)? I'm stuck right now, please help me. Thanks in advance for any help.

                                  Cevap Alıntı 0
                                    leocg styen 2 Cevap Son cevap
                                  • leocg
                                    leocg Moderator Volunteer @Cupid-101 Son düzenleyen:

                                    @cupid-101 Check above.

                                    Cevap Alıntı 0
                                      1 Cevap Son cevap
                                    • miyen
                                      miyen @xZero Son düzenleyen:

                                      @xzero that does not work to me,

                                      have to check few more codecs from here - http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/?C=M;O=A

                                      currently working only with the codec from "chromium-codecs-ffmpeg-extra_94.0.4606.81-0ubuntu0.18.04.1_amd64.deb"

                                      My PC is:
                                      Linux Mint 20.2 Cinnamon / kernel 5.4.0-89-generic
                                      Opera 80.0.4170.72
                                      i5-2500k CPU,

                                      i386 codecs does not work to me.

                                      Regards

                                      Cevap Alıntı 0
                                        1 Cevap Son cevap
                                      • MarcoRboels
                                        MarcoRboels Son düzenleyen:

                                        Easy solution via Terminal (rooted):

                                        $ sudo snap install chromium-ffmpeg

                                        $ sudo cp /snap/chromium-ffmpeg/current/chromium-ffmpeg-104195/chromium-ffmpeg/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so

                                        I chose 104195 version because is the only one workable over Opera version 80.0.4170.72 and Ubuntu 20.04.3 LTS (x86_64; LXQt)

                                        Cevap Alıntı 4
                                          Dark-2011111 nathaniel joanapaulaso 3 Cevap Son cevap
                                        • styen
                                          styen @Cupid-101 Son düzenleyen:

                                          @cupid-101 https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine/

                                          Cevap Alıntı 1
                                            luisandriy john-53 Eski Kullanıcı 4 Cevap Son cevap
                                          • luisandriy
                                            luisandriy @styen Son düzenleyen:

                                            @styen Cheers mate, that really helped, now Opera works.

                                            Cevap Alıntı 0
                                              1 Cevap Son cevap
                                            • İlk ileti
                                              Son ileti

                                            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-