xrdp/vrplayer
matt335672 d77b0b3b9d Bump cppcheck to v2.11
This fixes the following errors:-

sesman/tools/authtest.c:64:14: error: syntax error [syntaxError]
    g_printf("xrdp auth module tester v" PACKAGE_VERSION "\n");
             ^
sesman/tools/sesrun.c:165:14: error: syntax error [syntaxError]
    g_printf("xrdp session starter v" PACKAGE_VERSION "\n");
             ^
vrplayer/decoder.h:35:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/playaudio.h:45:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/dlgabout.h:22:13: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    private slots:
            ^
vrplayer/playvideo.h:49:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
Additionally, cppcheck now makes use of all available CPUs
2023-06-23 15:12:51 +01:00
..
README.txt
decoder.cpp
decoder.h Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00
demuxmedia.cpp
demuxmedia.h
dlgabout.cpp
dlgabout.h Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00
dlgabout.ui
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui
mediapacket.cpp
mediapacket.h
ourinterface.cpp
ourinterface.h
playaudio.cpp
playaudio.h Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00
playvideo.cpp
playvideo.h Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00
vrplayer.pro

README.txt

A QT based media player that runs on a RDP server and
redirects audio/video to the client where it is decoded
and rendered locally

Required packages to build vrplayer:
------------------------------------
libqt4-gui
qt4-dev-tools
libavutil-dev
libavformat-dev

to build vrplayer
-----------------
cd ../xrdpvr
make
cd ..
qmake
make

To run vrplayer
---------------
include xrdpapi/.libs and xrdpvr/.libs in your LD_LIBRARY_PATH

Example:
--------
export LD_LIBRARY_PATH=../xrdpapi/.libs:../xrdpvr/.libs
run vrplayer inside the xfreerdp session

this is how we run xfreerdp:
----------------------------
./xfreerdp --sec rdp --plugin xrdpvr 192.168.2.149