QtMediaHub: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(clean-up) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
=== About === | === About === | ||
QtMediaHub is a reference implementation of XBMC intended to showcase the power and convenience of QML. It is as a demo for use at Qt related events. | |||
QtMediaHub is a reference implementation of XBMC intended to showcase the power and convenience of QML. It is as a demo for use at Qt related events. | It is intended for research and to convey best practices when using Qt/QML. | ||
=== Features === | === Features === | ||
* Completely skinnable - QtMediaHub is completely written in Qt Quick(1/2) and is thus completely skinnable. The core code is a C++ based media engine (aka runtime) that provides various platform and board dependent services. The QML User interface expose functionality at their discretion. | * Completely skinnable - QtMediaHub is completely written in Qt Quick(1/2) and is thus completely skinnable. The core code is a C++ based media engine (aka runtime) that provides various platform and board dependent services. The QML User interface expose functionality at their discretion. | ||
Line 24: | Line 17: | ||
=== Skins === | === Skins === | ||
There are different skins for corresponding graphic engines. See [[:Category:QtMediaHub::Matinee]] for an example. | |||
=== Download === | === Download === | ||
The source code was located at gitorious [https://gitorious.org/qtmediahub https://gitorious.org/qtmediahub]. | |||
Note that we are in the process of moving the git repositories to the qt.io. | Note that we are in the process of moving the git repositories to the qt.io. | ||
=== Build === | === Build === | ||
Building QtMediaHub once you have a functional Qt4 or Qt5 for your target is trivial. | Building QtMediaHub once you have a functional Qt4 or Qt5 for your target is trivial. | ||
Latest revision as of 12:37, 24 March 2016
About
QtMediaHub is a reference implementation of XBMC intended to showcase the power and convenience of QML. It is as a demo for use at Qt related events. It is intended for research and to convey best practices when using Qt/QML.
Features
- Completely skinnable - QtMediaHub is completely written in Qt Quick(1/2) and is thus completely skinnable. The core code is a C++ based media engine (aka runtime) that provides various platform and board dependent services. The QML User interface expose functionality at their discretion.
- Support Qt4 and Qt5 (Qt4 implies QtQuick1 and Qt5 implies QtQuick2).
- Controllable using a N9 remote control application. Device discovery is done through ZeroConf.
- Media streaming to stream content from your set top box to another device
- Packaged skins using a custom qar format
- Allows custom media integration alongside any built-in media integration of Qt Mobility.
Skins
There are different skins for corresponding graphic engines. See Category:QtMediaHub::Matinee for an example.
Download
The source code was located at gitorious https://gitorious.org/qtmediahub. Note that we are in the process of moving the git repositories to the qt.io.
Build
Building QtMediaHub once you have a functional Qt4 or Qt5 for your target is trivial.
- qmake (for install prefix use 'qmake PREFIX=/usr/', default PREFIX is /usr/local)
- make
Running
- ./bin/qtmediahub (on mac use ./bin/qtmediahub-launcher)