Skip to content

Commit

Permalink
patch: Add project badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
alwitt committed Jan 7, 2024
1 parent 4a3bd72 commit ca23cd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# LiveMix - A Minimalist HLS Proxy

[![MIT][License-Image]][License-Url] [![Go Report Card][ReportCard-Image]][ReportCard-Url] [![CICD](https://github.com/alwitt/livemix/actions/workflows/cicd.yaml/badge.svg?branch=main)](https://github.com/alwitt/livemix/actions/workflows/cicd.yaml)

[License-Url]: https://mit-license.org/
[License-Image]: https://img.shields.io/badge/License-MIT-blue.svg
[ReportCard-Url]: https://goreportcard.com/report/github.com/alwitt/livemix
[ReportCard-Image]: https://goreportcard.com/badge/github.com/alwitt/livemix

`LiveMix` is a minimalist HLS proxy created to facilitate HLS broadcasting from disparate edge devices over the web. Employing a client-server architecture, a `LiveMix` edge node receives an HLS stream and forwards it to the system control node, functioning as a caching proxy. Users can directly view HLS streams from the system control node, and if desired, record snippets of any stream for future replay.

**References:**
Expand Down

0 comments on commit ca23cd0

Please sign in to comment.