From e23590ddd2f178546bc1d092e58a1d4ca794f68d Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 23 Feb 2022 13:41:06 +0100 Subject: [PATCH] fix syntax --- spec.asciidoc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/spec.asciidoc b/spec.asciidoc index 5ab7c27..e93a086 100644 --- a/spec.asciidoc +++ b/spec.asciidoc @@ -257,14 +257,15 @@ wanted RadioManifest to be deployable as _"just a bunch of static files"_, as a === The `` section overlaps too much with /streaminfo.json === Almost. While `/streaminfo.json` is clearly valuable data, we wanted to account for more usecases: - - A radio should be able to list more than one URL for streaming. This can be for load balancing reasons, for - example. M3U are a simple way to achieve this. - - A radio can (and probably should) have not only more URLs for streaming, but actually stream different - versions: different qualities, different codecs, etc. It is reasonable that, as a user, you don't really - care about all those details: «Just gimme the audio!». However, your client could select the best codec for - your usecase. Or, it may let the user explicitly select "low quality, low bandwidth" for users that want to - save bandwidth. This is possible with radiomanifest adding multiple `` elements, and is - unfortunately not with `/streaminfo.json` + +* A radio should be able to list more than one URL for streaming. This can be for load balancing reasons, for + example. M3U are a simple way to achieve this. +* A radio can (and probably should) have not only more URLs for streaming, but actually stream different + versions: different qualities, different codecs, etc. It is reasonable that, as a user, you don't really + care about all those details: «Just gimme the audio!». However, your client could select the best codec for + your usecase. Or, it may let the user explicitly select "low quality, low bandwidth" for users that want to + save bandwidth. This is possible with radiomanifest adding multiple `` elements, and is + unfortunately not with `/streaminfo.json` == Meta