| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jan 2003
Location: berlin
Posts: 130
|
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: ActionScript Code:
couse my Cam have Mic built-in, i tryed only this: ActionScript Code:
then i tryed this: ActionScript Code:
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 |
|
|
|
|
|
#2 |
|
I make out with chicks
Join Date: Oct 2002
Location: NYC
Posts: 1,586
|
It is technically still two devices though. And doing it as you would like to would mean sending audio and video over the same stream, which you also can't do.
my_netStream.attachVideo(Camera.get()); my_netStream.attachAudio(Microphone.get()); ^ That doesn't work?
__________________
www.perpetuated.com |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|