Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtMediaPlayer on imx6 always in StoppedState
Qt 6.11 is out! See what's new in the release blog

QtMediaPlayer on imx6 always in StoppedState

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 348 Views
  • 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
    marcin100
    wrote on last edited by
    #1

    I'm building a small media player app on imx6 board. It uses QtMediaPlayer class. i load files to QMediaPlaylist and then play them via QMediaPlayer. The app works on desktop running Ubuntu but when deployed to the imx6 board it reports player->currentMedia() is null. This does not happen on desktop machine.
    The playlist is not empty and files are loaded correctly, but when I set the state to player->play() nothing happens, the state remains at StoppedState, the Volume is also "0" even when set to 100.
    The error string is empty.

    Audio from console on the imx board works fine, but I tested it using aplay and QMediaPlayer is using a different means (Gstreamer I think).

    I wonder if this could be related to GStreamer issues or version. The imx board has Gstreamer 1.0 installed.

    I would appreciate if someone could give me some pointers on how to start debugging this problem

    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