mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
commit
b85f48d67a
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ type Path struct {
|
||||||
UseAbsoluteTimestamp bool `json:"useAbsoluteTimestamp"`
|
UseAbsoluteTimestamp bool `json:"useAbsoluteTimestamp"`
|
||||||
CalcBitrateWindow Duration `json:"calcBitrateWindow"`
|
CalcBitrateWindow Duration `json:"calcBitrateWindow"`
|
||||||
DropNonKeyframes bool `json:"dropNonKeyframes"`
|
DropNonKeyframes bool `json:"dropNonKeyframes"`
|
||||||
|
Meta map[string]any `json:"meta" yaml:"meta"`
|
||||||
|
|
||||||
// Record
|
// Record
|
||||||
Record bool `json:"record"`
|
Record bool `json:"record"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue