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. Cannot play .mp4 videos on IMX6 linux_bsp image
QtWS25 Last Chance

Cannot play .mp4 videos on IMX6 linux_bsp image

Scheduled Pinned Locked Moved Mobile and Embedded
imx6linuxbspvideosgstreamer
3 Posts 1 Posters 1.8k 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.
  • A Offline
    A Offline
    alvinNew
    wrote on 4 May 2015, 09:05 last edited by
    #1

    Hello all,
    Qt5.3
    Has anybody encountered this problem wherein the application can play videos in your desktop development environment but when crosscompiling and putting it on the target board (IMX6 ubuntu linaro linux_bsp) it cannot play the videos.
    At first I couldn't play the videos on my desktop environment (ubuntu 14.04)
    I resolved it by the following commands:
    add--apt-repository ppa:mc3man/trusty-media
    apt-get update
    apt-get install gstreamer0.10-ffmpeg
    I plugged the target board to the internet and did the same commands. It still cannot play the videos. Does anybody have an idea regarding this problem?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alvinNew
      wrote on 5 May 2015, 01:28 last edited by
      #2

      Ok I have redirected the stderr and stdout to a file and the output of the application is:
      QEglFSImx6Hooks will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync.
      If this is not desired, you can override this via: export QT_GLFS_IMX6_NO_FB_MULTI_BUFFER=1
      defaultServiceProvider::requestService(): no service found fo - "org.qt-project.qt.mediaplayer"

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alvinNew
        wrote on 6 May 2015, 09:22 last edited by
        #3

        This maybe due to the fact that our IMX6 board does not have the plugins/mediaservice particularly the libgstmediaplayer.so. Does anyone know how to create this library? And which directory in the IMX6 do I put this if I have successfully cross compiled it?

        1 Reply Last reply
        0

        2/3

        5 May 2015, 01:28

        • Login

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