From 145150d5ccd8825f175a8306409105f60b68b8b8 Mon Sep 17 00:00:00 2001 From: boyska Date: Mon, 28 Oct 2024 12:03:00 +0100 Subject: [PATCH] readme --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a8da5d --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +Prima di lanciare sapo.liq, mettetegli nella stessa cartella dei file audio qualsiasi, chiamati a.mp3 b.mp3 e +c.mp3 + +A quel punto lo si controlla in HTTP, ad esempio: + +rimanda uno streaming + + curl -i -X POST 'http://localhost:8080/api/upstream?url=http://s.streampunk.cc/wombat.ogg' + +cambia quale streaming rimandare + + curl -i -X POST 'http://localhost:8080/api/upstream?url=http://s.streampunk.cc/ondarossa.ogg' + +non rimandare più streaming, ora solo file + + curl -i -X DELETE 'http://localhost:8080/api/upstream' + +imposta playlist + + curl -i -X POST 'http://localhost:8080/api/playlist?url=c.mp3' + +controlla se mandare verso un icecast (utile se vogliamo farlo +esplicitamente; altrimenti in realtà se facciamo solo start, liquidsoap +se la dovrebbe cavare abbastanza bene) + + curl -i -X POST 'http://localhost:8080/api/icecast/start' + curl -i -X POST 'http://localhost:8080/api/icecast/stop' + +