{{ define "extra_scripts" }} {{ end }} {{ define "content" }}

Record

Destination filename

Choose a filename for the stream to be stored to. Current one being used is
{{ .info.filename }}

USB Recording Status

name
free space
recording
{{ range .usb }}
{{ .Name }}
{{ BytesToString .FreeSpace }}
{{ if .Recording }}yes{{ else }}no{{ end }}
{{ end }}
Start All
Stop All
{{ end }}