mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35: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):
|
class CameraLiveSourceEnum(str, Enum):
|
||||||
jsmpeg = "jsmpeg"
|
jsmpeg = "jsmpeg"
|
||||||
restream = "restream"
|
mp4 = "mp4"
|
||||||
|
webrtc = "webrtc"
|
||||||
|
|
||||||
|
|
||||||
class CameraLiveConfig(FrigateBaseModel):
|
class CameraLiveConfig(FrigateBaseModel):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user