From 915e23317f680ee9c6659af08bb5a23704593e9e Mon Sep 17 00:00:00 2001 From: Laptander Date: Fri, 24 Jun 2016 04:18:43 +0300 Subject: Ability to choose needed stream --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index a1483cf..a4b233a 100644 --- a/README.markdown +++ b/README.markdown @@ -17,8 +17,7 @@ Please make sure that audio is enabled on IP Webcam, or the script won't work! Ideas for future work: * switch to Python and use the official GStreamer binding. I'd love to see that, but I don't have enough free time :-(. -* make a separated config file (system-wide and user-defind) -* make another file (ex. prepare-mic) for preparing audio without video or allow it via config +* make a separated config file (system-wide and user-defined) Disclaimer: the script has only been tested in my local installation of Ubuntu 13.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, please create an issue on this project. -- cgit v1.2.3 From 2e493685d5999807e3665b57be41a675b3fd1848 Mon Sep 17 00:00:00 2001 From: Laptander Date: Sun, 26 Jun 2016 20:00:12 +0300 Subject: documenting CAPTURE_STREAM variable --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index a4b233a..4c10d72 100644 --- a/README.markdown +++ b/README.markdown @@ -9,11 +9,11 @@ This is a shell script which allows Android users to use their phones as a webca * Most videochat software in Linux is compatible with `v4l2loopback`: Skype 2.1 (*not* the latest 2.2, it seems), Cheese, Empathy, Google Talk video chats and Google+ hangouts should work. * The sound recording device for your videochat application should be changed to the 'Monitor of Null Sink' using `pavucontrol`. -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. +This project includes `prepare-videochat.sh`, which does all these things, except for switching the recording device for your videochat application. 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 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. -Please make sure that audio is enabled on IP Webcam, or the script won't work! +You can choose what streams you want to recieve: audio, video or audio with video. It can be choosen using CAPTURE_STREAM variable. Make sure, that IP webcam is streaming corresponding streams, otherwise the script won't work! Ideas for future work: * switch to Python and use the official GStreamer binding. I'd love to see that, but I don't have enough free time :-(. -- cgit v1.2.3