Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. pyside6 doesn't work with raspberry pi400 still the same error. "No QtMultimedia backend found"
Forum Updated to NodeBB v4.3 + New Features

pyside6 doesn't work with raspberry pi400 still the same error. "No QtMultimedia backend found"

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 371 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.
  • M Offline
    M Offline
    Minosthor
    wrote on last edited by
    #1

    Hello community!

    I have a very simple program that shows me a video, which works on a PC
    under linux Ubuntu without any problems in python3 language with pyside6

    I wanted to adapt this little program on a raspberry pi400

    First, I installed a Manjaro/plasma linux version on the raspberry
    then Pyside6 version 6.7.2

    All the attempts I have made to display my video have ended in failure, I keep getting the error:

    'No QtMultimedia backends found. Only QMediaDevices, QAudioDevice, QSoundEffect, QAudioSink, and QAudioSource are available.
    Failed to initialize QMediaPlayer "Not available"
    Failed to create QVideoSink "Not available"'

    ffmpeg is installed, gstreamer is installed, I tried to place "QT_MEDIA_BACKEND=ffmpeg" in the environment variables. This gives nothing, still the same error.

    Impossible to run this program under raspberry.
    I installed ubuntu on raspberry, but still stuck with the same error.

    I haven't found a single solution in the existing forums on internet.

    Do you have a solution to make pyside6 work correctly on raspberry?
    Thanks for your help !

    1 Reply Last reply
    1
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Are you running a 64 or 32 bit distribution ? Not that it should matter but who knows.
      Also, how are you installing PySide6 ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - 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