<!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 TEXT="#000000" BGCOLOR="#ffffff">
El dom, 10-02-2013 a las 10:07 +0200, Rücker Thomas escribió:
<BLOCKQUOTE TYPE=CITE>
    Hi,<BR>
    <BR>
    On 10/02/13 06:53, José Luis Artuch wrote:<BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE TYPE=CITE>
        <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>
    </BLOCKQUOTE>
    <BR>
    We're not an 'audio server', that's pulse-audio, esd, etc. territory.<BR>
    We're a multimedia streaming server. Slight difference. :)<BR>
    <BR>
</BLOCKQUOTE>
<BR>
<FONT COLOR="#000080">Hello Thomas.</FONT><BR>
<FONT COLOR="#000080">That is, I agree, I was paying attention to only one part ! :))</FONT><BR>
<FONT COLOR="#000080">A few days ago I was surprised to see how easily the mountpoints are created, even video.</FONT><BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BLOCKQUOTE TYPE=CITE>
        <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>
    </BLOCKQUOTE>
    <BR>
    <FONT COLOR="#000080">There should be no limit to the number of relays, or at least it will be much higher than people will usually go...</FONT><BR>
    <FONT COLOR="#000080">BUT, did you check the source connection limit? Default is 2 or 3 and you might be running into that (relays should count as sources too IIRC).</FONT><BR>
    <FONT COLOR="#000080">Generally it helps to read the error.log to see what is happening.</FONT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
<FONT COLOR="#000080">Exactly, the relays are considered as sources and I had to increase the number of sources.</FONT><BR>
<FONT COLOR="#000080">If the number of sources is less than needed, the Relay Server sources take precedence over the Master Servers sources (I should try this again).</FONT><BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BLOCKQUOTE TYPE=CITE>
        <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>
    </BLOCKQUOTE>
    <BR>
    <FONT COLOR="#000080">hmh? Can you be more specific about how I can reproduce this here? This sounds like a possible bug.</FONT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
<FONT COLOR="#000080">Now I'm thinking that when "xx.ogg" not work may have been <on_demand> seted in "1" and this may have been the reason that did not occur the mountpoint (I should try this again).</FONT><BR>
<FONT COLOR="#000080">During the test I had the Relay Server with a mountpoint due to Ices2 (both running on the same machine) and two Master Servers with relayed mountpoints (two separate machines).</FONT><BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BLOCKQUOTE TYPE=CITE>
        <FONT COLOR="#000080">What about <on-demand> 0 </ on-demand> ?. I used "0" and "1" but I did not notice changes.</FONT><BR>
    </BLOCKQUOTE>
    <BR>
    If set to 1, this will make Icecast only pull in the relay if there are also listeners connected to the stream locally.<BR>
    <BR>
    HTH<BR>
    <BR>
    Thomas<BR>
    <BR>
</BLOCKQUOTE>
<BR>
<FONT COLOR="#000080">At this time I can but I SHOULD NOT DO tests on the servers :))) I will try tomorrow morning.</FONT><BR>
<FONT COLOR="#000080">Thank you very much !!</FONT><BR>
<FONT COLOR="#000080">José Luis</FONT><BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE TYPE=CITE>
        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>
    </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>