mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Remove live config
This commit is contained in:
parent
3a4b358ea7
commit
c298c7c233
@ -555,9 +555,6 @@ class CameraConfig(FrigateBaseModel):
|
|||||||
restream: RestreamConfig = Field(
|
restream: RestreamConfig = Field(
|
||||||
default_factory=RestreamConfig, title="Restreaming configuration."
|
default_factory=RestreamConfig, title="Restreaming configuration."
|
||||||
)
|
)
|
||||||
live: CameraLiveConfig = Field(
|
|
||||||
default_factory=CameraLiveConfig, title="Live playback settings."
|
|
||||||
)
|
|
||||||
snapshots: SnapshotsConfig = Field(
|
snapshots: SnapshotsConfig = Field(
|
||||||
default_factory=SnapshotsConfig, title="Snapshot configuration."
|
default_factory=SnapshotsConfig, title="Snapshot configuration."
|
||||||
)
|
)
|
||||||
@ -779,9 +776,6 @@ class FrigateConfig(FrigateBaseModel):
|
|||||||
snapshots: SnapshotsConfig = Field(
|
snapshots: SnapshotsConfig = Field(
|
||||||
default_factory=SnapshotsConfig, title="Global snapshots configuration."
|
default_factory=SnapshotsConfig, title="Global snapshots configuration."
|
||||||
)
|
)
|
||||||
live: CameraLiveConfig = Field(
|
|
||||||
default_factory=CameraLiveConfig, title="Global live configuration."
|
|
||||||
)
|
|
||||||
rtmp: RtmpConfig = Field(
|
rtmp: RtmpConfig = Field(
|
||||||
default_factory=RtmpConfig, title="Global RTMP restreaming configuration."
|
default_factory=RtmpConfig, title="Global RTMP restreaming configuration."
|
||||||
)
|
)
|
||||||
@ -824,7 +818,6 @@ class FrigateConfig(FrigateBaseModel):
|
|||||||
"birdseye": ...,
|
"birdseye": ...,
|
||||||
"record": ...,
|
"record": ...,
|
||||||
"snapshots": ...,
|
"snapshots": ...,
|
||||||
"live": ...,
|
|
||||||
"rtmp": ...,
|
"rtmp": ...,
|
||||||
"restream": ...,
|
"restream": ...,
|
||||||
"objects": ...,
|
"objects": ...,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user