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.
Pavel Roskin
ca9cbcafc8
|
9 years ago | |
---|---|---|
.. | ||
README.txt | 12 years ago | |
decoder.cpp | 11 years ago | |
decoder.h | 12 years ago | |
decoderthread.cpp | 9 years ago | |
decoderthread.h | 12 years ago | |
demuxmedia.cpp | 11 years ago | |
demuxmedia.h | 11 years ago | |
dlgabout.cpp | 11 years ago | |
dlgabout.h | 11 years ago | |
dlgabout.ui | 11 years ago | |
main.cpp | 11 years ago | |
mainwindow.cpp | 11 years ago | |
mainwindow.h | 9 years ago | |
mainwindow.ui | 11 years ago | |
mediapacket.cpp | 12 years ago | |
mediapacket.h | 12 years ago | |
ourinterface.cpp | 11 years ago | |
ourinterface.h | 11 years ago | |
playaudio.cpp | 11 years ago | |
playaudio.h | 12 years ago | |
playvideo.cpp | 11 years ago | |
playvideo.h | 11 years ago | |
vrplayer.pro | 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