forked from voc/srtrelay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README, add instructions on how to run from docker
- Loading branch information
Showing
3 changed files
with
113 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
# Contributing | ||
Run tests before creating a pull request | ||
Please run tests before creating a pull request | ||
``` | ||
go test ./... | ||
``` | ||
|
||
## General concepts | ||
- Just a 1:n multiplexer, one publisher (push) to multiple subscribers (pull) | ||
- srtrelay hsould just be a 1:n multiplexer, one publisher (push) to multiple subscribers (pull) | ||
- Don't try to reimplement functionality already present elsewhere in the stack (e.g. remuxing/transcoding) | ||
- Allow any data to be relayed, not just MPEG-TS | ||
|
||
## TODOs | ||
### Figure out what's going on with ffmpeg srt support | ||
If an srt stream is read with ffmpeg (atleast for h.264 + MPEG-TS) | ||
- Allow any data to be relayed, not just MPEG-TS |