You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cfg.MediaMTXApiPassword=fs.String("mediaMTXApiPassword", "", "HTTP basic auth password for MediaMTX API requests")
68
68
cfg.LiveAITrickleHostForRunner=fs.String("liveAITrickleHostForRunner", "", "Trickle Host used by AI Runner; It's used to overwrite the publicly available Trickle Host")
69
-
cfg.LiveAIAuthApiKey=fs.String("liveAIAuthApiKey", "", "API key to use for Live AI authentication requests")
69
+
cfg.LiveAIAuthSecret=fs.String("liveAIAuthSecret", "", "HMAC secret for Live AI auth signing")
70
70
cfg.LiveAIHeartbeatURL=fs.String("liveAIHeartbeatURL", "", "Base URL for Live AI heartbeat requests")
71
71
cfg.LiveAIHeartbeatHeaders=fs.String("liveAIHeartbeatHeaders", "", "Map of headers to use for Live AI heartbeat requests. e.g. 'header:val,header2:val2'")
72
72
cfg.LiveAIHeartbeatInterval=fs.Duration("liveAIHeartbeatInterval", *cfg.LiveAIHeartbeatInterval, "Interval to send Live AI heartbeat requests")
0 commit comments