vrplayer: added feature to automatically restart media on end of stream
parent
78498f6682
commit
374cb93ded
@ -1,17 +1,32 @@
|
||||
|
||||
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
|
||||
|
||||
To build vrplayer, installl QT 4.x , then run
|
||||
Required packages to build vrplayer:
|
||||
------------------------------------
|
||||
libqt4-gui
|
||||
qt4-dev-tools
|
||||
libavutil-dev
|
||||
libavformat-dev
|
||||
|
||||
to build vrplayer
|
||||
-----------------
|
||||
cd ../xrdpvr
|
||||
make
|
||||
cd ..
|
||||
qmake
|
||||
make
|
||||
|
||||
mint 13 packages
|
||||
libqt4-gui
|
||||
qt4-dev-tools
|
||||
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
|
||||
|
||||
To run vrplayer, include xrdpapi/.libs and xrdpvr/.libs in
|
||||
your LD_LIBRARY_PATH
|
||||
this is how we run xfreerdp:
|
||||
----------------------------
|
||||
./xfreerdp --sec rdp --plugin xrdpvr 192.168.2.149
|
||||
|
||||
|
Loading…
Reference in New Issue