Anything similar for linux?<br><br><div class="gmail_quote">On 28 October 2012 17:50, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="im"><blockquote type="cite"><div style="line-height:1.7;font-size:14px;font-family:arial">

<div>i find WindowsAudioInputDevice maybe a way to stream live audio.but i could not find any documents or examples about how to use </div></div></blockquote><div><br></div></div>From <<a href="http://www.live555.com/liveMedia/" target="_blank">http://www.live555.com/liveMedia/</a>>:</div>

<div>"This is an implementation of the "liveMedia" library's "AudioInputDevice" abstract class. This can be used by a Windows application to read PCM audio samples from an input device.<div><br>

</div><div>(This project builds two libraries: "libWindowsAudioInputDevice_mixer.lib", which uses Windows' built-in mixer, and "libWindowsAudioInputDevice_noMixer.lib", which doesn't.)"</div>

<div><br></div><div>You build this from the Makefile ("WindowsAudioInputDevice.mak"), the same way that you build the other projects for Windows.  You then choose which of the two libraries you want, and link with it.  Then, from your application, call "AudioInputDevice::createNew()", specifying the number of the desired audio input device.  (Note that the project also builds two console applications: "showAudioInputPorts_noMixer.exe" and "showAudioInputPorts_mixer.exe"; you can run these to list the audio input devices on your Windows system.)</div>

</div><span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>

Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br>