summaryrefslogtreecommitdiffstats
path: root/README
blob: f3ca82e3b43eb97b216d64d7c48030f7a3f613aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
QtQuickStreamer provides QML bindings for the GStreamer multimedia framework.
Copyright (C) 2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com

You may use, distribute and copy QtQuickStreamer under the terms of
GNU Lesser General Public License version 2.1, as found in the COPYING file.

SO FAR THIS PROJECT HAS THE STATE OF A FEASIBILITY STUDY.
IT MIGHT NOT DO ANYTHING USEFUL. APIS WILL CHANGE WITH OUT ANY NOTIFICATION.

If still interested in further information, send an email to
<mathias@taschenorakel.de>, or ping hasselmm at #gstreamer on irc.freenode.org.

BUILDING FROM GIT

Make sure to have a C++ 11 compiler, Qt 5.0 and development files for GStreamer
1.0 installed. If that's the case just run "qmake $srcdir" and then "make" to
build the code.

If the build succeeds you'll find the QML plugin in src/QuickStreamer.
There also is example code in src/examples and the tests folder.

INSTALLING

The build system still needs those hooks.