xrdp/vrplayer
Alexandre Quesnel 52707ac686 Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
..
README.txt Remove trailing whitespace 2017-02-08 13:30:56 +09:00
decoder.cpp vrplayer: work on removing server side timing 2013-11-08 11:39:31 -08:00
decoder.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
demuxmedia.cpp vrplayer: many fixes 2013-12-18 23:33:28 -08:00
demuxmedia.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
dlgabout.cpp vrplayer: added help about dialog 2013-07-19 23:45:13 -07:00
dlgabout.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
dlgabout.ui vrplayer: bump version 2013-12-18 21:05:20 -08:00
main.cpp vrplayer: some minor fixes 2013-11-19 16:16:51 -08:00
mainwindow.cpp vrplayer: many fixes 2013-12-18 23:33:28 -08:00
mainwindow.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
mainwindow.ui vrplayer: added help about and fix seg fault when closing 2013-07-18 22:20:34 -07:00
mediapacket.cpp vrplayer fixes 2013-01-16 10:31:11 -08:00
mediapacket.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
ourinterface.cpp Fix cppcheck warnings in vrplayer/ourinterface.cpp 2020-01-21 10:19:41 +00:00
ourinterface.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
playaudio.cpp vrplayer: work on client timing 2013-11-11 01:52:14 -08:00
playaudio.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
playvideo.cpp vrplayer: work on client timing 2013-11-11 01:52:14 -08:00
playvideo.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
vrplayer.pro vrplayer: added volume, fix some useability issues 2013-07-19 17:38:36 -07:00

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