• 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
    463976
    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.
    • NemyV
      NemyV @MarcoRboels Son düzenleyen:

      @marcorboels Worked perfect for me

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

        In the "software manager" of Mint now you can download flatpack package with the codecs integrated, no more struggle.

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

          @mr-matt-eastwood Thank you! This worked for me too. Of-course the path was a bit different for me. Specifically it was "/snap/chromium-ffmpeg/30/chromium-ffmpeg-108372/chromium-ffmpeg" and it had other options, but it worked!

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

            OK After one year this script works very well again.

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

              @styen It worked for me thank you!

              Cevap Alıntı 0
                1 Cevap Son cevap
              • Bu başlıktan bahsedildi. Kullanıcı:   leocg leocg 
              • akanamay
                akanamay @leocg Son düzenleyen: Bu ileti silindi!
                Cevap Alıntı 0
                  1 Cevap Son cevap
                • akanamay
                  akanamay @leocg Son düzenleyen:

                  @leocg it's sad, but a browser that can't watch videos is just useless

                  Cevap Alıntı 0
                    1 Cevap Son cevap
                  • 999Lucia-mi-Amor999
                    999Lucia-mi-Amor999 Son düzenleyen:

                    what I do?
                    Opera One(version: 100.0.4815.21)
                    Opera is up to date
                    Update stream:Stable
                    System:Linux Mint 21.1 (x86_64; X-Cinnamon)
                    Chromium version:114.0.5735.110
                    Browser identification
                    Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/100.0.0.0

                    help me please

                    Cevap Alıntı 0
                      leocg 1 Cevap Son cevap
                    • leocg
                      leocg Moderator Volunteer @999Lucia-mi-Amor999 Son düzenleyen:

                      @999lucia-mi-amor999 Check https://www.reddit.com/r/operabrowser/wiki/opera/linux_libffmpeg_config

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

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

                        higher

                        Just this one solved. Thanks a lot ❤

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

                          I'm facing an issue while trying to stream videos from [MODERATION: removed links] on the Opera browser. Despite trying all above troubleshooting methods, I haven't been able to resolve the problem. I'm reaching out to the community for any suggestions or alternative solutions you might have.

                          Here's a summary of the steps I've taken so far:

                          Checked my internet connection: It's stable, as I can stream from other platforms without any issues.

                          Updated Opera: I'm using the latest version of the browser to ensure compatibility.

                          Cleared cache and cookies: Tried removing browsing data to address potential conflicts, but it didn't help.

                          Disabled extensions/plugins: Temporarily turned off all extensions and plugins, but the problem persisted.

                          Tried private browsing: Attempted to stream in incognito mode, but still encountered the same issue.

                          Updated Adobe Flash Player: Ensured Flash Player was up to date, but it didn't solve the problem.

                          Contacted Opera support: Reached out to them, but their response didn't offer a specific solution for GogoAnime streaming.

                          I'm feeling discouraged after trying these steps with no success. If anyone has experienced a similar issue or has any suggestions, please share your insights.

                          Thank you for your assistance!

                          [MODERATION: removed links]

                          Cevap Alıntı 0
                            sgunhouse 1 Cevap Son cevap
                          • sgunhouse
                            sgunhouse Moderator Volunteer @gogoanime6 Son düzenleyen:

                            @gogoanime6 Opera does not incluse proprietary video codecs.. Find the package chromium-codecs-extra or corresponding package for your system for Opera's version of Chromium and install it.

                            Cevap Alıntı 0
                              1 Cevap Son cevap
                            • Bu başlıktan bahsedildi. Kullanıcı:   leocg leocg 
                            • maniganala
                              maniganala @xZero Son düzenleyen:

                              @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

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

                                that worked. thanks.

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

                                  @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!

                                  Cevap Alıntı 0
                                    1 Cevap Son cevap
                                  • xZero
                                    xZero @xZero Son düzenleyen: 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.

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

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

                                      Cevap Alıntı 0
                                        1 Cevap Son cevap
                                      • jedi-am
                                        jedi-am Son düzenleyen:

                                        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 !!!!!

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

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

                                          Cevap Alıntı 1
                                            jedi-am 1 Cevap Son cevap
                                          • jedi-am
                                            jedi-am @maniganala Son düzenleyen:

                                            @maniganala

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

                                            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-