You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 years ago | |
|---|---|---|
| .. | ||
| README.txt | 9 years ago | |
| decoder.cpp | 12 years ago | |
| decoder.h | 13 years ago | |
| decoderthread.cpp | 10 years ago | |
| decoderthread.h | 13 years ago | |
| demuxmedia.cpp | 12 years ago | |
| demuxmedia.h | 12 years ago | |
| dlgabout.cpp | 13 years ago | |
| dlgabout.h | 13 years ago | |
| dlgabout.ui | 12 years ago | |
| main.cpp | 12 years ago | |
| mainwindow.cpp | 12 years ago | |
| mainwindow.h | 10 years ago | |
| mainwindow.ui | 13 years ago | |
| mediapacket.cpp | 13 years ago | |
| mediapacket.h | 13 years ago | |
| ourinterface.cpp | 12 years ago | |
| ourinterface.h | 12 years ago | |
| playaudio.cpp | 12 years ago | |
| playaudio.h | 13 years ago | |
| playvideo.cpp | 12 years ago | |
| playvideo.h | 12 years ago | |
| vrplayer.pro | 13 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