Files
veejay/veejay-current/veejay-server/doc/README.android.md
Jerome Blanchi aka d.j.a.y 735a36fd04 HelpUpdate - various fixes in various files
* 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
2019-06-25 12:05:43 +02:00

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.