diff options
author | Antonio Garcia-Dominguez <antonio.garciadominguez@uca.es> | 2012-04-17 22:02:43 +0200 |
---|---|---|
committer | Antonio Garcia-Dominguez <antonio.garciadominguez@uca.es> | 2012-04-17 22:02:43 +0200 |
commit | 9219d6f6928712b96595294fa068133ad33ae241 (patch) | |
tree | 54952bca9fa395af56544360ca7e4a5476d2589b /prepare-videochat.sh | |
parent | 6ec035c52c06b2949489ff4163b8e9cd12a9ae4a (diff) |
Add note about leaving audio enabled on IP Webcam
Diffstat (limited to 'prepare-videochat.sh')
-rwxr-xr-x | prepare-videochat.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 8624f63..5c7efe0 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -21,6 +21,11 @@ # particular, those which change the picture size, such as clockwise # or counterclockwise. *-flip and rotate-180 do work, though. # +# IMPORTANT: make sure that audio is enabled on IP Webcam, or the script +# will not work! If it works, it should stay open after clicking OK on +# the last message dialog: that's our GStreamer graph processing the +# audio and video from IP Webcam. +# # Last tested with: # - souphttpsrc version 0.10.31 # - v4l2sink version 0.10.31 |