Media Server :: Detecting If Microphone Connected To System Or Not

Mar 5, 2010

I want to write a code in Flash to detect whether user's microphone is connected to system or not. My application records from users microphone, now while recording is accidentally or intentionally user's microphone gets unplugged from system then I want to show a message to user. Is this possible to do in flash. I have tried many thing but didn't succeeded. Few thing what I tried are mic.getMicrophone method, this method only returns the sound card of the system, but didn't tell you anything about microphone is connected or not.

View 1 Replies


Similar Posts:


Media Server :: Microphone Activity Level At -1 Even Though Microphone.getMicrophone() Is Called, Why?

Oct 7, 2009

I'm setting up an application where I need to record users' voice every so often during the course of the users' interaction with the application.  Recording is fine, and the quality is fine, but now my issue is understandng how Flash handles the microphone when it gets attached to a stream for publishing.Basically, the problem is that when I "publish" my stream, the voice gets cut off (clipped) at the beginning.  So, I initially thought this may have to do with buffer settings on the FMS server side, but it wasn't. Then I investigated client side stuff.  For some reason, my internal mic .activityLevel property is -1 even though I have called Microphone.getMicrophone().  According to Flash's documentation, this shouldn't be the case:
 
activityLevel    propertyactivityLevel:Number  [read-only]Language Version :     ActionScript 3.0Player Version :     Flash Player 9The amount of sound the microphone is detecting. Values range from 0 (no sound is detected) to 100 (very loud sound is detected). The value of this property can help you determine a good value to pass to the Microphone.setSilenceLevel() method.If the microphone is available but is not yet being used because Microphone.getMicrophone() has not been called, this property is set to -1.I am using a timer to investigate the microphone .activityLevel property every 50 milliseconds:
 
