No description
| static | ||
| templates | ||
| .air.conf | ||
| .drone.yml | ||
| .gitignore | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| README.md | ||
| requirements.yaml | ||
| stream.go | ||
| util.go | ||
| watch.go | ||
StreamWatcher 
Can watch and record several streams, optionally based on annotated areas.
Setup
Go
wget https://golang.org/dl/go1.14.4.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
Live Reload (Air)
Install air:
curl -fLo /root/miniconda3/envs/go/bin/air https://git.io/linux_air
chmod +x /root/miniconda3/envs/go/bin/air
Run with:
air