• 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

    Opera 82.0.4227.43 Stable update

    Blogs
    desktop blog comments
    15
    36
    7786
    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.
    • treego
      treego @loggsar last edited by

      @loggsar said:

      Some Videos are not working.
      Again.

      Example: https://old.reddit.com/r/Damnthatsinteresting/comments/rm5lkh/an_elder_elephant_waits_at_the_end_and_thanks_the/

      Only a circle visible...

      Opera 82.0.4227.43 Stable on debian bookworkm
      Vivaldi and Firefox on the same computer are working.

      What to do?

      Is your libffmpeg.so updated?

      Reply Quote 0
        loggsar 1 Reply Last reply
      • loggsar
        loggsar @treego last edited by leocg

        @treego:

        sudo find / -xdev -iname libffmpeg.so
        /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
        /opt/vivaldi-snapshot/lib/libffmpeg.so
        /var/opt/vivaldi-snapshot/media-codecs-b647ccfd4aea97d646a09a82b06a46e617c55c2a7781697ac2dea35061aec9d6/libffmpeg.so
        
        ll /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
        -rw-r--r-- 1 root root 1.8M Dec 15 19:30 /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
        
        ffmpeg -version
        ffmpeg version 4.4.1 Copyright (c) 2000-2021 the FFmpeg developers
        built with gcc 11 (Debian 11.2.0-12)
        configuration: --disable-decoder=amrnb --disable-decoder=libopenjpeg --disable-gnutls --disable-liblensfun --disable-libopencv --disable-podpages --disable-sndio --disable-stripping --enable-avfilter --enable-gcrypt --enable-gpl --enable-ladspa --enable-libaom --enable-libaribb24 --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libdavs2 --enable-libdc1394 --enable-libfdk-aac --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libkvazaar --enable-libmp3lame --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libwebp --enable-libx265 --enable-libxavs2 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-nonfree --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-openssl --enable-postproc --enable-pthreads --enable-shared --enable-version3 --enable-vulkan --incdir=/usr/include/x86_64-linux-gnu --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --toolchain=hardened --enable-frei0r --enable-chromaprint --enable-libx264 --enable-vaapi --enable-libmfx --enable-libvmaf --enable-libsvtav1 --enable-libilbc --disable-altivec --shlibdir=/usr/lib/x86_64-linux-gnu
        libavutil      56. 70.100 / 56. 70.100
        libavcodec     58.134.100 / 58.134.100
        libavformat    58. 76.100 / 58. 76.100
        libavdevice    58. 13.100 / 58. 13.100
        libavfilter     7.110.100 /  7.110.100
        libswscale      5.  9.100 /  5.  9.100
        libswresample   3.  9.100 /  3.  9.100
        libpostproc    55.  9.100 / 55.  9.100
        
        

        I also alredy renamed /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so and reinstalled opera. Same problem

        Reply Quote 0
          loggsar spectreseven1138 2 Replies Last reply
        • loggsar
          loggsar @loggsar last edited by

          Hmmm thats weird

          ldd /usr/bin/opera | grep -i libffmpeg.so
          libffmpeg.so => not found

          /usr/lib/x86_64-linux-gnu$ sudo ln -s /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so .

          ldd /usr/bin/opera | grep -i libffmpeg.so
          libffmpeg.so => /usr/lib/x86_64-linux-gnu/libffmpeg.so (0x00007f843da36000)

          also dont help.

          What version of libffmpeg.so do you use and where its stored?

          Reply Quote 0
            treego 1 Reply Last reply
          • treego
            treego @loggsar last edited by

            @loggsar said in Opera 82.0.4227.43 Stable update:

            Hmmm thats weird

            ldd /usr/bin/opera | grep -i libffmpeg.so
            libffmpeg.so => not found

            /usr/lib/x86_64-linux-gnu$ sudo ln -s /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so .

            ldd /usr/bin/opera | grep -i libffmpeg.so
            libffmpeg.so => /usr/lib/x86_64-linux-gnu/libffmpeg.so (0x00007f843da36000)

            also dont help.

            What version of libffmpeg.so do you use and where its stored?

            I store that file in /usr/lib/x86_64-linux-gnu/opera ... I get that file from here: https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine

            Reply Quote 0
              loggsar 1 Reply Last reply
            • loggsar
              loggsar @treego last edited by

              @treego: That helped.
              Thank you!

              Reply Quote 1
                treego 1 Reply Last reply
              • treego
                treego @loggsar last edited by

                @loggsar said in Opera 82.0.4227.43 Stable update:

                @treego: That helped.
                Thank you!

                You are welcome! Merry Christmas! 🙂

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

                  Since recently when I install addons from Opera addons or Chrome extensions and restart Opera these addons dissapears from Opera.
                  Is it only me having?

                  Reply Quote 0
                    burnout426 1 Reply Last reply
                  • burnout426
                    burnout426 Volunteer @warom15751 last edited by

                    @warom15751 No issues for me at least.

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

                      I am very curious how far Opera could go in updating a stable version when ending the year 2021.

                      Reply Quote 0
                        treego 1 Reply Last reply
                      • treego
                        treego @hwpc48 last edited by

                        @hwpc48 said in Opera 82.0.4227.43 Stable update:

                        I am very curious how far Opera could go in updating a stable version when ending the year 2021.

                        To the balcony and back at the Opera! 🙂

                        Reply Quote 0
                          hwpc48 1 Reply Last reply
                        • hwpc48
                          hwpc48 @treego last edited by

                          @treego: Japanese software professionals are keeping their eyes on 'paste protection' in coming Opera 84. Pls live up to their expectation in a speedy manner as usual.

                          Reply Quote 0
                            treego 1 Reply Last reply
                          • treego
                            treego @hwpc48 last edited by

                            @hwpc48 said in Opera 82.0.4227.43 Stable update:

                            @treego: Japanese software professionals are keeping their eyes on 'paste protection' in coming Opera 84. Pls live up to their expectation in a speedy manner as usual.

                            What is 'paste protection?' I never heard of it.

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

                              @treego A new feature in Opera: https://blogs.opera.com/desktop/2021/12/opera-84-0-4274-0-developer-update/

                              Reply Quote 0
                                treego 1 Reply Last reply
                              • treego
                                treego @leocg last edited by

                                @leocg said in Opera 82.0.4227.43 Stable update:

                                @treego A new feature in Opera: https://blogs.opera.com/desktop/2021/12/opera-84-0-4274-0-developer-update/

                                Nice! Thank you, @leocg !!! 🙂

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

                                  Don't you think clicking the title bar to return to the top of a page should work when you're in the Speed Dial?

                                  After scrolling down the news, it'd be great to click at the title and be back at Speed Dials in an instant. Just saying!

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

                                    Adblocker is blocking videos on https://www.nejm.org/

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

                                      @unrealmirakulix: e.g. https://www.nejm.org/doi/full/10.1056/NEJMra2020394

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

                                        OpenSuse + Gnome
                                        When opening the save or open dialog, this dialog window disappears immediately.

                                        Just go to any page and try to save it.

                                        The same problem in Chromium and Chrome. Looks like a Chromium problem.

                                        Reply Quote 0
                                          1 Reply Last reply
                                        • spectreseven1138
                                          spectreseven1138 @loggsar last edited by

                                          @loggsar: Getting the latest version of the library from Chromium and using that fixed the issue for me.

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

                                            The page
                                            https://coronavirus.jhu.edu/map.html
                                            does not work.
                                            I have reported it before. Then after reinstalling Opera it was ok.
                                            But after 3-4 day of using it the page does not work anymore.
                                            Cleaning all date connected with this page does not help.

                                            Reply Quote 0
                                              ironbone leocg 2 Replies Last reply
                                            • First post
                                              Last post

                                            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-