Got'ny good ideas for doing that then? I want to connect to a stream for restreaming, for lack of a better term. On Mon, 5 Oct 2015 14:41:08 +0100 (BST), you wrote:>On Mon, 5 Oct 2015, Steve Matzura wrote: > >> If I put a URL in the M3U file, will EZStream stream it through >> Icecast? > >No. EZStream is meant to be pretty basic. > >Geoff. > >_______________________________________________ >Icecast mailing list >Icecast at xiph.org >http://lists.xiph.org/mailman/listinfo/icecast
Good morning, On Wed, 2015-10-07 at 18:53 -0400, Steve Matzura wrote:> Got'ny good ideas for doing that then? I want to connect to a stream > for restreaming, for lack of a better term.Why don't you just use something like this?: wget -O - $URL | oggfwd $HOST $PORT $PW $MOUNT> On Mon, 5 Oct 2015 14:41:08 +0100 (BST), you wrote: > > >On Mon, 5 Oct 2015, Steve Matzura wrote: > > > >> If I put a URL in the M3U file, will EZStream stream it through > >> Icecast? > > > >No. EZStream is meant to be pretty basic. > > > >Geoff. > > > >_______________________________________________ > >Icecast mailing list > >Icecast at xiph.org > >http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-- Philipp. (Rah of PH2) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/icecast/attachments/20151008/f5d3b115/attachment.pgp
On Thu, 08 Oct 2015 06:20:47 +0000, Philipp Schafft <lion at lion.leolix.org> wrote:>Why don't you just use something like this?: >wget -O - $URL | oggfwd $HOST $PORT $PW $MOUNTOK, sounds like what I need. Questions: 1. $URL is the stream URL? 2. $HOST, $PORT and $MOUNT are the obvious things? 3. oggfwd ... is there a version of this for mp3 instead since that's what my server broadcasts with?
Additional to my earlier post, I was also thinking of a single broadcast relay, but it's not possible to start it and stop it on demand. One way around this might be to load a special Icecast XML with the relay in it at the program's broadcast time, then reload the regular one when the relayed program ends. Klugey, but it could work I suppose. On Thu, 08 Oct 2015 06:20:47 +0000, you wrote:>Good morning, > > >On Wed, 2015-10-07 at 18:53 -0400, Steve Matzura wrote: >> Got'ny good ideas for doing that then? I want to connect to a stream >> for restreaming, for lack of a better term. > >Why don't you just use something like this?: >wget -O - $URL | oggfwd $HOST $PORT $PW $MOUNT > > >> On Mon, 5 Oct 2015 14:41:08 +0100 (BST), you wrote: >> >> >On Mon, 5 Oct 2015, Steve Matzura wrote: >> > >> >> If I put a URL in the M3U file, will EZStream stream it through >> >> Icecast? >> > >> >No. EZStream is meant to be pretty basic. >> > >> >Geoff. >> > >> >_______________________________________________ >> >Icecast mailing list >> >Icecast at xiph.org >> >http://lists.xiph.org/mailman/listinfo/icecast >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast
Hi, DeeFuzzer can re-stream an URL: https://github.com/yomguy/DeeFuzzer cheers, yomguy Le 08/10/2015 00:53, Steve Matzura a ?crit :> Got'ny good ideas for doing that then? I want to connect to a stream > for restreaming, for lack of a better term. > > On Mon, 5 Oct 2015 14:41:08 +0100 (BST), you wrote: > >> On Mon, 5 Oct 2015, Steve Matzura wrote: >> >>> If I put a URL in the M3U file, will EZStream stream it through >>> Icecast? >> >> No. EZStream is meant to be pretty basic. >> >> Geoff. >> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > >