From 03975c1a85b9a252b23228e4cacb38adbeb5efaf Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 22 Sep 2020 18:02:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e80f55..7a82e7d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Without arguments, ```ustreamer``` will try to open ```/dev/video0``` with 640x4 # ./ustreamer --device=/dev/video1 --host=0.0.0.0 --port=80 ``` -:exclamation: Since µStreamer v2.0 cross-domain requests were disabled by default for [security reasons](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). To enable the old behavior, use the option `--allow-origin=*`. +:exclamation: Please not that since µStreamer v2.0 cross-domain requests were disabled by default for [security reasons](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). To enable the old behavior, use the option `--allow-origin=*`. The recommended way of running µStreamer with [Auvidea B101](https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=120702&start=400#p1339178) on Raspberry Pi: ```bash