Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 5.5.1 installer for Linux 32 bit issue

Qt 5.5.1 installer for Linux 32 bit issue

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 942 Views 1 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.
  • X Offline
    X Offline
    xtingray
    wrote on last edited by xtingray
    #1

    Hi,
    I was testing the same Qt application from two different Linux environments (64bit vs 32bit).
    In the first one, I have access to webcams and sound resources without any problem. In the second one (32bit) I can't detect any webcam or play any sound file neither. Both operating systems have the same Gstreamer (system) libraries installed, besides, I am using the official Qt 5.5.1 installer for every environment respectively.

    Checking for Qt Gstreamer libs in my Qt 5.5.1 installation at Linux (64bit) I found this:

    ls -al qt_home/5.5/gcc_64/plugins/mediaservice/
    libgstaudiodecoder.so  libgstcamerabin.so  libgstmediacapture.so libgstmediaplayer.so
    

    Checking for Qt Gstreamer libs in my Qt 5.5.1 installation at Linux (32bit) I found this:

    ls -al qt_home/5.5/gcc/plugins/mediaservice/
    libqtmedia_audioengine.so
    

    Obviously, there is a remarkable difference between both installations. So, I wonder if I can get the same media support from Qt 5.5.1 in Linux (32bit) as I already got it from my 64bit environment?

    Thanks!


    Qt Developer

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! This is a known bug that should be fixed in the next release. See https://bugreports.qt.io/browse/QTBUG-46276

      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