2024-01-28 00:01:00 -03:00
2024-01-25 08:46:23 -03:00
2024-01-28 00:01:00 -03:00
2024-01-27 10:01:28 -03:00
2024-01-24 10:11:02 -03:00
2024-01-24 09:49:13 -03:00
2024-01-27 20:15:50 -03:00
2024-01-26 19:13:23 -03:00
2024-01-26 19:13:23 -03:00
2023-01-12 09:35:44 -05:00
2024-01-24 09:49:13 -03:00
2024-01-27 09:38:47 -03:00

donut is a zero setup required SRT+MPEG-TS -> WebRTC Bridge powered by Pion.

Install & Run Locally

Make sure you have the libsrt installed in your system. If not, follow their build instructions. Once you finish installing it, execute:

$ go install github.com/flavioribeiro/donut@latest

Once installed, execute donut. This will be in your $GOPATH/bin. The default will be ~/go/bin/donut

Install & Run using Docker

Alternatively, you can build a docker image. Docker will take care of downloading the dependencies (including the libsrt) and compiling donut for you.

$ docker build -t donut .
$ docker run -it -p 8080:8080 donut

Open the Web UI

Open http://localhost:8080. You will see three text boxes. Fill in your details for your SRT listener configuration and hit connect.

Run using docker-compose

Docker-compose can simulate an SRT live transmission and run the donut in separate containers.

$ make run

Open the Web UI

Open http://localhost:8080. You will see three text boxes. Fill in with the SRT listener configuration and hit connect.

donut docker-compose setup

FAQ

Please check the FAQ if you're facing any trouble.

Description
donut is a zero setup required SRT+MPEG-TS -> WebRTC Bridge powered by Pion.
Readme Apache-2.0 4.9 MiB
Languages
Go 86%
JavaScript 5.2%
HTML 3.9%
CSS 1.7%
Shell 1.6%
Other 1.6%