RTMP stream
General and Desktop
7
Posts
3
Posters
5.2k
Views
1
Watching
-
AFAIK there is no out of the box solution yet?!?
But you can do it by your own by implementing your own QML element see "this":https://bitbucket.org/vladimir_lushpenko/qt-librtmp/overview and "this":http://www.developer.nokia.com/Community/Wiki/Creating_a_custom_QML_element_with_Qt.
-
you can use a "webview":qt-project.org/doc/qt-5.0/qtwebkit/qml-qtwebkit3-webview.html in your qml application.
But then you also need a browser-plugin installed on your system which renders the stream... -