mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
Update developer docs to mention RTSP to WebRTC
This commit is contained in:
parent
c3cc5fd4bf
commit
b2dbee028c
@ -91,6 +91,10 @@ class MyCamera(Camera):
|
||||
"""Handle the WebRTC offer and return an answer."""
|
||||
```
|
||||
|
||||
### RTSP to WebRTC
|
||||
|
||||
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.
|
||||
|
||||
### Turn on
|
||||
|
||||
```python
|
||||
|
Loading…
x
Reference in New Issue
Block a user