You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't forget to fix the rights `chmod +x go2rtc_xxx_xxx` on Linux and Mac.
131
133
@@ -170,7 +172,7 @@ Available modules:
170
172
-[api](#module-api) - HTTP API (important for WebRTC support)
171
173
-[rtsp](#module-rtsp) - RTSP Server (important for FFmpeg support)
172
174
-[webrtc](#module-webrtc) - WebRTC Server
173
-
-[mp4](#module-mp4) - MSE, MP4 stream and MP4 shapshot Server
175
+
-[mp4](#module-mp4) - MSE, MP4 stream and MP4 snapshot Server
174
176
-[hls](#module-hls) - HLS TS or fMP4 stream Server
175
177
-[mjpeg](#module-mjpeg) - MJPEG Server
176
178
-[ffmpeg](#source-ffmpeg) - FFmpeg integration
@@ -648,10 +650,11 @@ This source type support Roborock vacuums with cameras. Known working models:
648
650
649
651
- Roborock S6 MaxV - only video (the vacuum has no microphone)
650
652
- Roborock S7 MaxV - video and two way audio
653
+
- Roborock Qrevo MaxV - video and two way audio
651
654
652
-
Source support load Roborock credentials from Home Assistant [custom integration](https://github.com/humbertogontijo/homeassistant-roborock). Otherwise, you need to log in to your Roborock account (MiHome account is not supported). Go to: go2rtc WebUI > Add webpage. Copy `roborock://...` source for your vacuum and paste it to `go2rtc.yaml` config.
655
+
Source support load Roborock credentials from Home Assistant [custom integration](https://github.com/humbertogontijo/homeassistant-roborock) or the [core integration](https://www.home-assistant.io/integrations/roborock). Otherwise, you need to log in to your Roborock account (MiHome account is not supported). Go to: go2rtc WebUI > Add webpage. Copy `roborock://...` source for your vacuum and paste it to `go2rtc.yaml` config.
653
656
654
-
If you have graphic pin for your vacuum - add it as numeric pin (lines: 123, 456, 678) to the end of the roborock-link.
657
+
If you have graphic pin for your vacuum - add it as numeric pin (lines: 123, 456, 789) to the end of the roborock-link.
655
658
656
659
#### Source: WebRTC
657
660
@@ -880,7 +883,7 @@ Read more about [codecs filters](#codecs-filters).
880
883
881
884
You can get any stream as RTMP-stream: `rtmp://192.168.1.123/{stream_name}`. Only H264/AAC codecs supported right now.
882
885
883
-
[Incoming stream](#incoming-sources) in RTMP-format tested only with [OBS Studio](https://obsproject.com/) and Dahua camera. Different FFmpeg versions has differnt problems with this format.
886
+
[Incoming stream](#incoming-sources) in RTMP-format tested only with [OBS Studio](https://obsproject.com/) and Dahua camera. Different FFmpeg versions has different problems with this format.
0 commit comments