Moin, I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with cygwin). The audio stream that I want to distribute come from stdin, like I get it from curl http://streamingserver.foo.bar/stream/stream.php | But how to proceed? Should I just pipe this to | icecast -c etc/icecast.xml? It does not work. Thanks for any hint! -- |Michael Renner E-mail: michael.renner at gmx.de | |81541 Munich skype: michael.renner.gmx.de | |Germany Don't drink as root! ESC:wq
Is the stream a MP3 stream? If so, you can use Icecast as a proxy (see documentation). El 09/02/2013 22:05, "Michael Renner" <michael.renner at gmx.de> escribi?:> Moin, > > I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with > cygwin). > > The audio stream that I want to distribute come from stdin, like I get it > from > > curl http://streamingserver.foo.bar/stream/stream.php | > > But how to proceed? Should I just pipe this to | icecast -c > etc/icecast.xml? > It does not work. > > Thanks for any hint! > -- > |Michael Renner E-mail: michael.renner at gmx.de | > |81541 Munich skype: michael.renner.gmx.de | > |Germany Don't drink as root! ESC:wq > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20130209/32d20cba/attachment.htm
Perhaps I've done something similar but on Debian and not know if it will work in Windows. I've used vlc to receive any audio from the Internet and ices2 as a source client. It works perfectly fine as a repeater. El s?b, 09-02-2013 a las 22:23 +0100, Xabier Oneca -- xOneca escribi?:> Is the stream a MP3 stream? If so, you can use Icecast as a proxy (see > documentation). > > > El 09/02/2013 22:05, "Michael Renner" <michael.renner at gmx.de> > escribi?: > > Moin, > > I compiled icecast under cygwin (yes, I have to use Windows 7 > togehter with > cygwin). > > The audio stream that I want to distribute come from stdin, > like I get it from > > curl http://streamingserver.foo.bar/stream/stream.php | > > But how to proceed? Should I just pipe this to | icecast -c > etc/icecast.xml? > It does not work. > > Thanks for any hint! > -- > |Michael Renner E-mail: michael.renner at gmx.de | > |81541 Munich skype: michael.renner.gmx.de | > |Germany Don't drink as root! ESC:wq > _______________________________________________ > 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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20130209/6c674b90/attachment.htm
Muten Gorgen, On 09/02/13 23:04, Michael Renner wrote:> Moin, > > I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with > cygwin).A bit yuck, indeed. I hear our trunk source should compile fine with mingw nowadays if you need another option.> The audio stream that I want to distribute come from stdin, like I get it fromif this is a regular stream you could as well just use the relay functionality discussed already in the diverging sub-thread.> curl http://streamingserver.foo.bar/stream/stream.php | > > But how to proceed? Should I just pipe this to | icecast -c etc/icecast.xml? > It does not work.No. That certainly will not work. Please have a look here to understand this a bit better: http://liveice.sourceforge.net/understanding.html For relaying, check this: http://www.icecast.org/docs/icecast-2.3.3/icecast2_config_file.html#relay If you need to do any processing on that original stream, then you might want to consider liquidsoap.> Thanks for any hint!Hope that helps, if not, ask more questions, happy to help. Thomas