mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add multiple options from restream live view
This commit is contained in:
parent
a6867bf89b
commit
5bced8376a
@ -523,7 +523,8 @@ class RestreamConfig(FrigateBaseModel):
|
||||
|
||||
class CameraLiveSourceEnum(str, Enum):
|
||||
jsmpeg = "jsmpeg"
|
||||
restream = "restream"
|
||||
mp4 = "mp4"
|
||||
webrtc = "webrtc"
|
||||
|
||||
|
||||
class CameraLiveConfig(FrigateBaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user