You are not logged in.
What I would like to know, is it possible to stream live audio over a wifi network.
PC A records a stream from a mic and then simultaneously broadcasts that same stream live over the entire wifi network, sorta like a radio station only on a much smaller and simpler scale.
Is this possible?
Offline
Yeah you can use pulseaudio for that but I'm guessing it might saturate your wifi link.
Or you can use mpd and stream it using icecast.
Last edited by sand_man (2010-02-25 00:48:44)
![]()
Offline
Thanks a million, will look into this quickly!
Offline
Sorry for the barrage of questions, but I'm a n00b when it comes to this.
What client can one then use on a Windows 7 netbook to receive the broadcast?
Sorry, should have mentioned I'm looking at using icecast.
Last edited by MW (2010-02-25 13:03:57)
Offline
Maybe you should try searching some? I did a search for icecast windows and found this site:
http://www.icecast.org/3rdparty.php
I'd use Foobar2000 as my Windows client, although I have never used Icecast so I'm not sure how it works. Foobar2000 is a great application in any case, so give it a try.
Last edited by barzam (2010-02-25 13:22:47)
Offline
I was at that exact link looking at Source clients, must have had eye patches on not seeing the next group was media players to use....![]()
Thanks.
Offline
vlc can do that.
Offline
i use evil player when i connect from windows (not sure if there's a version for 7 yet though). it's insanely light, runs in tray, opens instantly, and i only use it to load my stream. it plays great whether i encode the stream with vorbis or lame.
Last edited by brisbin33 (2010-02-25 14:18:30)
//github/
Offline
It seems like I'm missing something with icecast. If I understand it correctly then you can only play an existing media file, no real time live broadcasting?
I have finished setting it up and can listen in over the network, but I need real time broadcasting. Is there a way to do this in icecast or should I look at something else.
SYNOPSIS:
While someone is talking over the mic the server records the stream with Audacity for editing later on. The problem is that I want this stream to be simultaneously streamed live to another PC so that people next door to the meeting can hear it real time, no delays. A few seconds delay is not critical, but I cannot record and hour long session and then broadcast it, it has to be real time.
To complicate things, there is no internet available, we are in the middle of nowhere on a secluded convention centre, so that is why it seemed to me like the easiest would be to broadcast via WIFI.
Offline
maybe record into a fifo and play the fifo via icecast? a socket may work as well.
though, with this approach you might even want to look into netcat.
edit, forget netcat... dumb windows clients...
Last edited by brisbin33 (2010-02-25 14:21:15)
//github/
Offline
It seems ices2 can do what I want, but I have a bit of trouble configuring the config since there are very little documentation on it. If someone here are proficient with ices2, give me a shout or please post you config so that I can have a look at it please.
I get ices2 to run without any erros but I get no sound on the other PC.![]()
Offline