Republish a MJPEG HTTP image stream using a server in Go
Dosyaya git
Valentin Vidic 042fc2e8e7 Remove all subscribers when chunker fails (Fixes #18) 2021-04-05 18:12:10 +02:00
.gitignore Initial commit 2015-04-21 09:02:13 +02:00
LICENSE Initial commit 2015-04-21 09:02:13 +02:00
README.md Initial commit 2015-04-21 09:02:13 +02:00
chunker.go Stop stream if no frame received for some time 2021-03-12 00:17:42 +01:00
digest.go Split of Digest code into a separate file 2021-03-11 22:07:31 +01:00
go.mod Split of Digest code into a separate file 2021-03-11 22:07:31 +01:00
mjpeg-proxy.go Stop stream if no frame received for some time 2021-03-12 00:17:42 +01:00
pubsub.go Remove all subscribers when chunker fails (Fixes #18) 2021-04-05 18:12:10 +02:00
sources.json Add option for limiting output frame rate 2020-11-29 14:02:22 +01:00

README.md

mjpeg-proxy

Republish a MJPEG HTTP image stream using a server in Go