[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Any Radio Over Gopher [Bitreich Radio]



Good morning,

On Thu, 2020-09-17 at 18:47 +0200, Christoph Lohmann wrote:
> Greetings comrades.
> 
> In a discussion  about how to implement streaming audio  over gopher at 
> bitreich, we came up with a really simple solution.                     
> 
> ## Raw Commands
> 
> On bitreich.org:
> % cd gopher/radio
> % mkdir play
> % cd play
> % cat > index.cgi
> #!/bin/sh
> STREAMURI="http://bitreich.org:3232/live";
> curl -s "${STREAMURI}" 2>/dev/null
> ^D
> % chmod +x index.cgi

You seem to use Icecast as streaming server here. Have you tested the
native Gopher support of Icecast?

> [...]

-- 
Philipp.
 (Rah of PH2)


Reply to: