Audio capture using AMS Standard

I'm trying to capture audio from a mic and save on an AMS server running AMS Standard.
I can make a connection without problems with "rtmp://server_name/live", but when I try to start recording audio with
  mic = Microphone.getMicrophone();
  mic.rate = 44;
  mic.gain = 100;
  mic.setSilenceLevel(0);
  try {
        nsPublish = new NetStream(nc);
        nsPublish.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
        nsPublish.attachAudio(mic);
        nsPublish.publish("recordTest", "record");
   } catch(error:Error) {
       setStatus(error.toString());
       return;
I get the following error: Application doesn't have permissions for server-side record/append of streams; access denied to stream recordTest.
Can anyone tell me why and how to fix it?
Thank you!

Ah, yes, that works! Thank you.
A follow-up question: When audio capture is stopped, how can the client program find out when all the audio data has been written to a file on the server. The client needs to know this to perform subsequent operations on the audio file.

Similar Messages

  • Audio Capture problem in Mac OS X 10.7.5 in Mac mini(in Silverlight)

    I got a mac mini and upgrade Mac OS X 10.6.x --> 10.7.5.
    However do not hearing the audio in Webpage using Silverlight.(10.6. version doing well)
    So, I found the solve this problem, that is a audio capture problem.( My device does not supported Stereo audio data).
    this is the source in audio capture using Silverlight code.
      CaptureSource source = new CaptureSource()
                            AudioCaptureDevice = CaptureDeviceConfiguration.GetDefaultAudioCaptureDevice()
                        try
                            foreach (AudioFormat af in source.AudioCaptureDevice.SupportedFormats)
                                if (af.Channels == 1 && af.BitsPerSample == 16 && af.SamplesPerSecond == 8000)
                                    source.AudioCaptureDevice.DesiredFormat = af;
                                    break;
    af.Channels is always af.Channel == 2(Stereo)
    --- the question is
    How can I caputure audio channel mono?
    If couldn`t, how can I transfered audio capture data stereo to mono?
    Please answer the question as soon as possible ^^

    Mavericks is a 5.3 GB file, it takes awhile to download based on the speed of your internet account.

  • Audio capture for Windows use

    My sister needs some recorded narration from me for a presentation she is making on her Windows PC. What sort of program should I be looking for? My months with this computer (an eMac that has never given me a lick of trouble) and old operating system are numbered, and I don't need anything fancy.
    thanks

    try "wiretap", you will obviously need a microphone
    though, any cheapy will do.
    Thank you for answering. I did find that program last night, and downloaded it, but seemed to discover that it needed far more disk space than I've got. I'll take another look at it, but was sort of wondering if there was another simpler program that would use less disk space . . .
    And on an unrelated note, it turns out that a audio capture program was not my greatest need today. Shortly after my post to this forum, my ibook crashed. Hard drive, I think. I surfed to advice about target disk mode, bought a firewire cable, and was able to recover all my files except the one I was working on the moment the ominous clicking sounds began. That file, my school planbook, is unreadable. And, of course, it's the one I'll most miss, and hadn't been backed for way too long.
    Anyway,

  • Capture using firewire gives me video - no audio

    Hello,
    In my system settings, video capture is ticked on a blue background, video render is ticked on a blue background, audio render is ticked on a blue background but audio capture is ticked on a grey background. I cannot change the background of audio and am getting no sound but clear video from a MiniDV Sony camera, which works well with iMovie. If I could import from iMovie this would solve the problem too.
    Has anyone a suggestion? How do I make the sound come through with the video?
    Thanks

    Appreciate your help still Tom,
    What do you mean by double click "the media"? When I double click the video track then QT does not open.
    "Movie Info" does not exist in any of my FCE menus. I have Item Properties and Project Properties - the latter displays Time Display - TImecode or Frames and Time Mode - Source Time or Clip Time and lastly Comment Column Headings - Mater Comment 1,2,3 and 4. Nothing more.
    In Item Properties there is more info:
    V2
    Name - IMGA007
    Type - Clip
    Creator - Quick Time Player
    Source - Data: Final Cut Express Documents: Capture Scratch: Final Cut Express attempt Pro
    Offline -
    Size - 363.1 MB
    Last Modified - 2009 Nov 17 Tue 22:15
    Tracks -
    Vid Rate - 25fps
    Frame Size - 720 x 576
    Compressor - DV - PAL
    Data Rate - 3.4 MB/sec
    Pixel Aspect - PAL - CCIR 601
    Anamorphic Field Dominance - Lower (Even)
    Alpha - None/Ignore
    Reverse Alpha -
    Composite - Normal
    Audio -
    Aud Rate -
    Aud Format -
    That is all.
    Are we getting closer?

  • How to capture using Pinnacle 700-USB Analog to Digital (USB)?

    I have a Pinnacle 700-USB Analog to Digital converter which inputs Composite and L+R Audio and outputs a Digital signal through USB.
    I'm using this to digitize VHS tapes.
    I am trying out different Video Editing sw including Adobe Elements 7. Others like Pinnacle Studio 12 and Corel Video Studio 12 can import from this USB-device. It doesn't seem to be possible using Adobe Elements 7.
    I've looked at the page http://help.adobe.com/en_US/PremiereElements/7.0/WS51F6C811-8B79-4c26-B4B9-24C0919182B6.ht ml
    It mentions at the end "Note: If you capture using an AV DV converter, you might need to capture without using device control."
    1) What does the last Note mean? Which device control?
    2) Are there any possibility of this working? What should I try to play with?

    My Pinnacle Dv500 came bundled with Premiere 6.0 which I updated to 6.02... and I also updated the Dv500 driver software from the V3 to V4.5a so it would save in "standard" DV AVI Type 2 48khz files, instead of the ones that required the Dv500 codec to edit
    When I bought a new computer and started using WinXp instead of the Win2000 that came with my Alienware Pentium3, I could never get Premiere 6 to work... would start, flash a screen or two, and then just go away
    I then bought Scenalyzer, since it was compatible with the Dv500 (still had to have P6 and Dv500 drivers installed) but it turned out to be very FRAGILE as any slightest glitch on the tape would stop the program... and since some of what I'm doing is capturing my OLD library of VHS tapes, that simply wouldn't do
    My current solution is a dual boot drive with Win2k/WinXp
    Premiere 6 captures EVERYTHING in the Win2k partition... files saved to 2nd drive... and then I use PProCS3/Encore3 for editing and DVD creation
    Just a "bit" of a hassle to have to restart between capture & edit/dvd... but much better than Scenalyzer stopping every time an old movie hit a rough spot in the tape... rough spots that capture just fine with P6

  • Audio Capture from DV Tape

    I've reviewed many posts here about audio capture but, I am unable to figure out what the "trick" is to capturing audio alone with the video using the new iMovie. I'm connected via Firewire and I'm able to view the video in capture mode but, I hear no sound. I've checked iMovie Preferences and System Preferences and everything seems to be OK there.
    Is this the way this new version of this program functions? I wish I didn't have to post a msg here because, I'm trying to read the previous post and trying anything that seems to pertain to my issue without the desired results.
    Can someone please shed some light on what's going on with this function of this program?

    I assume you are wanting to hear the audio as you are importing and not that you have no audio once it is imported.
    imovie 08 doesn't play audio while importing. While you are using tape (that imports in real time) imovie now imports from a variety of different types of camera such as AVCHD (which isn't imported at real time. Therefore it is no longer logical to playback audio on import.

  • System Settings-Audio Capture

    In FCE, trying to capture VHS via DV converter box. The sound is not coming over. In system settings/scratch disk (internal hard drive) the audio capture is grayed out. Analog RCA composite video & stereo audio connectors in place. How do I get my sound?

    You can't get audio during capture as firewire has control.
    Use the audio from the play device if you need to hear what's happening. You will notice latency on the FCE capture window, that's normal as well.
    Al

  • How can I get Hi8 video captured in NTSC Standard, to display as 4:3 when DVD is played on TV?

    I have been capturing Hi8 tapes of our family, using a Sony analog-to-digital converter and Adobe Premier 10's NTSC Standard (4:3) preset. However, when I use Premiere Elements 10 to burn the digital files to DVDs and then play them on a Sony DVD player and Bravia flat-panel TV, the video is distorted in width automatically by the Wide Zoom mode. The TV cannot be configured to display the frames in the Normal Mode because the resolution is 720p, so the images cannot be viewed with the original 4:3 frame aspect ratio.
    After much experimentation, I tried capturing a tape in the NTSC Wide (16:9) preset. When I started to burn the AVI file to a DVD, I got a warning that I was using the wrong format, and the choice to correct the format.  I chose NO, and then burned the DVD. To my surprise, it did display on the TV without horizontal stretch, and the images did not appear to have been noticeably degraded.
    I would very much appreciate knowing if there is some way for me to go back now and have Premiere Elements 10 somehow reformat all of the Hi8 tapes I captured using the NTSC Standard preset, so that I don't have to recapture them, but can simply reformat them and burn them to DVD's that can be displayed on the TV without being distorted?

    Thanks for replying Steve.  I've been using a Sony DVMC-DA2, an analog-to- digital media converter which I was advised is used by people converting media professionally. I've been using an S-Video cable to connect it to my Sony Hi8 video camera (Model CCD-TR101), which was considered to be a high-end camera, back in the day (1992). The converter is connected to my Windows 7 computer with an IEEE 1394, "FireWire" cable. I'm not sure how I would check the format into which the Hi8 video is being converted, but I've followed the Adobe Premiere 10 Video Tutorial and configured the capture preset to the NTSC Standard (4:3), which is the one recommended for DV cameras. I couldn't find any advice specifically explaining how to configure the preset when converting analog Hi8 to digital.
    In the Premiere Elements 10 editing software itself, the video images burned on a DVD are not distorted, and the quality of the video images during editing looks to be every bit as good as the camera could record.
    When I started showing the DVD's to my family, however, I was very disappointed to discover that everything looked stretched in the horizontal direction. I have since studied the configuring of frame aspect ratio modes (Normal, Zoom, Wide Zoom and Full) described in the Sony Bravia TV's instruction manual, in detail. And, I have tried every conceivable combination of the picture and frame settings to see if I could "unstretch' the video images. No, luck. It was then that I came across a footnote that indicated that the Normal mode was not available for video resolutions of 720p, 1080 and higher. Unfortunately, the NTSC Standard preset indicates that it does capture DV in images that have 720 horizontal pixels by 480 vertical pixels.
    When I view the Hi8 burned to DVD's on other computers, using Windows Media Player and Video Lan, they are not distorted. In fact, they look so good that I'm just about ready to dedicate my laptop as the DVD player for my TV set!  It was while contemplating whether there might be a way to avoid doing this, that it occured to me to try capturing some Hi8 tape using the NTSC Wide Screen preset option. My half-formed idea was that, since the ratio of pixel width to pixel height in the Standard preset was smaller than with the Widescreen preset, using the latter to capture an analog video image might either (1) expand the width of the overall image much farther, and cause grotesque distortion, or (2) squash the width of the overall image, so that it looked normal. I can't pretend to have known what I was doing, since I don't understand video recording technology, but it also occured to me that the Widescreen preset might degrade the resolution, so that it was somehow no longer 720p, and thereby possibly circumvent the Sony lockout of the Normal Mode for these DVD's. Whatever it did, capturing Hi8 video with the NTSC Widescreen preset did, indeed, reduce the width of the frames appearing on the TV Screen, so that they apperared normal.
    The question with which I'm now wrestling is whether to go back and re-capture all of the Hi8 tapes, with the NTSC Widescreen preset, that I had already captured with the NTSC Standard preset - a big job. The warning window that popped-up when I prepared to burn the test video captured with the Widescreen preset gave me the option of correcting my "mistaken" choice of capture preset. I declined, and was rewarded with an undistorted video image. Which raises the possibility that, somewhere in Premiere Elements 10, there may be the capability of invoking that same pop-up window and modifying what the software considers to be the "correct," Standard preset to the Widescreen preset,so that I can change the formatting for all of the HI8 tapes I've already captured, so that they can be burned to DVD's and viewed in their proper frame aspect ration.
    This has been a long-winded follow-up to your initial answer to my question, but I would very much appreciate any further suggestions.
    Many thanks.  Paul

  • Media Encoder not finding "audio capture device"

    Hi,
    Im using Adobe Flash Media Encoder with Dxtory for Twitch streaming, and at first it worked fine. Recorded both my mic and game audio perfectly. Then seemingly suddenly, I fired it up  and it wouldn't stream the game audio. It would my Mic, but thats it. I then unplugged the mic and it started saying I had no Audio Capture Device. I checked in Dxtory and its set up the same as it was when it was working. It picks up both the mic and speakers like it should. I have uninstalled this program multiple times, both 3.1 and 3.2 versions, and each time when I re-download it, it loads up the same profile I had before. So when I am uninstalling it, its not uninstalling everything for some reason. Even though the program is no where to be found after its uninstalled. I have downloaded xsplit, and it picks up the game audio and my mic. So its just this program. Anyone have any ideas? I cant seem to find anything online about this issue.
    Thanks!

    From where?  PP sequence?  PP bin?  PP Source Monitor?  Watch folder?

  • Capturing using external HD via fire wire?

    I just bought a lacie 80 GB mobile external hard drive. I want to begin capturing a new project... however I see only one fire wire port on my powerbook G4. So how do I connect my hard drive and camera, both of which are using fire wire?

    Tom-
    I also posted this as a seprate message-----
    OK, I finally bought the correct-- at least I think it's the correct--- external hard drive (160 GB lacie). However, when I use "capture now" I get an "allocating disk space" message. This message usually stays up for a very long time with the spinning pin wheel, which results in only a small fraction of my video being captured.... if any at all.
    I'm assuming this has something to do with the addition of the external hard drive... any suggestions?
    Also, when I capture using clip it seems to work OK... sort of. Clip will capture the video, but only one channel of audio.

  • Audio Capture problem

    When Capturing from a DV device on to final cut express HD, only audio is "caught". When I checked the scratch bin the audio selection was disabled (like, the check-bow was dimmed and unable to be changed). I'd like to be able to capture audio without using the voiceover feature and having to completely match audio with video. Ya dig?
    Thank you (for at least reading this)!

    then why is FCE capturing video but not audio. all the settings are correct, the only thing i fan find wrong is the "audio capture" check box in sratch disk settings under system settings is nulled to where you can't do anything to it. So, unless it's normally like that, I'd say it has something to do with the way it captures audio.
    so, please tell me that has nothing to do with it so I can find another reason why it won't capture audio.
    Macbook Pro   Mac OS X (10.4.8)  

  • Audio capture

    I want to whether the cross-platform supports the audio capture?
    If not ,are there any methods to finish audio capture on handheld

    Hey DaddyPaycheck, the tape deck is actually one of those boombox/shelf stereo with cd carousel, and dual tape deck (5.1 speaker system). Audio was working just before I disconnected the speakers. I tried using the speaker output jacks, as well as another audio out, but neither one of them was putting out audio through my computer's speakers. The sound preference recognizes the iMic, but not the Pyro. But the apps I mentioned recognizes both. Selecting the iMic for output in the system preference doesn't work either. I see the bars moving, but I believe that's just random noise the iMic is picking up.
    So, by all intent and purpose, the set up I have should technically work?

  • Audio Capture only happens if its more than 5 seconds

    Hello,
    I'm writing a midlet that does audio capture on the LG CU500 phone. When I capture for 5 seconds or more, audio capture works as intended, however if I only record for under 5 seconds, it doesn't work. There is no timer. Would could be causing the problem?
    Thanks
    aztec30

    Here is a snippet of the code that i'm using. When playing back, if I record say 10 seconds, I only hear about 7 seconds of the recording. About 3 seconds are cut off at the end. If I record for say less than 4 seconds, nothing seems to be recorded, nothing plays back.
    To record I do the following
    try {
    if(player != null)
    player.stop();
    if(ctrl != null)
    ctrl.commit();
    player.deallocate();
    player.close();
    ThreadSleep(500);
    if (player==null) {
    player = Manager.createPlayer("capture://audio?encoding=audio/amr");
    player.realize();
    player.prefetch();
    player.addPlayerListener(playerListener);
    is = new ByteArrayOutputStream();
    ctrl = (RecordControl)player.getControl("RecordControl");
    ctrl.setRecordStream(is);
    ctrl.startRecord();
    player.start();
    } catch (Throwable e) {
    Once recording is stopped I do this
    try {
    player.stop();
    ctrl.commit();
    player.deallocate();
    player.close();
    Thread.sleep(500);
    if (is !=null) {
    playback= Manager.createPlayer(new ByteArrayInputStream(is.toByteArray()),
    "audio/amr");
    playback.addPlayerListener(playerListener);
    playback.start();
    } catch (Throwable e) {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • "Audio Capture Device not selected" message?  Help please!

    Howdy folks,
    I just got a new PC, Windows 7 OS, I've installed ManyCam and version 3.2 of FME and am looking to broadcast again.  I don't recall this issue with my old PC (XP OS, Broadcaster StudioPro virtual cam and FME 2.5).  I updated to 3.2 as suggested/recommended in previous posts, but I am getting a message telling me to "please select audio capture devise connected to your system."  What am I doing wrong or might there be something that I need to download that I missed?
    Any help you can give is greatly appreciated.  I truly loved using FME 2.5 but am doing like you suggest here.
    Peace,

    Hello -
    My problem was fixed by setting a recording devise in my "sound" menu.
    What I did was -
    1.  Open the sound menu from the control panel.
    2.  clicked on the recording tab.
    3.  Chose "Stereo Mix - Realtek High Definition Audio" as my default device.
    That solved it.  It was almost too simple.    Hope this helps you!

  • Audio captured disabled

    Okay, I'm new to this so take it easy on me.
    I am working with FCE-HD 3.5, and I have an older camcorder Panasonic PV-DV4000 and I'm using the DV-NTSC easy setup. The capture features were working fine, but (and I don't know what changed) now I cannot capture audio from my camcorder. When I look in the System Settings - Scratch Disks - the audio capture click box is checked but it is disabled. Can anyone help me with this? Thanks in advance.

    Hi Patty. I was researching this forum to find postings on exactly this same issue. I found a related post under the topic "Audio Only Capture problem". (http://discussions.apple.com/thread.jspa?threadID=616689&tstart=165)
    In that topic, Ian gives a link to a solution doc that seemed to fix the issue by Trashing a few FCE preference files:
    http://docs.info.apple.com/article.html?artnum=93690
    The solution above is catered to FCE 2.0. Though I'm using FCE 3.5, I was able to extract what I needed, it fixed the issue I was having.
    macbook pro   Mac OS X (10.4.7)   2.16 GHz, 1.0 GB RAN, 100 GB HD

Maybe you are looking for

  • Print out my calendar

    Anybody know how to print out the calendar in iCloud?  I need to have it for tax purposes as all my business appts and travel are on it. Thanks!

  • Backing up Tiger for Install of Leopard

    Ok, I've got Leopard and it should be arriving monday. My plan is this: I have a new Seagate Freeagent 500gig external USB hard drive. I want to save a backup of Tiger (Bootable if possible) so that if anything goes wrong with the install I don't hav

  • Adding select-option value in selection screen of FBL5N tcode.

    Hi Experts, I have one requirement that to add a Header Text Field(BKPF-BKTXT) in section screen of standard program RFITEMAR(tcode : FBL5N), i tried to add that field but it was not displayed where i required, i mentioned below  where i required. Cu

  • Add on connection timed out

    what is the meaning of Add on connection timed out error and how to solve this error? Edited by: Neetu Dhami on May 30, 2008 5:36 PM

  • Auto correct the inputs received to Initial Capital and other letter small

    Hi, Please help to solve this.. In HRMS is there any auto correct the inputs received to Initial Capital and other letter small in HRMS. E.g. If data is received by HRMS as 'RAMA' HRMS should auto correct to 'Rama' from legacy system(Input Files) Tha