diff options
author | Antonio García-Domínguez <nyoescape@gmail.com> | 2012-04-16 18:47:26 +0300 |
---|---|---|
committer | Antonio García-Domínguez <nyoescape@gmail.com> | 2012-04-16 18:47:26 +0300 |
commit | 063d0f0a17da74cc175cb25985667f7498815944 (patch) | |
tree | f245542b45223152d28fbf6f682e584dcdc6024d | |
parent | 667de3373140ce845ccaeb5902aefad69b13192b (diff) |
Update README.markdown
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 7a1bf46..a58c2ba 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,6 @@ This is a shell script which allows Android users to use their phones as a webca This project includes `prepare-videochat.sh`, which does all these things, except for switching the recording device for your videochat application. It does open `pavucontrol` if it's not running, though. The script installs `v4l2loopback`, the GStreamer tools and the "good" plugins and `pavucontrol` if required, but you will have to install the [Android SDK](http://developer.android.com/sdk) by yourself. -To use this script, simply run it with `./prepare-videochat.sh` and follow instructions. You may have to customize a few variables in the CUSTOMIZATION section before using it, though. You can also use something like `./prepare-videochat.sh horizontal-flip` to flip the video horizontally, in case you might need it. +To use this script, simply run it with `./prepare-videochat.sh` and follow instructions. You may have to customize a few variables in the CONFIGURATION section before using it, though. You can also use something like `./prepare-videochat.sh horizontal-flip` to flip the video horizontally, in case you might need it. Disclaimer: the script has only been tested in my local installation of Ubuntu 11.04 and on Arch Linux. I think it should work on most recent Debian-based distributions as well (and Debian, of course). If you need any help, drop me a direct message on Twitter at @antoniogado. |