diff --git a/README.md b/README.md index 7982cbf2..ed2b96d2 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ Tested: KD110, KC200, KC401, KC420WS, EC71. - `webrtc` - WebRTC stream (default) - `rtsp` - RTSP stream _(if available)_ - `hls` - HLS stream _(if available)_ -- Use `type` parameter to select the stream type: _(if available)_ +- Use `role` parameter to select the stream: - `main` - Main stream (default) - `sub` - Sub stream @@ -588,10 +588,10 @@ streams: tuya_webrtc_2: tuya://openapi.tuyaus.com?device_id=XXX&uid=XXX&client_id=XXX&client_secret=XXX&mode=webrtc # Tuya WebRTC stream (HD) - tuya_webrtc_hd: tuya://openapi.tuyaus.com?device_id=XXX&uid=XXX&client_id=XXX&client_secret=XXX&type=main + tuya_webrtc_hd: tuya://openapi.tuyaus.com?device_id=XXX&uid=XXX&client_id=XXX&client_secret=XXX&role=main # Tuya WebRTC stream (SD) - tuya_webrtc_sd: tuya://openapi.tuyaus.com?device_id=XXX&uid=XXX&client_id=XXX&client_secret=XXX&type=sub + tuya_webrtc_sd: tuya://openapi.tuyaus.com?device_id=XXX&uid=XXX&client_id=XXX&client_secret=XXX&role=sub # Using RTSP when available (no "uid" required) tuya_rtsp: tuya://openapi.tuyaus.com?device_id=XXX&client_id=XXX&client_secret=XXX&mode=rtsp