package
{
import fl.controls.Button;
import fl.controls.TextInput;[code].....

View 1 Replies

Media Server :: Clients Connected Are Not In Order

Jun 2, 2010

I have a shared object of users connected to my application in FMS.application.users_so = SharedObject. get("users_so", false);[code]My problem is the array is not equal in both sides. Is there another technique in order to have both in the same order ?

View 1 Replies

Media Server :: Connection Error Only While Connected Through Wireless?

Oct 12, 2009

I'm running FMIS and I'm getting a connection error in my video player while connected to a wireless network. Works like a charm when I have a hardwire connection.
 
Is it just because I'm on a terribly slow network? are there some firewall settings on the network that need to be opened for rtmp streaming?

View 1 Replies

Android :: Get Connected To Flash Media Server Via RTMP?

Apr 1, 2011

I want to make connection to FMS (flash media server) in my android application.

if there is any way to get connected to FMS via RTMP.

View 1 Replies

Media Server :: Multiple FMS Connected SWF On Single HTML Page

Oct 14, 2009

I have 3 seperate .swf on a single html page which are all communicating with FMS on separate connections. Do you think there will be any stability issues? or connection issues. All the .swf use the same main.asc. There are no apparant problems so far just need an expert opnion.....a side note is I've also noticed an error in the error logs that says its detected a backwards time stamp when recodring. Whats that all about? The application seems fine. Using FMS 3.0

View 2 Replies

Media Server :: Client To Publish Something Other Than Stream From A Connected Camera

May 5, 2010

I know the FMS is good for streaming things video to clients and for clients to publish videos from their attached camera. Is it possible for a client to publish something other than a stream from a connected camera, for example, the contents of my swf stage? Is it possible to draw something like a text overlay onto a published stream?

View 1 Replies

Media Server :: Send Message To Direct Connected Users?

Jan 17, 2011

working on a text Chat application with FMS4 "RTMFP" connection and i am looking a functionality to send direct message to one to another peer

View 6 Replies

Media Server :: Mute Microphone Using AS3?

May 28, 2009

how can i mute microphone using AS3?

View 2 Replies

Media Server :: "RTMFP" Connected To The FMS Server,but May Not Play Multicast Video?

Sep 23, 2011

the question is,a client which can use "rtmfp" to connect to a FMS server,and the connecting success,Whether Can not guarantee that the client can play the Multicast video? because the client may be behind a Special firewall So he may connect to the FMS server ,but can not  use P2P to connect to the  members those are in the group?
 
If the answer is "yes",Whether i should make a check function that make these client  back to "RTMP"?

View 1 Replies

Media Server :: Create A FMS Application That Is Broadcasting Some Data Across Connected Clients Using SharedObject

Feb 8, 2011

I'm trying to create a FMS application that is broadcasting some data across connected clients using SharedObject. I want only the Application to be granted to set SharedObject properties.

[Code]...

View 4 Replies

Media Server :: Share The NearID Of Connected Client To Other Users Without External Tools?

Oct 11, 2011

i'm working on simple videoconference app with fms 4.5 for developers. Version without p2p works fine, but now i'm trying to enable p2p feature. How can i share the nearID of connected client to other users without external tools?

View 2 Replies

Media Server :: Mixing In Live Streaming Microphone And MP3

Nov 4, 2010

We intend to develop a Flex client application the user to send audio from your microphone and mp3 at the same time to a server that Flash Media Server.It would be a mix of microphone and music in mp3 that is playing in the application at the same time transmitted to the listeners.What will be the version of Flash Media Server that enables this mixing of audio from microphone and music played on the client in flex?

View 1 Replies

Media Server :: Write Remote Shared Object Sequentially When Multiple Users Are Connected?

Mar 31, 2010

I am using FMS3 and Flash CS3 (actionscript2) in a Flash based whiteboard application. Multiple users can join this whiteboard. I want to save chat text and drawing in same sequence as live time. I am using persistant remote shared object to save these data. But when i try to replay these data its not showing in same squence as live . I am generating unique slot for chat and drawing but still same error occuring.

View 8 Replies

Media Server :: Flash Media Live Encoder Doesn't Recognize System Speakers?

Jan 6, 2012

When using Adobe Flash Media Live Encoder, it doesn't seem to recognize my system speakers, so I can't record system audio.

View 1 Replies

Media Server :: Flash - Player Security Pop Up When Using Camera And Microphone?

Aug 25, 2010

how to remove flash player security pop up for camera and microphone through coding.

View 4 Replies

Media Server :: Record Microphone Modify In Realtime Bytearray?

Sep 16, 2011

I would like to access to microphone bytearray in realtime to modify the sound to record.How can i do this?

View 4 Replies

Media Server :: Which Operating System Linux Or Windows Server 2003

Dec 8, 2009

it doesn't matter which operating system we install an our server.What are your experience with Linux and Windows?Which System do you recommend regarding performance issues?

View 1 Replies

Media Server :: Microphone Sound Recording,saving / Playing Flv File Is Saved But Not Working

May 4, 2009

While recording the flv is saved inside applications/stream/samples/audio.flv. But it is not working properly.[code]

View 1 Replies

Media Server :: Detecting NetStatusEvent On Server?

Apr 8, 2011

I've seen some situations where my NetStatusEvent handler is not notified correctly,especially when user closes browser or navigates away from my app.Can I listen or otherwise detect NetStatusEvent on the server scripts?For instance, when I do this:_netGroup = new NetGroup(netConnection.getUnderlyingNetConnection(), groupSpec);is there any way for my server side scripts to know when NetStatusEvent NetGroup.Connect.Success is to be dispatched?

View 1 Replies

Media Server :: Detecting The End Of The Stream / File?

Jun 21, 2006

I've two problems with the streaming from a flv-file from a FMS2. First, when I stop the stream (pause) and want to restart it i have a small jump in the stream. Second, how can I detecting the end of the stream/file? Here is my code:

[Code]....

View 1 Replies

Media Server :: Installed In AMD Opteron System?

Jun 30, 2009

I install FMS 3.5 in a AMD Opteron system, it is able to streaming, but I am facing some service side script issue.
 
system is:
 
AMD Opteron â„¢ processor 885 2.4 GHz 1 Gb RAM

View 2 Replies

Media Server :: FMS Has Detected System Time Is Going Backwards

Jun 26, 2006

I have a REGISTERED Flash media server version with update 1 and when i try to start it I have this error in the evnet log : "FMS has detected system time is going backwards;shutting down server" i try to reinstall it, the system clock is ok

View 5 Replies

Media Server :: Deploying Into A Video Management System?

Jun 29, 2009

Flash Interactive Media Server seems to be an amazing product, but is it all just hype?I see plenty of tutorials and scenarios on how to grab the video from a flash player and stream it.But would I would like to see are content management systems that tie into fms.

View 4 Replies

Media Server :: Install And Run FMS On A Red Hat Enterprise Linux System?

Nov 18, 2009

I'm attempting to install and run FMS on a Red Hat Enterprise Linux system.  At one point, it did function properly, but now it will not stream video at all, and I keep getting a constant stream of errors.  No changes were made to the FMS configuration to make it stop working.  Attempting to load it in console mode results in the following:
 
-bash-3.2$ ./fmsmaster -consoleAdobe Flash Media Server (Master)Console mode.FMS detected IPv6 protocol stack!FMS config <NetworkingIPv6 enable=false>FMS running in IPv4 protocol stack mode!Host: uberserver IPv4: 127.0.0.1Server starting...Edge (13199) started, arguments : -edgeports ":1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name

[code]....
 
The assert errors continue until I terminate the process.

View 6 Replies

Media Server :: Store The Recorded FLV Files On The Other System?

May 16, 2011

Suppose we have FMS on A system and if we want to save the recorded FLV files on the B system.

View 4 Replies

Media Server :: Pull/Push System Which In Rmtp?

Sep 18, 2011

i heard that rtmfp which in fms is a Pull/Push system,but i don't know, how the"push/pull" is working

View 2 Replies

Media Server :: Detecting Bandwidth Quality For Live Video Streaming?

Dec 21, 2010

We have an application that is using FMS to  share slides (swf,jpg, etc) with another client. We added a video as an option. We would like to verify as often as possible the bandwidth quality between communications in order to suggest the user to close video if we notice bandwidth is not optimal.
 
We've been experimenting doing a bandwidth detection every 60 seconds, but I am wondering if there are specific guidelines to do this for live video, like how many times one should verify bandwidth? Is it ok to take one reading or should we take a few readings and then average out?

View 1 Replies

Media Server :: Convert A Windows App To Work On A Linux System?

Jan 17, 2010

For the past while, my developer has been working with me on a small project to put together a live interactive whiteboard app, powered by Flash Media Interactive Server. Well, everything is finished & ready to go, but there seems to be a big problem:
 
The app was developed & tested on a windows machine, while my server and all my website files (to integrate with) is on a Linux system.
 
It's been a month since this problem arrose, and there had not been any further progress with this project for the time. My developer doesn't seem to know much about how the 'conversion process' works, if there is one.
 
Do you know if this is possible (to convert a windows-programmed app to work on a linux system)? If so, do you know roughly how it should be handled?

View 2 Replies

Media Server :: Free System Page Table Entries

Nov 3, 2010

I have a FMS 3.5 installed on windows 2003 server, with a NFS file system.Both the application directory and the data directory is on the network file system.Every two weeks the system became unstable because the Free system PTEs go under 2000.The only strange thing i've noticed is that the Virtual size of the FMScore grows to about 1.300.000K  after few hours from the reboot of the machine and stay to this value indipendently from the load of the server, In another FMS installed on a machine without the network file system this value is 16.800 K.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved