Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Flash Media Server

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-07-2003, 07:44 AM   #1
mediaholic
Registered User
 
Join Date: Jan 2003
Location: berlin
Posts: 130
Default can Cam with intergrated Mic stream audio?

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:
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:
ActionScript Code:
my_netStream.attachVideo(Camera.get());
but audio is not sent

then i tryed this:
ActionScript Code:
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
mediaholic is offline   Reply With Quote
Old 10-07-2003, 08:18 PM   #2
annexion
I make out with chicks
 
Join Date: Oct 2002
Location: NYC
Posts: 1,586
Default

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
annexion is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:47 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.