Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 365 Bytes

Contributing.md

File metadata and controls

10 lines (9 loc) · 365 Bytes

Contributing

Please run tests before creating a pull request

go test ./...

General concepts

  • 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