<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
<FONT COLOR="#000080">I'm understanding why Icecast2 is an audio server, wow !!!</FONT><BR>
<FONT COLOR="#000080"><A HREF="http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html">http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html</A></FONT><BR>
<BR>
<FONT COLOR="#000080">Testing the relay option:</FONT><BR>
<FONT COLOR="#000080">Two mountpoints from two master servers are relayed to a relay server:</FONT><BR>
<BR>
<FONT COLOR="#000000">      Master Servers                                                       Relay Server</FONT><BR>
<BR>
<FONT COLOR="#000000">                                                                               <A HREF="http://186.56.96.133:8200/zuzenean.ogg">http://186.56.96.133:8200/zuzenean.ogg</A></FONT><BR>
<BR>
<FONT COLOR="#000000"><A HREF="http://">http://186.148.147.191:8001/zuzenean.ogg</A>  --->  <A HREF="http://">http://186.56.96.133:8200/zznn1.ogg</A></FONT><BR>
<FONT COLOR="#000000"><A HREF="http://">http://ubuntu.hbr1.com:19800/ambient.ogg</A>  --->  <A HREF="http://">http://186.56.96.133:8200/zznn2.ogg</A></FONT><BR>
<BR>
<FONT COLOR="#000080">I guess there is no limit for the number of signals to be relayed.</FONT><BR>
<FONT COLOR="#000080">A mountpoint name with less than three characters does not work !! ... uuffff ... ("xx.ogg" does not work, "xxx.ogg" works).</FONT><BR>
<FONT COLOR="#000080">What about <on-demand> 0 </ on-demand> ?. I used "0" and "1" but I did not notice changes.</FONT><BR>
<BR>
El sáb, 09-02-2013 a las 23:01 -0300, José Luis Artuch escribió:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000080">Ah ... thanks Dave, will give light to the subject:</FONT><BR>
        <relay><BR>
            <server>127.0.0.1</server><BR>
            <port>8001</port><BR>
            <mount>/example.ogg</mount><BR>
            <local-mount>/different.ogg</local-mount><BR>
            <on-demand>0</on-demand><BR>
    <BR>
            <relay-shoutcast-metadata>0</relay-shoutcast-metadata><BR>
        </relay><BR>
    <BR>
    El sáb, 09-02-2013 a las 20:52 -0500, Dave Pascoe escribió: <BR>
    <BLOCKQUOTE TYPE=CITE>
        You are looking for the <relay> element not <proxy><BR>
        <BR>
        <BR>
        <BR>
        <BR>
        On Sat, Feb 9, 2013 at 8:48 PM, José Luis Artuch <<A HREF="mailto:artuch@speedy.com.ar">artuch@speedy.com.ar</A>> wrote:<BR>
        <BLOCKQUOTE>
            <FONT COLOR="#000080">Ok Xabier, thank you very much.</FONT><BR>
            <FONT COLOR="#000080">I do not find a <proxy> section in the config file, but I will investigate a bit about this.</FONT><BR>
            <BR>
            El dom, 10-02-2013 a las 00:17 +0100, Xabier Oneca -- xOneca escribió: <BR>
            <BR>
            <BLOCKQUOTE TYPE=CITE>
                I was trying to tell you so. I'm not at home, so I can't tell you exactly how it is done, but I remember a <proxy> section in Icecast config file where you can tell the source stream and where to mount locally.<BR>
                <BR>
                But as I have said before, see the Icecast documentation for more details (or perhaps the original config file also has comments for configuring it).<BR>
                <BR>
                El 10/02/2013 00:12, "José Luis Artuch" <<A HREF="mailto:artuch@speedy.com.ar">artuch@speedy.com.ar</A>> escribió:<BR>
                <BLOCKQUOTE>
                    <FONT COLOR="#000080">Xabier, I mean vlc + Ices2 + Icecast2, I do not know because I do not work with Windows.</FONT><BR>
                    <FONT COLOR="#000080">Very interesting a proxi with Icecast2, I will study. I have saved a lot of work, why do not you tell me before ? :))</FONT><BR>
                    <BR>
                    El sáb, 09-02-2013 a las 23:28 +0100, Xabier Oneca -- xOneca escribió:<BR>
                    <BLOCKQUOTE TYPE=CITE>
                        But you don't need VLC nor Ices2 to build a proxy with Icecast. It can connect to a stream and proxy it. I have tested it with a SHOUTCast server proxied through an Icecast mount point.<BR>
                        <BR>
                        Why shouldn't work in Windows?<BR>
                        <BR>
                        El 09/02/2013 22:43, "José Luis Artuch" <<A HREF="mailto:artuch@speedy.com.ar">artuch@speedy.com.ar</A>> escribió:<BR>
                        <BLOCKQUOTE>
                            <FONT COLOR="#000080">Perhaps I've done something similar but on Debian and not know if it will work in Windows.</FONT><BR>
                            <FONT COLOR="#000080">I've used vlc to receive any audio from the Internet and ices2 as a source client. It works perfectly fine as a repeater.</FONT><BR>
                            <BR>
                            El sáb, 09-02-2013 a las 22:23 +0100, Xabier Oneca -- xOneca escribió:<BR>
                            <BLOCKQUOTE TYPE=CITE>
                                Is the stream a MP3 stream? If so, you can use Icecast as a proxy (see documentation).<BR>
                                <BR>
                                El 09/02/2013 22:05, "Michael Renner" <<A HREF="mailto:michael.renner@gmx.de">michael.renner@gmx.de</A>> escribió:<BR>
                                <BLOCKQUOTE>
                                    Moin,<BR>
                                    <BR>
                                    I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with<BR>
                                    cygwin).<BR>
                                    <BR>
                                    The audio stream that I want to distribute come from stdin, like I get it from<BR>
                                    <BR>
                                    curl <A HREF="http://streamingserver.foo.bar/stream/stream.php">http://streamingserver.foo.bar/stream/stream.php</A> |<BR>
                                    <BR>
                                    But how to proceed? Should I just pipe this to | icecast -c etc/icecast.xml?<BR>
                                    It does not work.<BR>
                                    <BR>
                                    Thanks for any hint!<BR>
                                    --<BR>
                                    |Michael Renner      E-mail: <A HREF="mailto:michael.renner@gmx.de">michael.renner@gmx.de</A>  |<BR>
                                    |81541 Munich        skype: <A HREF="http://michael.renner.gmx.de">michael.renner.gmx.de</A>   |<BR>
                                    |Germany             Don't drink as root!      ESC:wq<BR>
                                    _______________________________________________<BR>
                                    Icecast mailing list<BR>
                                    <A HREF="mailto:Icecast@xiph.org">Icecast@xiph.org</A><BR>
                                    <A HREF="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</A> 
                                </BLOCKQUOTE>
<PRE>
_______________________________________________
Icecast mailing list
<A HREF="mailto:Icecast@xiph.org">Icecast@xiph.org</A>
<A HREF="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</A>
</PRE>
                            </BLOCKQUOTE>
                            <BR>
                            <BR>
                        </BLOCKQUOTE>
                    </BLOCKQUOTE>
                    <BR>
                    <BR>
                </BLOCKQUOTE>
            </BLOCKQUOTE>
            <BR>
            <BR>
            <BR>
            _______________________________________________<BR>
            Icecast mailing list<BR>
            <A HREF="mailto:Icecast@xiph.org">Icecast@xiph.org</A><BR>
            <A HREF="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</A><BR>
            <BR>
        </BLOCKQUOTE>
        <BR>
        <BR>
    </BLOCKQUOTE>
    <BR>
<PRE>
_______________________________________________
Icecast mailing list
<A HREF="mailto:Icecast@xiph.org">Icecast@xiph.org</A>
<A HREF="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>