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
Copy file name to clipboardExpand all lines: docs/core/entity/camera.md
+3-16Lines changed: 3 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,23 +104,10 @@ class MyCamera(Camera):
104
104
"""Handle the WebRTC offer and return an answer."""
105
105
```
106
106
107
-
### RTSP to WebRTC
107
+
### WebRTC Providers
108
108
109
-
An integration may provide a WebRTC stream for any RTSP camera using `async_register_rtsp_to_web_rtc_provider`. The current best practice is for an integration to provide the actual stream manipulation with an Add-on or external service.
0 commit comments