mediaholic
10-07-2003, 07:44 AM
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:
my_netStream.attachVideo(Camera.get());
my_netStream.attachAudio(Microphone.get());
this is fine if u have both Cam and Mic.
couse my Cam have Mic built-in, i tryed only this:
my_netStream.attachVideo(Camera.get());
but audio is not sent
then i tryed this:
my_netStream.attachVideo(Camera.get());
my_netStream.attachAudio(Camera.get());
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
normaly u say:
my_netStream.attachVideo(Camera.get());
my_netStream.attachAudio(Microphone.get());
this is fine if u have both Cam and Mic.
couse my Cam have Mic built-in, i tryed only this:
my_netStream.attachVideo(Camera.get());
but audio is not sent
then i tryed this:
my_netStream.attachVideo(Camera.get());
my_netStream.attachAudio(Camera.get());
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