search for: streamingservic

Displaying 15 results from an estimated 15 matches for "streamingservic".

Did you mean: streamingservice
2013 Feb 09
3
how to use the stdin module?
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
2013 Feb 09
2
how to use the stdin module?
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). >
2013 Feb 09
6
how to use the stdin module?
Xabier, I mean vlc + Ices2 + Icecast2, I do not know because I do not work with Windows. Very interesting a proxi with Icecast2, I will study. I have saved a lot of work, why do not you tell me before ? :)) El s?b, 09-02-2013 a las 23:28 +0100, Xabier Oneca -- xOneca escribi?: > But you don't need VLC nor Ices2 to build a proxy with Icecast. It can > connect to a stream and proxy it. I
2005 Oct 24
1
Relaying between icecast 2.3 servers
Hello! I just searched the list, but i can't find a solution. I have 2 icecast 2.3 server. One should be the master, the other one should become a slave, to be able to distribute the load. But the slave server does not learn any mountpoints. The main problem seem to be, that the the URL http://streamingserver:8000/admin/streamlist.txt just returns a empty
2013 Feb 10
3
how to use the stdin module?
I'm understanding why Icecast2 is an audio server, wow !!! http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html Testing the relay option: Two mountpoints from two master servers are relayed to a relay server: Master Servers Relay Server http://186.56.96.133:8200/zuzenean.ogg http://186.148.147.191:8001/zuzenean.ogg ---> http://186.56.96.133:8200/zznn1.ogg
2004 Dec 28
2
Liveice startup error message..
Hello, I have been trying to use liveice with icecast to stream live audio. I am getting an error message that I can't seem to find an answer to. FIrst of all, I start Icecast (Version 2.2.0) and it seems to come up fine.Then I start liveice, and I get the following error message: liveice -c /usr/local/bin/liveice.conf 0 Initialising Soundcard 16Bit 22050Hz opening connection to localhost
2005 Oct 21
1
How to streaming
Dear all, Hello, This is Junichi Takada from Japan. My PC environment is Linux of Devian sarge3.1 . And it installed apache2.0, Icecast2.0, and DarwinStreamingServer5.5 Icecast used port 8000, DSS used port 9000 and 554. Now, I attached mp3s link on my web site. And when other client PC clicked it's link address, mp3 as meta file remains in it's cache. About account, Web dir
2013 Feb 09
0
how to use the stdin module?
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. Why shouldn't work in Windows? El 09/02/2013 22:43, "Jos? Luis Artuch" <artuch at speedy.com.ar> escribi?: > ** > Perhaps I've done something similar but on Debian and not know
2013 Feb 09
0
how to use the stdin module?
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. 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). El 10/02/2013 00:12,
2013 Feb 10
2
how to use the stdin module?
El dom, 10-02-2013 a las 10:07 +0200, R?cker Thomas escribi?: > Hi, > > On 10/02/13 06:53, Jos? Luis Artuch wrote: > > > > > I'm understanding why Icecast2 is an audio server, wow !!! > > http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html > > > > > We're not an 'audio server', that's pulse-audio, esd, etc.
2013 Feb 10
0
how to use the stdin module?
Ah ... thanks Dave, will give light to the subject: <relay> <server>127.0.0.1</server> <port>8001</port> <mount>/example.ogg</mount> <local-mount>/different.ogg</local-mount> <on-demand>0</on-demand> <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
2013 Feb 10
0
how to use the stdin module?
Oops! My fault, sorry!! :P El 10/02/2013 03:01, "Jos? Luis Artuch" <artuch at speedy.com.ar> escribi?: > Ah ... thanks Dave, will give light to the subject: > <relay> > <server>127.0.0.1</server> > <port>8001</port> > <mount>/example.ogg</mount> >
2013 Feb 10
0
how to use the stdin module?
No problem Xabier, so we go, thank you !! El dom, 10-02-2013 a las 11:21 +0100, Xabier Oneca -- xOneca escribi?: > Oops! My fault, sorry!! :P > > > El 10/02/2013 03:01, "Jos? Luis Artuch" <artuch at speedy.com.ar> > escribi?: > > Ah ... thanks Dave, will give light to the subject: > <relay> >
2013 Feb 10
0
how to use the stdin module?
Hi, On 10/02/13 06:53, Jos? Luis Artuch wrote: > I'm understanding why Icecast2 is an audio server, wow !!! > http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html > We're not an 'audio server', that's pulse-audio, esd, etc. territory. We're a multimedia streaming server. Slight difference. :) > Testing the relay option: > Two mountpoints
2013 Feb 11
0
how to use the stdin module?
El dom, 10-02-2013 a las 17:47 -0300, Jos? Luis Artuch escribi?: > El dom, 10-02-2013 a las 10:07 +0200, R?cker Thomas escribi?: > > > Hi, > > > > On 10/02/13 06:53, Jos? Luis Artuch wrote: > > > > > > > I'm understanding why Icecast2 is an audio server, wow !!! > > > http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html