QVisu
Qt-based visualization for smart homes
|
The video element uses VLC to display video from any source that VLC supports. This includes RTSP, necessary for most IP surveillance cameras.
This is still experimental and buggy. The video functionality is not included in the binaries, compile it yourself if you want to try it. See the .pro file for details.
Major bugs:
Two streams in parallel have not been tested yet.
<element type="video" position="x,y" width="w" height="h"> <url>URL</url> </element>
Elements in bold are mandatory.
element/tag | comment |
---|---|
width, height | Can be chosen arbitrarily |
url | URL of the stream. Include credentials in the URL, as in rtsp://user:password:port/video.h264 |