mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-05 15:30:02 +01:00
* Fix mailing address + version + authors in HOWTO * Ordering in doc/README.md * Format in doc/quick start * Markdown consistency in doc/install * fix Intralinks in various
912 B
912 B
Veejay/Android
Veejay can be controled throught an Android App : VJ remote control App
The veejay server must be compiled with the libqrencode dependency.
When veejay is compiled with QR code support, you can give it the 'qrcode-connection-info' commandline switch:
$ veejay ... -qrcode-connection-info
In Veejay, press CTRL-C to display the QR code into the video output
If you have the android VJ remote control App, you can connect to veejay by entering the veejay's ip address or by scanning veejay's QR code.
Technical:
Veejay's server address is encoded as string HOST:PORTNUMBER, for example
192.168.10.10:3490 or veejay-pc.dark.net:3490
The QR image is regenerated at each startup and placed in $HOME/.veejay as QR-3490.png
See also How to Compile for precise compilation information.