summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorLaptander <dev-laptander@yandex.ru>2016-06-22 14:51:13 +0300
committerLaptander <dev-laptander@yandex.ru>2016-06-22 14:51:13 +0300
commit96460d09bc7409d30464bb953919d83b2fbeda85 (patch)
treeacbc1e5050deae932f7fb56b56f3982b2f4a6d52 /README.markdown
parent2d295698e5d62f9550803521ef3b2e45e6921391 (diff)
parent27ca5dddfb0a7f5ed85d6dcc445ff30cc8f1f4b5 (diff)
resolve conflict
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index c97ef92..a1483cf 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,7 +3,7 @@ ipwebcam-gst
This is a shell script which allows Android users to use their phones as a webcam/microphone in Linux. The setup is as follows:
-* [IP Webcam](https://market.android.com/details?id=com.pas.webcam) (on the phone) serves up a MJPEG live video stream and a WAV live audio stream through HTTP (port 8080 by default).
+* [IP Webcam](https://market.android.com/details?id=com.pas.webcam) (on the phone) serves up a MJPEG live video stream and a WAV/Opus live audio stream through HTTP (port 8080 by default).
* If the phone is plugged to USB and ADB is available, the HTTP port in the phone is bridged to the same port in the computer, using ADB port forwarding. This is much faster than using Wi-Fi, and the shell will be able to start the IP Webcam application on the phone directly. The script supports Wi-Fi as well, but it can be rather choppy with bad reception, so I wouldn't recommend it.
* From the local port in the computer, a GStreamer graph takes the MJPEG live video stream and dumps it to a loopback V4L2 device, using [v4l2loopback](https://github.com/umlaeute/v4l2loopback). The audio stream is dumped to a PulseAudio null sink.
* 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.