streaming

Media streaming and broadcast systems in Go
Log | Files | Refs | README | LICENSE

commit b77e66b7ee9f5346dd68fe44fd01aff3e36b1eeb
parent 72d4eb8cad89c322ca13cd7be7656f83d7ca33a2
Author: Oliver Lowe <o@olowe.co>
Date:   Sat, 29 Jun 2024 22:49:12 +1000

detail where jobs todo are maintained

Diffstat:
MREADME.md | 31++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,9 +1,38 @@ +[![pkgsite](https://pkg.go.dev/badge/github.com/untangledco/streaming)](https://pkg.go.dev/github.com/untangledco/streaming) + This repository contains packages for developing media streaming systems in Go. +Watch it being developed live! -[![pkgsite](https://pkg.go.dev/badge/github.com/untangledco/streaming)](https://pkg.go.dev/github.com/untangledco/streaming) +- [twitch.tv/untangledco] +- [youtube.com/@untangledco] + +We use these packages to self-host the livestream at [olowe.co/live]. + +[twitch.tv/untangledco]: https://twitch.tv/untangledco +[youtube.com/@untangledco]: https://youtube.com/@untangledco +[olowe.co/live]: https://olowe.co/live ## Contributing +### Stuff to do + +Larger, fleshed-out tasks are managed in +[issues](https://github.com/untangledco/streaming/issues). + +We can put `TODO` notes in the source code, too. +[godoc] provides a graphic interface to view these +with the `-notes` flag: + + godoc -notes TODO + +Of course `grep` works too: + + git grep -n TODO + +[godoc]: https://pkg.go.dev/golang.org/x/tools/cmd/godoc + +### Patches + Patches are preferred via email so that we're not too locked in to GitHub. Post them to the mailing list [~otl/untangledco@lists.sr.ht](mailto:~otl/untangledco@lists.sr.ht),