Go to file
2021-08-23 02:45:44 +02:00
cmd Add minimal web interface 2021-08-23 02:45:44 +02:00
config Add minimal web interface 2021-08-23 02:45:44 +02:00
deploy Initial commit 2021-08-21 16:15:29 +02:00
server Add minimal web interface 2021-08-23 02:45:44 +02:00
.dockerignore Initial commit 2021-08-21 16:15:29 +02:00
Dockerfile Initial commit 2021-08-21 16:15:29 +02:00
dogtamer.example.toml Add minimal web interface 2021-08-23 02:45:44 +02:00
go.mod Add minimal web interface 2021-08-23 02:45:44 +02:00
go.sum Add minimal web interface 2021-08-23 02:45:44 +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