We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da22b8a commit d5c9b0bCopy full SHA for d5c9b0b
README.md
@@ -2,8 +2,6 @@
2
3
Webcam live streaming in SSH terminal.
4
5
-## See It In Action
6
-
7
[](http://youtu.be/pAa-pGda9kY)
8
9
## Quick Start
@@ -35,7 +33,8 @@ more information. As an example:
35
33
```bash
36
34
sshcam --server --listen=127.0.0.1 --port=22222 \
37
--user=john --pass=nhoj \
38
- --device=/dev/video0 --color --size=1280x720
+ --device=/dev/video0 --size=1280x720 \
+ --color --max-fps=2
39
```
40
41
## Requirements
0 commit comments