mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-13 03:09:59 +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
25 lines
912 B
Markdown
25 lines
912 B
Markdown
Veejay/Android
|
|
================
|
|
Veejay can be controled throught an Android App : VJ remote control App
|
|
|
|
The veejay server **must be compiled** with the [libqrencode](https://fukuchi.org/works/qrencode/) 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](./HOWTO.compile.md) for precise compilation information.
|