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. QT Video Playing on Embedded Linux
Forum Updated to NodeBB v4.3 + New Features

QT Video Playing on Embedded Linux

Scheduled Pinned Locked Moved Mobile and Embedded
13 Posts 4 Posters 6.2k 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.
  • A Offline
    A Offline
    andreyc
    wrote on last edited by
    #4

    [quote author="umtkyck" date="1407161279"]Also ‘gst-launch … filedir ffmpeg ! … ‘ works perfect for .mpg but it doesnt work for .mp4 and .avi .[/quote]

    To play mp4 and avi you need qtdemux and avidemux plugins.
    They are part of gst-plugins-good0.10.
    To make sure that you have bot installed run
    @
    gst-inspect-0.10 qtdemux
    gst-inspect-0.10 avidemux
    @

    [quote author="umtkyck" date="1407172184"]I think gstreamer is working problem is gst-plugins-good -bad -ugly .[/quote]
    gstreamer is a core framework that provides a mechanism to build a media pipeline. The plugins do all job inside the pipeline. So if you don't have correct plugings gstreamer will not work.

    1 Reply Last reply
    0
    • U Offline
      U Offline
      umtkyck
      wrote on last edited by
      #5

      When I write 'gst-inspect-0.10 qtdemux' on embedded linux ,
      Output: "No such element or plugin 'qtdemux'"
      @
      $gst-inspect-0.10 avidemux
      Output:
      "Factory Details:
      Long name: Avi demuxer
      Class: Codec/Demuxer
      Description: Demultiplex an avi file into audio and video
      Author(s): Erik Walthinsen omega@cse.ogi.edu, Wim Taymans wim.taymans@chello.be, Thijs Vermeir thijsvermeir@gmail.com
      Rank: primary (256)

      Plugin Details:
      Name: avi
      Description: AVI stream handling
      Filename: /usr/lib/gstreamer-0.10/libgstavi.so
      Version: 0.10.31
      License: LGPL
      Source module: gst-plugins-good
      Source release date: 2012-02-20
      Binary package: GStreamer Good Plug-ins source release
      Origin URL: Unknown package origin

      GObject
      +----GstObject
      +----GstElement
      +----GstAviDemux
      .
      .
      .
      "
      @
      Yeah problem may be on qtdemux how can I active it?

      Thanks.

      1 Reply Last reply
      0
      • U Offline
        U Offline
        umtkyck
        wrote on last edited by
        #6

        I couldnt find qtdemux on buildroot ,
        What can be the correct configuration on buildroot to play video with Qt Phonon.?

        Ümit.

        1 Reply Last reply
        0
        • U Offline
          U Offline
          umtkyck
          wrote on last edited by
          #7

          Ok I found the solution , qtdemux is "isomp4" plugin.

          The biggest problem now is video is playing very slow and ,its color is really bad.How can I fix it ?

          Ümit.

          VincentchouV 1 Reply Last reply
          0
          • U Offline
            U Offline
            umtkyck
            wrote on last edited by
            #8

            With gst-launch it plays well but with Qt qmediaplayer video plays very slowly.How can I solve this?

            1 Reply Last reply
            0
            • McLionM Offline
              McLionM Offline
              McLion
              wrote on last edited by
              #9

              What HW are you working on?
              Do you output directly to FB? If yes, do you use directFB?

              1 Reply Last reply
              0
              • U Offline
                U Offline
                umtkyck
                wrote on last edited by
                #10

                I am working on MX53 and application is working on FB , I can use DirectFB but is it lightweighter than FB? Video is playing , but very slow and CPU is at ps.
                May problem be on phonon and its backend.?

                1 Reply Last reply
                0
                • McLionM Offline
                  McLionM Offline
                  McLion
                  wrote on last edited by
                  #11

                  I have never worked with MX53.
                  MX53 does have graphic accelerator. Are you using freescale drivers to make use of them, maybe in combination with directFB?

                  1 Reply Last reply
                  0
                  • U Offline
                    U Offline
                    umtkyck
                    wrote on last edited by
                    #12

                    Problem still occurs... I want to use mplayer instead of gstreamer how can I change phonon backend from libphonon_gstreamer.so to libphonon_mplayer.so.?

                    1 Reply Last reply
                    0
                    • U umtkyck

                      Ok I found the solution , qtdemux is "isomp4" plugin.

                      The biggest problem now is video is playing very slow and ,its color is really bad.How can I fix it ?

                      Ümit.

                      VincentchouV Offline
                      VincentchouV Offline
                      Vincentchou
                      wrote on last edited by
                      #13

                      @umtkyck
                      Hi!
                      We have the same problem here and has struggled for a few weeks for playing video on our i.mx6 sabresd board running qt4-embedded. Even though we have already put isomp4 lib inside the plugins folder, we still cannot make the video playback work. Could you kindly share you experience? Thanks!
                      Vincent

                      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