Go to file
2021-08-21 16:15:29 +02:00
cmd Initial commit 2021-08-21 16:15:29 +02:00
deploy Initial commit 2021-08-21 16:15:29 +02:00
server Initial commit 2021-08-21 16:15:29 +02:00
.dockerignore Initial commit 2021-08-21 16:15:29 +02:00
Dockerfile Initial commit 2021-08-21 16:15:29 +02:00
go.mod Initial commit 2021-08-21 16:15:29 +02:00
go.sum Initial commit 2021-08-21 16:15:29 +02:00
README.md Initial commit 2021-08-21 16:15:29 +02:00
version.go Initial commit 2021-08-21 16:15:29 +02:00

dogtamer

A small rtmp relay.

Plans

  • Add web-interface for viewing streams
  • Add tests

Usage

$ go build -o dogtamer cmd/dogtamer.go
$ ./dogtamer serve

TODO

  • Handle client errors better