summaryrefslogtreecommitdiffstats
path: root/vrplayer/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vrplayer/README.txt')
-rw-r--r--vrplayer/README.txt29
1 files changed, 22 insertions, 7 deletions
diff --git a/vrplayer/README.txt b/vrplayer/README.txt
index 75903a0e..3584aaec 100644
--- a/vrplayer/README.txt
+++ b/vrplayer/README.txt
@@ -1,17 +1,32 @@
-
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
-To build vrplayer, installl QT 4.x , then run
+Required packages to build vrplayer:
+------------------------------------
+libqt4-gui
+qt4-dev-tools
+libavutil-dev
+libavformat-dev
+to build vrplayer
+-----------------
+cd ../xrdpvr
+make
+cd ..
qmake
make
-mint 13 packages
-libqt4-gui
-qt4-dev-tools
+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
-To run vrplayer, include xrdpapi/.libs and xrdpvr/.libs in
-your LD_LIBRARY_PATH
+this is how we run xfreerdp:
+----------------------------
+./xfreerdp --sec rdp --plugin xrdpvr 192.168.2.149