diff --git a/cmd/ui/main.go b/cmd/ui/main.go index cd38877..cfd57d5 100644 --- a/cmd/ui/main.go +++ b/cmd/ui/main.go @@ -34,7 +34,7 @@ func main() { func Run(ctx context.Context, args []string) error { flags := flag.NewFlagSet(os.Args[0], flag.ContinueOnError) d := flags.String("d", "./testdata/", "directory containing directories of (x.jpg,x.mp4)") - p := flags.Int("p", 8080, "port to listen on") + p := flags.Int("p", 38080, "port to listen on") if err := flags.Parse(args); err != nil { return err } diff --git a/cmd/ui/testdata/cam/LAdN7KVw-Ig.jpg b/cmd/ui/testdata/cam/LAdN7KVw-Ig.jpg new file mode 100644 index 0000000..5151c6f Binary files /dev/null and b/cmd/ui/testdata/cam/LAdN7KVw-Ig.jpg differ diff --git a/cmd/ui/testdata/cam/LAdN7KVw-Ig.mp4 b/cmd/ui/testdata/cam/LAdN7KVw-Ig.mp4 new file mode 100644 index 0000000..9eb612e Binary files /dev/null and b/cmd/ui/testdata/cam/LAdN7KVw-Ig.mp4 differ