From 8a087dea4a923254b564d992d15080b11494acf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 11 Feb 2024 09:06:16 +0100 Subject: Make this thing work again --- README.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 8d6ffc7..8818904 100644 --- a/README.adoc +++ b/README.adoc @@ -19,14 +19,19 @@ Build dependencies: go $ cd bbc-on-ice $ go build +or, if you know what you're doing: + + $ go install janouch.name/bbc-on-ice@master + To run the local server: $ ./bbc-on-ice :8000 -Streams have URLs in the following form: +Streams have URLs in the following form, derived from +https://gist.github.com/bpsib/67089b959e4fa898af69fea59ad74bc3[this list]: - $ mpv http://localhost:8000/nonuk/sbr_low/bbc_radio_one - $ mpv http://localhost:8000/uk/sbr_high/bbc_1xtra + $ mpv http://localhost:8000/ww/96000/bbc_radio_one + $ mpv http://localhost:8000/uk/320000/bbc_1xtra Socket activation ----------------- -- cgit v1.2.3