Skip to content

Commit ff83cca

Browse files
committed
update readme
1 parent e489363 commit ff83cca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ ffmpeg -i test.mp4 -c copy -f mpegts srt://localhost:8090?streamid=test/publish
1515
ffplay srt://localhost:8090?streamid=test/play
1616
```
1717

18+
## Dependencies
19+
20+
**Debian 10**:
21+
- apt install libsrt1-openssl
22+
23+
## Build
24+
```
25+
go build
26+
```
27+
1828
## Design Ideas
1929
- Just a 1:n relay, one publisher (push), multiple subscribers (pull)
2030
- No decoding -> use ffmpeg instead

0 commit comments

Comments
 (0)