Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt multimedia warnings Qt 6.6.0
Forum Updated to NodeBB v4.3 + New Features

Qt multimedia warnings Qt 6.6.0

Scheduled Pinned Locked Moved Unsolved General and Desktop
17 Posts 7 Posters 6.7k Views 3 Watching
  • 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.
  • JoeCFDJ JoeCFD

    @respect88 also make sure video drivers are installed. Install VLC and see if vlc works correctly.

    R Offline
    R Offline
    respect88
    wrote on last edited by respect88
    #8

    @JoeCFD Installing the program 'cheese' in Ubuntu works to display the webcam. I am going to try upgrading to Ubuntu 23 and install this package gstreamer1.0-qt6, which isn't available for Ubuntu 22

    JoeCFDJ 1 Reply Last reply
    0
    • R respect88

      @JoeCFD Installing the program 'cheese' in Ubuntu works to display the webcam. I am going to try upgrading to Ubuntu 23 and install this package gstreamer1.0-qt6, which isn't available for Ubuntu 22

      JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by JoeCFD
      #9

      @respect88 I do not think upgrade will help. But it is nice to use Ubuntu 23. Try to find FFmpeg debug tool to check what is wrong. For example, in gstreamer you can set GST_DEBUG env variable to find out gstreamer related errors. FFmpeg must have something similar.
      Qt Multimedia is a black box and it is hard to find where the problem is.

      While ffmpeg doesn't have a dedicated environment variable like GST_DEBUG in GStreamer, you can achieve a similar debugging effect using the AV_LOG environment variable. ffmpeg uses the libavutil library for logging, and AV_LOG is the environment variable that controls the logging level.
      Possible values for AV_LOG include:

      quiet: Show no messages.
      panic: Only show fatal errors.
      fatal: Only show fatal errors and errors.
      error: Only show errors.
      warning: Show errors and warnings.
      info: Show errors, warnings, and informational messages.
      verbose: Show all the above, plus more verbose output.
      debug: Show all messages, including debugging information.
      
      R 1 Reply Last reply
      0
      • JoeCFDJ JoeCFD

        @respect88 I do not think upgrade will help. But it is nice to use Ubuntu 23. Try to find FFmpeg debug tool to check what is wrong. For example, in gstreamer you can set GST_DEBUG env variable to find out gstreamer related errors. FFmpeg must have something similar.
        Qt Multimedia is a black box and it is hard to find where the problem is.

        While ffmpeg doesn't have a dedicated environment variable like GST_DEBUG in GStreamer, you can achieve a similar debugging effect using the AV_LOG environment variable. ffmpeg uses the libavutil library for logging, and AV_LOG is the environment variable that controls the logging level.
        Possible values for AV_LOG include:

        quiet: Show no messages.
        panic: Only show fatal errors.
        fatal: Only show fatal errors and errors.
        error: Only show errors.
        warning: Show errors and warnings.
        info: Show errors, warnings, and informational messages.
        verbose: Show all the above, plus more verbose output.
        debug: Show all messages, including debugging information.
        
        R Offline
        R Offline
        respect88
        wrote on last edited by respect88
        #10

        @JoeCFD Having trouble finding a ffmpeg tool that can debug my app.

        I did create a bug report a few months ago. I feel like this whole switch to ffmpeg is still kinda new and all the issues aren't ironed out.

        https://bugreports.qt.io/browse/QTBUG-116470

        JoeCFDJ 1 Reply Last reply
        0
        • R respect88

          @JoeCFD Having trouble finding a ffmpeg tool that can debug my app.

          I did create a bug report a few months ago. I feel like this whole switch to ffmpeg is still kinda new and all the issues aren't ironed out.

          https://bugreports.qt.io/browse/QTBUG-116470

          JoeCFDJ Offline
          JoeCFDJ Offline
          JoeCFD
          wrote on last edited by JoeCFD
          #11

          @respect88 Not sure how big your multimedia app is. It may not be that hard to code raw FFmpeg pipeline in your qt code. I use gstreamer for streaming in my Qt app.
          Any of them will be good. Then, you will have more control over what you want to do.

          1 Reply Last reply
          0
          • A AkshayFP

            Just downloaded Qt 6.6.0 on Ubuntu 22.04 and I started getting these errors when running the app:

            qt.multimedia.ffmpeg.libsymbolsresolver: Couldn't load OpenSsl library
            qt.multimedia.ffmpeg.libsymbolsresolver: Couldn't load VAAPI library
            

            I have OpenSSL - openssl and libssl-dev. Not sure what VAAPI.

            Any idea what else I would need?

            O Offline
            O Offline
            oniongarlic
            wrote on last edited by
            #12

            @AkshayFP reported this today, https://bugreports.qt.io/browse/QTBUG-110805
            Basically the ffmpeg backend is looking for OpenSSL 1.1 libraries.

            O 1 Reply Last reply
            0
            • O oniongarlic

              @AkshayFP reported this today, https://bugreports.qt.io/browse/QTBUG-110805
              Basically the ffmpeg backend is looking for OpenSSL 1.1 libraries.

              O Offline
              O Offline
              oniongarlic
              wrote on last edited by
              #13

              Oops, wrong url, I mean this one https://bugreports.qt.io/browse/QTBUG-118178

              1 Reply Last reply
              0
              • T Offline
                T Offline
                Trung Ngo
                wrote on last edited by
                #14

                https://bugreports.qt.io/browse/QTBUG-110805
                This ticket has resolved in Qt 6.5.5 but I cannot find this version in my Qt installation.
                Anyone know how to install this?
                PS: I have done with Qt 6.6.1 but I want to do with Qt 6.5.5

                jsulmJ 1 Reply Last reply
                0
                • T Trung Ngo

                  https://bugreports.qt.io/browse/QTBUG-110805
                  This ticket has resolved in Qt 6.5.5 but I cannot find this version in my Qt installation.
                  Anyone know how to install this?
                  PS: I have done with Qt 6.6.1 but I want to do with Qt 6.5.5

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #15

                  @Trung-Ngo said in Qt multimedia warnings Qt 6.6.0:

                  Anyone know how to install this?

                  How did you install Qt?
                  If using online installer you can use Qt Maintenance Tool to install another Qt version (you probably will have to enable Archive to install older versions).

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  T 1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @Trung-Ngo said in Qt multimedia warnings Qt 6.6.0:

                    Anyone know how to install this?

                    How did you install Qt?
                    If using online installer you can use Qt Maintenance Tool to install another Qt version (you probably will have to enable Archive to install older versions).

                    T Offline
                    T Offline
                    Trung Ngo
                    wrote on last edited by
                    #16

                    @jsulm I use either a clean installation or Maintenance. All of them do not include Qt 6.5.5
                    Only Qt 6.5.3 and up to 6.6.0. It does not have Qt 6.5.4 and Qt 6.5.5

                    jsulmJ 1 Reply Last reply
                    0
                    • T Trung Ngo

                      @jsulm I use either a clean installation or Maintenance. All of them do not include Qt 6.5.5
                      Only Qt 6.5.3 and up to 6.6.0. It does not have Qt 6.5.4 and Qt 6.5.5

                      jsulmJ Offline
                      jsulmJ Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #17

                      @Trung-Ngo said in Qt multimedia warnings Qt 6.6.0:

                      It does not have Qt 6.5.4 and Qt 6.5.5

                      It could be that these versions are not provided via installer for OSS users (only for commercial users). You would need to build that Qt version from source. But why don't you want to use Qt 6.6.x?

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved