xrdp/vrplayer
2013-06-15 13:36:40 -07:00
..
decoder.cpp o development checkin 2012-12-08 16:36:41 -08:00
decoder.h o development checkin 2012-12-08 16:36:41 -08:00
decoderthread.cpp o developer checkin 2012-12-26 18:48:17 -08:00
decoderthread.h o developer checkin 2012-12-26 18:48:17 -08:00
demuxmedia.cpp vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
demuxmedia.h vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
main.cpp o development checkin 2012-12-08 16:36:41 -08:00
mainwindow.cpp vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
mainwindow.h vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
mainwindow.ui o developer checkin 2012-12-26 18:48:17 -08:00
mediapacket.cpp vrplayer fixes 2013-01-16 10:31:11 -08:00
mediapacket.h o developer checkin 2012-12-26 18:48:17 -08:00
ourinterface.cpp vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
ourinterface.h o developer checkin 2012-12-26 18:48:17 -08:00
playaudio.cpp vrplayer fixes 2013-01-16 10:31:11 -08:00
playaudio.h o developer checkin 2012-12-26 18:48:17 -08:00
playvideo.cpp vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
playvideo.h vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
README.txt vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
vrplayer.pro vrplayer: rpath change 2012-12-30 17:33:17 -08:00

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