diff --git a/README.md b/README.md index 32014df..9645aea 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ ffmpeg -i $LIVESTREAM -vn -f wav -codec:a pcm_s16le srt://127.0.0.1:10000 #### Grafana http://localhost:3000/ + +![Alt text](img/monitoring.png?raw=true "Liquidsoap Dashboard in Grafana") #### Prometheus http://localhost:9090/ @@ -84,4 +86,6 @@ sudo docker-compose build ## Thanks +Folks of [Liquidsoap](https://www.liquidsoap.info) + Monitoring stack is mostly inspired by https://github.com/stefanprodan/dockprom diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 55e7dc7..0000000 --- a/TODO.md +++ /dev/null @@ -1,8 +0,0 @@ -# TODO - -- [ ] Secure input : for now it can be hijacked by everyone who have access to the port 10000 of liquidsoap so only trusted network should be allowed as input. -- [ ] Script customization (templating and/or conf file/environment variables -- [x] Multiple input with priority logic -- [ ] External CDN export (s3, gcs,...) -- [ ] Do not require fdkaac by default -- [ ] ... \ No newline at end of file diff --git a/img/monitoring.png b/img/monitoring.png new file mode 100644 index 0000000..31f2dae Binary files /dev/null and b/img/monitoring.png differ