Category:QtMediaHub::Supported Platforms: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=QtMediaHub Supported Platforms=
h1. QtMediaHub Supported Platforms


QtMediaHub runs a wide range of targets Desktop Linux (Ubuntu, Arch, Debian), Mac OS X and on a wide range of hardware boards.
QtMediaHub runs a wide range of targets - Desktop Linux (Ubuntu, Arch, Debian), Mac OS X and on a wide range of hardware boards.


Supported hardware boards include Trident Shiner, ST7105, ST7108, ST7547, Broadcom xxx, Amlogic and Raspberry-pi. (<span class="caps">FIXME</span>: add board specific pages)<br /> Supported hardware boards are as follows
Supported hardware boards include Trident Shiner, ST7105, ST7108, ST7547, Broadcom xxx, Amlogic and Raspberry-pi. (FIXME: add board specific pages)<br />Supported hardware boards are as follows


{| class="infotable line"
{background:#009900}. |''. Skin |''. Tested with Qt Graphics Display Driver on Qt 4.8 (QWS) |''. Tested with Qt Platform Plugin on Qt 4.8 (QPA) |''. Tested with Qt Platform Plugin on Qt 5.0 (QPA) |<br />| [[Category:QtMediaHub::Trident_Shiner | Trident Shiner ]] | eglnullws, directfb, linuxfb |||<br />| [[Category:QtMediaHub::ST7105 | ST7105]] | directfb, linuxfb |||<br />| [[Category:QtMediaHub::ST7108 | ST7108]] | eglnullws, directfb, linuxfb |||<br />| [[Category:QtMediaHub::ST7540 | ST7540]] | eglnullws, directfb, linuxfb |||
|- style="background: #009900"
! Skin
! Tested with Qt Graphics Display Driver on Qt 4.8 (<span class="caps">QWS</span>)
! Tested with Qt Platform Plugin on Qt 4.8 (<span class="caps">QPA</span>)
! Tested with Qt Platform Plugin on Qt 5.0 (<span class="caps">QPA</span>)
|-
|
[[:Category:QtMediaHub::Trident Shiner|Trident Shiner]]
| eglnullws, directfb, linuxfb
|
|
|-
|
[[:Category:QtMediaHub::ST7105|ST7105]]
| directfb, linuxfb
|
|
|-
|
[[:Category:QtMediaHub::ST7108|ST7108]]
| eglnullws, directfb, linuxfb
|
|
|-
|
[[:Category:QtMediaHub::ST7540|ST7540]]
| eglnullws, directfb, linuxfb
|
|
|}


As none of the solution for integration of “Multimedia Playback” and Qt works on any of the hardware boards, <br /> We have taken an approach of “out of process integration” of “platform specific mediaplayer application” with QtMediaHub.
As none of the solution for integration of &quot;Multimedia Playback&amp;quot; and Qt works on any of the hardware boards,<br />We have taken an approach of &quot;out of process integration&amp;quot; of &quot;platform specific mediaplayer application&amp;quot; with QtMediaHub.


# <span class="caps">QMH</span> issues commands to “platform specific media player application” on its <span class="caps">STDIN</span>
## QMH issues commands to &quot;platform specific media player application&amp;quot; on its STDIN<br />## And QMH collects the feedback by reading &quot;platform specific media player application&amp;quot;'s STDOUT and STDERROR
# And <span class="caps">QMH</span> collects the feedback by reading “platform specific media player application”‘s <span class="caps">STDOUT</span> and <span class="caps">STDERROR</span>


The implementation of “out of process integration” of “platform specific mediaplayer application” is very specific to the platform and mediaplayer application
The implementation of &quot;out of process integration&amp;quot; of &quot;platform specific mediaplayer application&amp;quot; is very specific to the platform and mediaplayer application
 
===There is only one article in "QtMediaHub -&gt; Supported_Platforms":===
 
===Q===
* [[QtMediaHub]]
 
===Categories:===
 
* [[:Category:QtMediaHub|QtMediaHub]]
** [[:Category:QtMediaHub::ST7105|ST7105]]
** [[:Category:QtMediaHub::ST7108|ST7108]]
** [[:Category:QtMediaHub::ST7540|ST7540]]
* [[:Category:QtMediaHub::Trident Shiner|Trident_Shiner]]

Revision as of 10:26, 24 February 2015

h1. QtMediaHub Supported Platforms

QtMediaHub runs a wide range of targets - Desktop Linux (Ubuntu, Arch, Debian), Mac OS X and on a wide range of hardware boards.

Supported hardware boards include Trident Shiner, ST7105, ST7108, ST7547, Broadcom xxx, Amlogic and Raspberry-pi. (FIXME: add board specific pages)
Supported hardware boards are as follows

{background:#009900}. |. Skin |. Tested with Qt Graphics Display Driver on Qt 4.8 (QWS) |. Tested with Qt Platform Plugin on Qt 4.8 (QPA) |. Tested with Qt Platform Plugin on Qt 5.0 (QPA) |
| | eglnullws, directfb, linuxfb |||
| | directfb, linuxfb |||
| | eglnullws, directfb, linuxfb |||
| | eglnullws, directfb, linuxfb |||

As none of the solution for integration of "Multimedia Playback&quot; and Qt works on any of the hardware boards,
We have taken an approach of "out of process integration&quot; of "platform specific mediaplayer application&quot; with QtMediaHub.

    1. QMH issues commands to "platform specific media player application&quot; on its STDIN
      ## And QMH collects the feedback by reading "platform specific media player application&quot;'s STDOUT and STDERROR

The implementation of "out of process integration&quot; of "platform specific mediaplayer application&quot; is very specific to the platform and mediaplayer application

This category currently contains no pages or media.