Update developer docs to mention RTSP to WebRTC

This commit is contained in:
Allen Porter 2021-12-31 13:08:21 -08:00
parent c3cc5fd4bf
commit b2dbee028c

View File

@ -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