Live audio streaming over wifi network

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?

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.

Similar Messages

  • Streaming audio file over the network w JMF. How to know when the file end

    Hi
    I am streaming audio file over the network using JMF. I want to be able to know when a file end so I can close the streaming session.
    Can some one please help
    Thanks

    If you put a ControllerListener on the Processor that's associated with generating the RTP stream, it'll generate an "EndOfMedia" event when the end of the file is reached.

  • Slow streaming over wifi using ipad

    Why is streaming over wifi slower than over cellular connection?  Other devices don't have the same issue.

    generally we all think and expect wifi will be faster than a cell connection.  But that will not always be the case.  A good uncongested LTE runs pretty fast.
    But the wifi should be fast enough that you wouldn't notice any issues unless:
    You are using a public wifi spot where the signal is metered.  Where I work, they clamp the wifi for guests at 250k.
    The wifi cannot run any faster than your internet connection.  Is it clean?
    Recent stoires here are explaining how verizon and Comcast have been allowing you tube and netflix feeds to become overcongested, in an effort to extract $$ from them for the privilange of sending you the signal.
    a good place to start is to get a speed app - like Speed test (there are a bunch in the store) and see what speed your wifi is delivering.
    One thing that is almost certain, your wifi is a whole lot cheaper than your cell signal!

  • How to enable live audio streaming in FF running Windows 7

    I am unable to listen to live audio streams, please help !

    Which plugin is used for those streams?
    Your More system details list shows the WMP plugin and the Flash plugin as commonly used plugins to play streams.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How to merge multiple live audio streams into a single stream in FMS?

    I need to merge multiple live audio streams into a single stream so that i can pass this stream as input to VOIP through a softphone.
    For this i tried the following approach:
    Created a new stream (str1) on FMS onAppStart and recorded the live streams (sent throgh microphone) in that new stream.
    Below is the code :
    application.onAppStart = function()
    application.myStream=Stream.get("foo");           
    application.myStream.record();
    application.onPublish = function (client,stream)
          var streamName = stream.name;
          application.myStream.play(streamName,-2,-1};
    The problem is that the Stream.play plays only 1 live stream at a time.As soon as a the 2nd live stream is sent to FMS then Stream.play stops playing the previous live stream.So,only the latest live stream is getting recorded.Whereas i need to record all the live streams in the new stream simultaneously.
    Any pointers regarding this are welcome.
    Thanks

    well i tried this once for one of my scripts and the final conclusion is its not possible to combine two streams into 1.....how would you time/encode the two voices......there is no know solution to this in flash. If you continue on despite me and find a solution please post it so we can explain to rest of world.

  • Appstore suddenly stoped working ONLY over wifi network in which worked before

    I have an Ipad 3rd generation woth iOS6 which worked just fine  untill today. Appstore suddenly stopped working over Wifi network (my home network). Untill yesterday it wokked just fine over the same Wifi. Anyway, Appstore still works over 3G thought.
    I tryed to restart the modem, restarted the iPad ... it didnt work.
    Any help is appreciated. thanks.

    I have an Ipad 3rd generation woth iOS6 which worked just fine  untill today. Appstore suddenly stopped working over Wifi network (my home network). Untill yesterday it wokked just fine over the same Wifi. Anyway, Appstore still works over 3G thought.
    I tryed to restart the modem, restarted the iPad ... it didnt work.
    Any help is appreciated. thanks.

  • Using iTunes/Airplay for streaming live audio/video on local network?

    I'm wondering if I can use iTunes to stream live audio and/or video to other computers, Airport Express, or Apple TVs on a local wifi network. I'm willing to jailbreak or hack anything if necessary.
    So this is what I am hoping to do:
    Camera-->Streaming Computer-->Airplay-->Local Wi-fi network-->Devices recieving audio/video

    This device should be doing UPnP by default so you will not need most of the info on this page.
    What the Link does have is the default access info and pictures.
    In the Wan page turn Off the DOS or SPI firewall. (it will have one or the other)
    Check in the Box to Disable.
    Save Settings.
    If this device is behind a Cable modem then also Allow it to Respond to Internet Pings on the same page.
    (this a Check the Box to Do)
    Save settings (Again if you did them above)
    7:30 PM Monday; April 28, 2008

  • [SOLVED] How to stream audio output over wifi?

    Hello,
    I have following problem. I would like to listen to the music from my laptop on my home Onkyo AV receiver (amplifier). Both laptop and receiver are connected on the same network, laptop via wifi, receiver using LAN. Receiver is capable to play internet radio streams in various format - e.g. ogg or mp3.
    My idea is to produce ogg stream on laptop and listen to this stream through amplifier. I was searching for this solution a found something that has always some disadvantage, like MPD + MPC (can play only from database of local files, not from jamendo or other network services), DLNA can play only local files, Icecast + Ices can play from predefined playlist.
    My idea is to have something independent - something what takes audio data normally played on soundcard and feeds it to network stream, something what can work with any player - audio or video, or even with desktop notifications.
    Does anybody here know how to do it?
    Thanks!
    Last edited by KejPi (2012-03-14 20:18:28)

    Thank all of you for your hints. Finally I have decided for ALSA based solution that simply works for all applications smoothly in background and it is here when I need it - in other words, it is something that doesn't borther me when I do not need it. I use ALSA loopback with ffmpeg and ffserver for streaming in mp3 format.This is my final solution:
    You need following:
    alsa
    ffmpeg
    if you use KDE4, then you need phonon-gstreamer backend, as in my case phonon-vlc didn't work (it was heavily distorted)
    Procedure:
    Modprobe snd-aloop (2 loopback channels are enough)
    modprobe snd-aloop pcm_substreams=2
    For permanent solution follow arch wiki https://wiki.archlinux.org/index.php/Modprobe
    Create ALSA configuration file and store it either to ~/.asoundrc (just for user) or to /etc/asound.conf as system wide:
    pcm.!default {
    type asym
    playback.pcm "LoopAndReal"
    capture.pcm "hw:0,0"
    hint {
    show on
    description "Default with loopback"
    #"type plug" is mandatory to convert sample type
    pcm.LoopAndReal {
    type plug
    slave.pcm mdev
    route_policy "duplicate"
    hint {
    show on
    description "LoopAndReal"
    pcm.mdev {
    type multi
    slaves.a.pcm pcm.MixReal
    slaves.a.channels 2
    slaves.b.pcm pcm.MixLoopback
    slaves.b.channels 2
    bindings.0.slave a
    bindings.0.channel 0
    bindings.1.slave a
    bindings.1.channel 1
    bindings.2.slave b
    bindings.2.channel 0
    bindings.3.slave b
    bindings.3.channel 1
    pcm.MixReal {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0,0"
    #rate 48000
    #rate 44100
    #periods 128
    #period_time 0
    #period_size 1024 # must be power of 2
    #buffer_size 8192
    pcm.MixLoopback {
    type dmix
    ipc_key 1025
    slave {
    pcm "hw:Loopback,0,0"
    #rate 48000
    #rate 44100
    #periods 128
    #period_time 0
    #period_size 1024 # must be power of 2
    #buffer_size 8192
    You can play with sample rates and buffer sizes you you have any problem. This configuration works on my system.
    Prepare ffserver configration and store either to default location /etc/ffserver.conf as system wide setup or anywhere to your home:
    # Port on which the server is listening. You must select a different
    # port from your standard HTTP web server if it is running on the same
    # computer.
    Port 8090
    # Address on which the server is bound. Only useful if you have
    # several network interfaces.
    BindAddress 0.0.0.0
    # Number of simultaneous HTTP connections that can be handled. It has
    # to be defined *before* the MaxClients parameter, since it defines the
    # MaxClients maximum limit.
    MaxHTTPConnections 2000
    # Number of simultaneous requests that can be handled. Since FFServer
    # is very fast, it is more likely that you will want to leave this high
    # and use MaxBandwidth, below.
    MaxClients 1000
    # This the maximum amount of kbit/sec that you are prepared to
    # consume when streaming to clients.
    MaxBandwidth 1000
    # Access log file (uses standard Apache log file format)
    # '-' is the standard output.
    CustomLog -
    # Suppress that if you want to launch ffserver as a daemon.
    NoDaemon
    # Definition of the live feeds. Each live feed contains one video
    # and/or audio sequence coming from an ffmpeg encoder or another
    # ffserver. This sequence may be encoded simultaneously with several
    # codecs at several resolutions.
    <Feed feed1.ffm>
    # You must use 'ffmpeg' to send a live feed to ffserver. In this
    # example, you can type:
    # ffmpeg http://localhost:8090/feed1.ffm
    # ffserver can also do time shifting. It means that it can stream any
    # previously recorded live stream. The request should contain:
    # "http://xxxx?date=[YYYY-MM-DDT][[HH:]MM:]SS[.m...]".You must specify
    # a path where the feed is stored on disk. You also specify the
    # maximum size of the feed, where zero means unlimited. Default:
    # File=/tmp/feed_name.ffm FileMaxSize=5M
    File /tmp/feed1.ffm
    FileMaxSize 200K
    # You could specify
    # ReadOnlyFile /saved/specialvideo.ffm
    # This marks the file as readonly and it will not be deleted or updated.
    # Specify launch in order to start ffmpeg automatically.
    # First ffmpeg must be defined with an appropriate path if needed,
    # after that options can follow, but avoid adding the http:// field
    #Launch ffmpeg
    # Only allow connections from localhost to the feed.
    #ACL allow 127.0.0.1
    </Feed>
    # Now you can define each stream which will be generated from the
    # original audio and video stream. Each format has a filename (here
    # 'test1.mpg'). FFServer will send this stream when answering a
    # request containing this filename.
    # MP3 audio
    <Stream stream.mp3>
    Feed feed1.ffm
    Format mp2
    AudioCodec libmp3lame
    AudioBitRate 320
    AudioChannels 2
    AudioSampleRate 44100
    NoVideo
    </Stream>
    # Ogg Vorbis audio
    #<Stream test.ogg>
    #Feed feed1.ffm
    #Format ogg
    #AudioCodec libvorbis
    #Title "Stream title"
    #AudioBitRate 64
    #AudioChannels 2
    #AudioSampleRate 44100
    #NoVideo
    #</Stream>
    # Special streams
    # Server status
    <Stream stat.html>
    Format status
    # Only allow local people to get the status
    ACL allow localhost
    ACL allow 192.168.1.0 192.168.1.255
    #FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
    </Stream>
    # Redirect index.html to the appropriate site
    <Redirect index.html>
    URL http://www.ffmpeg.org/
    </Redirect>
    This sets ffserver for streaming in MP3 format, stereo, 320kbps. Unfortunately I haven't succeeded with OGG Vorbis streaming.
    Now you have all configuration you need and if you want to stream following two commands do that:
    ffserver -f ffserver.conf
    ffmpeg -f alsa -ac 2 -i hw:Loopback,1,0 http://localhost:8090/feed1.ffm
    You can test it for example by mplayer:
    mplayer http://YourLinuxBox:8090/stream.mp3
    And that's it. Sound is played by normal sound card and sent to stream simultaneously. If you do not want to listen sound from computer you can mute your soundcard. It has an advantage that one can normally listen to music on the computer with or without streaming and in both cases without any reconfiguration. To start streaming just call ffserver and ffmpeg.
    Advantages:
    + very simple solution without any special sound server
    + no special SW required (in my case I had already instaled all I need for that)
    + streaming on request by two simple commands
    + normal soundcard function
    + streaming in MP3 format that is supported by many home AV receivers
    Disadvantages
    - phonon-vlc backend not compatible (also VLC does not work)
    - OGG streaming does not work
    - some latency (~ 5 sec)
    - all sounds are sent to stream, including various desktop notifications (in KDE could be managed by phonon)

  • IPhone video and audio streaming over GSM and 3G networks?

    Is the iPhone 3G capable of streaming live audio and video from the iPhone 3G to an Xserve to a webpage, through GSM and 3G connections ?

    The iPhone camera does not support video at this time.

  • IPhone HE-AAC Streaming over Mobile Network (3G)

    Developed an internet radio streamer using utilizing the html5 audio tags with jQuery and with a flash fall back for unsupported browsers, streaming through an icecast2 server. Upon testing the player on the iPhone Safari (iOS 5.0.1), we ran into a very peculiar issue.
    When the iPhone is connected to WiFi, it streams perfectly using the HE-AAC V2 stream @ 64kbps 44.1kHz (the preferred codec for apple products). However, when the iPhone is connected to the 3G mobile network (ATT and Verizon), it "stutters/buffers" or stops streaming for 1-2 secs every 1-2 minutes (does not stop streaming completely). The troubling thing is when the iPhone is forced to use a separate MP3 stream at the same bit rate, it does not have this issue and works very well on 3G.

    Hi Lawrence,
    Thanks for the fast response. I'm confused as to how AAC requires higher bandwidth over MP3 when it can produce higher quality audio at lower bit rates therefore requiring less bandwidth to stream over 3G. Are you referring to the bandwidth of the audio signal itself (at the codec level)?

  • Streaming over WiFi is not fluent

    When I stream video from my mac or iPad over wifi, video is not fluent, it is stucking. When I stream it from my mac over ethernet (apple tv is connected to my network by ethernet), it works just fine.
    These problems started after updating my Apple TV few months ago.
    Any idea? :/

    Hmm, I am trying to insert picture but it does not react at all..
    So I used my dropbox
    https://www.dropbox.com/s/bsxn4lb95qxj031/Sn%C3%ADmek%20obrazovky%202014-12-05%2 0v%C2%A011.23.22.png?dl=0
    https://www.dropbox.com/s/0oibbrgiy1hf2kb/Sn%C3%ADmek%20obrazovky%202014-12-05%2 0v%C2%A011.23.09.png?dl=0

  • Handling Audio streams accross a network

    Hi,
    I have written a Computer Telephony Interface package for a SIP based PBX system and I'm currently exploring the possibility of turning it into a fully functional SIP softphone. The program has a basic SIP stack which I have extended to include the call setup messages, I just need some advice in how I can handle RTP properly.
    The PBX uses G.711 A-law audio codec and I have noticed that the JMF doesn't support type 8 RTP for A-law.
    Here is the scenario, a call comes into the program over the network using a standard Datagram socket, when my program answers the call I can see a load of bytes fired into my system every 20ms (160 bytes audio), I need a solution to convert those bytes into an audio stream and play them through my computer speakers.
    Can anyone give me any guidance on this?
    Thanks
    Brett

    I'm currently doing something similar, and I think this explains a lot
    http://java.sun.com/developer/JDCTechTips/2002/tt0319.html#tip1
    atleast how to play those data bytes as audio and how to do some
    encodings.
    If you're using datagram socket, the packets come in in a random order,
    so doesn't your audio sound a bit weird? Unless you have some mechanism
    to put the packets in correct order.
    kari-matti

  • Connecting an external drive to TC and sharing it over wifi network

    I wish to connect an external hard drive to the Time Capsule USB port and share it over my home wifi network.
    I can see the external HDD in Finder when it is plugged directly into any of my Macs.
    I cannot see the external HDD (using either Airport Utility or Finder) when it is plugged into the Time Capsule's USB port.
    I have followed all of the suggestions in these archived discussions to no avail:
    https://discussions.apple.com/message/12588172#12588172
    https://discussions.apple.com/message/9069546#9069546
    This is my setup:
    Netgear DG834n set up in 'modem only' mode
    Time Capsule 2TB:
    The TC is set up as the wireless router for my home network, with DHCP reservations (using MAC address) for each wireless device that needs to connect to the internet
    The Time Capsule's hard disk is set up as a shared disk on the wireless network (file sharing is enabled with the Time Capsule password). I use this volume for storing all of my iTunes media files
    I do not use the TC for backups, nor do I use Time Machine (I use a third party backup tool)
    Freecom XS 2TB USB 2 external HDD, containing a single volume formatted as Mac OS Extended Journaled
    Permissions on this volume are set as read & write for everyone
    I wish to leave this drive plugged into the Time Capsule permanently and use it to backup the iTunes media files currently stored on the Time Capsule disk
    Does anyone have any other suggestions?

    The Thunderbolt interface is local, just like USB and firewire.. (although firewire is a bit special and did have some network ability).
    The Thunderbolt drive could be shared from a computer to the network.. but you have to realise an ethernet drive has to have an OS.. it cannot live on the network as Accessible Drive.. OR NAS without having a proper OS. Thunderbolt is one interface of an OS.. but not the OS.
    What you need to buy is a NAS.. look at Synology or QNAP for the most popular brands.

  • How do I configure Server DHCP for a shared-over-WiFi network connection?

    Hey all,
    Here's how my network is set up-
    Comcast > Modem > DD-Wrt router >(Ethernet)> Mac Mini >(WiFi)> Macbook Pro, other devices.
    I set the router to use the Mac Mini (with OS X Server) as the DHCP server, and I have the Mac Mini sharing the ethernet connection over WiFi.
    The issue is that while my Macbook Pro can get an IP from the Mac Mini (as per DHCP settings), there's no internet connection.  I'm not sure I even have the router IP set correctly, should it be the Mac Mini's IP or the router's IP?

    I would normally use the router as the DHCP server but it should be possible to use your Mac mini as the DHCP server instead.
    With regards to the WiFi, you would want to configure it in bridging mode, this will let WiFi clients and Ethernet clients be on the same subnet and the WiFi clients will then be able to request DHCP addresses from your server on Ethernet. This is the way I have my home network setup.
    In the DHCP settings on your Mac mini server, you need to define the default gateway/router as being the IP address of your router. You also need to define valid DNS server addresses. If you running your own internal DNS server perhaps for Open Directory then this would be your internal DNS server address. The range of IP addresses you are issuing need to match the range being used internally by your router as does the subnet mask.

  • Xerox Phase 6280DN printing does not work anymore over wifi network help

    Hello
    I am having recurrent printing problems within a WIFI home office network. After power-cuts (which occur frequently here) I can not print anymore from any computer in the WIFI network on a Xerox Phaser 6280 DN.
    The printer is seen in the printer list but after clicking print in the printer queue it says "looking for printer" and /or "printing". When I connect the printer directly to a Macbook Pro it will print. Today I have downloaded the latest version of the printer driver of beginning this year from the Xerox support site. However now I can not add the printer to the printer list because it does not show up as an option! I restarted the laptop but this does not help. I have also restarted the airport express and airport base station but no luck. I did so by unplugging and replugging.
    The Phaser is connected to an Airport express which talks to an Airport base-station. OSX is 10.6.3. Thanks for any help it is driving me mad.
    Helmuth van Es

    This is how to contact HP support: www.hp.com/go/totalcare (click on Printers & Monitors, there is a phone number on the resulting page).
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

Maybe you are looking for

  • Search text file with 2 string tokens

    I am reading a text file which contains database records. I am able to search with lastname(the user enters it in the textfield using GUI frontend). this search useus stringtokenizers. take the users input and search all the tokens and see which toke

  • Schedule Report in multiple schema db

    my report is scheduled OK in one schema, however when we add more schemas, the schedule failed on the new schema, (still working OK in the old one), we got the error message "database connection error". After we restart the cms, we got the report but

  • Lightroom displays colors differently than Photoshop

    Lightroom (and my image previewer - IfranView) display my image colors differently than photoshop.  This is very disturbing (why can't Adobe make this simple!)!  Image in question - see below.  Center image is Photoshop, left is Lr 4 and right is Inf

  • Pictures and Hyperlinks in Mail

    I would like to know how i can insert a picture / a graphic in a mail without having an attachment. Example: "Here you see a house: <picture> We spent two days there" The mail program changes the inserted picture in an attachment. And I would like to

  • Opening files tiff files from desktop always open with Camera Raw with Photoshop 2014

    Why do my desktop tiff files which in the previous version of PS CC, opened directly into Photoshop (File>Open), but with PS 2014 always open into Camera Raw first? Is there a setting/preference that needs to be changed?