You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/vrplayer
Pavel Roskin 8a1de8dbc4
Remove trailing whitespace
7 years ago
..
README.txt Remove trailing whitespace 7 years ago
decoder.cpp vrplayer: work on removing server side timing 11 years ago
decoder.h o development checkin 12 years ago
decoderthread.cpp Fix typos 8 years ago
decoderthread.h o developer checkin 11 years ago
demuxmedia.cpp vrplayer: many fixes 10 years ago
demuxmedia.h vrplayer: many fixes 10 years ago
dlgabout.cpp vrplayer: added help about dialog 11 years ago
dlgabout.h vrplayer: added help about dialog 11 years ago
dlgabout.ui vrplayer: bump version 10 years ago
main.cpp vrplayer: some minor fixes 11 years ago
mainwindow.cpp vrplayer: many fixes 10 years ago
mainwindow.h Typo fixes 8 years ago
mainwindow.ui vrplayer: added help about and fix seg fault when closing 11 years ago
mediapacket.cpp vrplayer fixes 11 years ago
mediapacket.h o developer checkin 11 years ago
ourinterface.cpp vrplayer: many fixes 10 years ago
ourinterface.h vrplayer: many fixes 10 years ago
playaudio.cpp vrplayer: work on client timing 11 years ago
playaudio.h o developer checkin 11 years ago
playvideo.cpp vrplayer: work on client timing 11 years ago
playvideo.h vrplayer: work on client timing 11 years ago
vrplayer.pro vrplayer: added volume, fix some useability issues 11 years ago

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