# Can Cam with intergrated Mic stream audio?

**URL:** https://forum.kirupa.com/t/can-cam-with-intergrated-mic-stream-audio/91660
**Category:** Uncategorized
**Created:** [October 7, 2003, 10:13am UTC](https://forum.kirupa.com/t/can-cam-with-intergrated-mic-stream-audio/91660 "2003-10-07T10:13:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mediaholic](https://avatars.discourse-cdn.com/v4/letter/m/ea666f/32.png) [@mediaholic](https://forum.kirupa.com/u/mediaholic)
#### Post date: [October 7, 2003, 10:13am UTC](https://forum.kirupa.com/t/can-cam-with-intergrated-mic-stream-audio/91660/1 "2003-10-07T10:13:34Z")

</div>

i was just wondering is it possible to stream audio **without extra Microphone**? My cam has **intergrated Mic** and when i use it over NetMeting it will send both video and audio but wenn i use it in FlashCom Application it streams only video.

normaly u say:[AS]  
my\_netStream.attachVideo(Camera.get());  
my\_netStream.attachAudio(Microphone.get());[/AS]  
this is fine if u have both Cam and Mic.

couse my Cam have Mic built-in, i tryed only this:[AS]  
my\_netStream.attachVideo(Camera.get());[/AS]  
but audio is not sent

then i tryed this:[AS]  
my\_netStream.attachVideo(Camera.get());  
my\_netStream.attachAudio(Camera.get());[/AS]  
but again audio is not sent

i think it is very annoying to people to have both Cam and Mic, having Cam with built-in Mic it is much more simple, u have(need) only one device.

So my QWuestion is :is it possible, and if , how?

Thanks forany ideas
