support RTSP-over-HTTP (#433) (#768) (#887)

This commit is contained in:
Alessandro Ros
2025-09-15 19:00:50 +02:00
committed by GitHub
parent 73474c7569
commit ead4471b5c
82 changed files with 1786 additions and 610 deletions

View File

@@ -6,13 +6,16 @@ endif
test-examples:
go build -o /dev/null ./examples/...
test-internal:
go test -v $(RACE) -coverprofile=coverage-internal.txt ./internal/...
test-pkg:
go test -v $(RACE) -coverprofile=coverage-pkg.txt ./pkg/...
test-root:
go test -v $(RACE) -coverprofile=coverage-root.txt .
test-nodocker: test-examples test-pkg test-root
test-nodocker: test-examples test-internal test-pkg test-root
define DOCKERFILE_TEST
ARG ARCH