mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Disable RTMP by default and use restream
This commit is contained in:
parent
eae7123cf3
commit
82bfd8fd5d
@ -514,7 +514,7 @@ class CameraMqttConfig(FrigateBaseModel):
|
||||
|
||||
|
||||
class RtmpConfig(FrigateBaseModel):
|
||||
enabled: bool = Field(default=True, title="RTMP restreaming enabled.")
|
||||
enabled: bool = Field(default=False, title="RTMP restreaming enabled.")
|
||||
|
||||
|
||||
class RestreamConfig(FrigateBaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user