Category:QtMediaHub::Trident Shiner

From Qt Wiki
Revision as of 14:48, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Running QtMediaHub on Trident Shiner

Assumptions

  1. Qt 4.8.0 is configured, built and installed as per Trident Shiner [qt.io]
  2. Can run “GstTsPlayer” or “miniplayer” on reference board to test media playback alongside any simple OpenGL ES 2.0 application
  3. The video playback plane is behind the graphics plane
  4. QTDIR” and “PATH” environment variables are set to use Qt 4.8.0 cross compiled and installed for Trident Shiner in your build terminal

Getting Source

You can get the latest source code from gitorious https://gitorious.org/qtmediahub [gitorious.org].
You can use sync-to-head [gitorious.org] to update your sources to latest version

Note that we are in the process of moving the git repositories to the qt.io.

Multimedia Playback Support

QMH uses “platform specific media player application” (in Trident Shiner’s case it is either “GstTsPlayer” or “miniplayer” ) to have media playback facility.
This is achieved using “out of process integration” which means:-

  1. Using a “QProcess” object start platform specific media player
  2. Write to this “QProcess” object to pass playback commands
  3. Read from this “QProcess” object to receive feedback

Trident Shiner’s GstTsPlayer specific media control integration can be found in files mediaplayerTridentShinerGstTsPlayer.h [gitorious.org] and mediaplayerTridentShinerGstTsPlayer.cpp [gitorious.org]

Trident Shiner’s miniplayer specific media control integration can be found in files mediaplayerTridentShinerMiniplayer.h [gitorious.org] and mediaplayerTridentShinerMiniplayer.cpp [gitorious.org]

Configuring

Use “ -media-backend TRIDENT_SHINER_GSTTSPLAYER” configure option to enable multimedia playback capability of QMH using GstTsPlayer

Use “ -media-backend TRIDENT_SHINER_MINIPLAYER” configure option to enable multimedia playback capability of QMH using miniplayer

Building

Build QMH as follows

Installing

As installation of QMH on Trident Shiner reference board copy entire “qtmediahub” directory so that its path is exactly same as that on build machine.

Running QMH on Qt 4.8 (QWS)

Setup QTDIR, QWS_KEYBOARD, QWS_MOUSE_PROTO and LD_LIBRARY_PATH environment variables as follows

Rum QMH as follows to use OpenGL ES 2.0

Rum QMH as follows to use DirectFB

Rum QMH as follows to use Linux Frame Buffer

There is only one article in "QtMediaHub -> Trident_Shiner":

Q

This category currently contains no pages or media.