mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 05:16:28 +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."""
|
"""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
|
### Turn on
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user