|
|
|
@ -21,7 +21,7 @@ Radio streamer ([kawa](https://github.com/Luminarys/kawa) drop-in compatible).
|
|
|
|
|
* API additions to allow working with direct queue items or listeners.
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
### Go >= 1.18
|
|
|
|
|
### Go >= 1.19
|
|
|
|
|
|
|
|
|
|
### [Kirika](https://git.gammaspectra.live/S.O.N.G/Kirika) dependencies
|
|
|
|
|
Kirika is a collection of audio utilities for decoding/encoding files and streams.
|
|
|
|
@ -52,7 +52,7 @@ $ go run git.gammaspectra.live/S.O.N.G/MeteorLight@<commit_hash>
|
|
|
|
|
|
|
|
|
|
### From Docker/Podman
|
|
|
|
|
|
|
|
|
|
Image is using `golang:1.18-alpine`, dependencies are built from scratch. See [Dockerfile](Dockerfile).
|
|
|
|
|
Image is using `golang:1.19-alpine`, dependencies are built from scratch. See [Dockerfile](Dockerfile).
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
$ docker build -t meteorlight .
|
|
|
|
|