回答編集履歴
2
追記
test
CHANGED
@@ -38,6 +38,10 @@
|
|
38
38
|
|
39
39
|
ちなみに
|
40
40
|
|
41
|
-
**http:// localhost:8080 /?action = snapshot**
|
41
|
+
**http:// localhost:8080 /?action = snapshot.html**
|
42
42
|
|
43
|
-
でブラウザに画像だけ
|
43
|
+
でブラウザに画像だけ表示できる
|
44
|
+
|
45
|
+
**http:// localhost:8080 /?stream_simple.html**
|
46
|
+
|
47
|
+
でブラウザに動画だけ表示できる
|
1
追記
test
CHANGED
@@ -33,3 +33,11 @@
|
|
33
33
|
-o "output_http.so -w /usr/local/share/mjpg-streamer/www -p $PORT"
|
34
34
|
|
35
35
|
```
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
ちなみに
|
40
|
+
|
41
|
+
**http:// localhost:8080 /?action = snapshot**
|
42
|
+
|
43
|
+
でブラウザに画像だけを表示できる
|