Capture Screen and Stream

I can't figure out how to get started creating a Flash swf
that will capture screen shots of say 20 computers that log into a
Flash Media Server application that sends the picture of what the
students are doing every so often.
Any help to get into the right direction would be
great.

Unfortunately the presentation is a live software demo. We may actually do a little Keynote to start things off, then switch to Revit running in Windows running in Parallels, and vary things based on questions and comments from the audience. Very dynamic, and getting it all is the only viable option.
As for the aggregate device, I think that would miss the point of being able to mute the room track the vast majority of the time, the presenter track at times, and sometimes both. I think I will need to do the room direct to GB, while the presenter is recorded via iShowU.
I know, probably pushing everything further than it can really go, but I want to at least try. Not even an option if I was presenting in Windows on hardware!
Thanks,
Gordon

Similar Messages

  • HOW CAN I CAPTURE SCREEN AND SOUND WHILE WORKING IN AUDITION

    Hi!  I would like capture the screen in real time as well as the sound while working in audition and later add voice and annotations .
          I tried Adobe Acitvate but it is not working. Time is running out for my trial version and I need to decide to get the right software.
          Hope to get an answer soon.
    David

    Are you talking about having used Adobe Captivate? If yes, which kind of recording did you start? And; since you talk about a trial version, I suppose you use Captivate 7?

  • Capturing Screen and save it as JPG

    I'm making an exe with flash that will go on CD and what I
    need is to capture the screen so the user can save the image and
    send it by email. I've seen that you can capture an image using php
    but my project will go on CD. Is it possible or I should explain
    the user how to printScreen on Windows...
    Thanks!
    Marta

    If you just want to capture what is on the entire Flash stage
    then you can use the Bitmap class in Flash 8. If you are trying to
    capture items outside of Flash then the answer is no, unless you
    find a third-party tool to use.
    Tim

  • Capture screen and rendering

    Hi
    I use windows 8.1 64 bit  with two monitor and work mainly on the NEC EA224WMI
    I capture pixelwindows windows ( meaurement screen tool) configure to measure an area of 336x74 . when i capture the windows desktop that contain Pixelwindow and select pixelWindows to measure it in photoshop,
    photoshop show me 420x93pixel .
    Is there a way to configure photoshop for have in W 336 and H 74 instead of those values ?
    i know there is browser tool to detect pixel width  and  they return for my display aspect ratio1.78  on 1536x864x24
    Does those tools  can be use instead desktop tool that compute software /  hardware  relative to width pixel  ?
    regard's

    Hi
    i find the answer by myself. A tutorial locate at  http://www.photoshopessentials.com/essentials/print-size/ give me the answer .
    ""Yet one zoom option under the View menu
    has remained a mystery to most Photoshop
    users over the years – Print Size."""
    Yes the View -> print Size  let user has the pixel  value width like it was done on the screen !!!
    regard's

  • How to capture screen and consult captures

    Just wondering how to capture my desktop as a snapshot, and where do I find it after ?

    command+shift+3 to take a shot of the whole desktop, command+shift+4 to take a shot of a selected portion.  It saves to the desktop by default.

  • Re: capture screen and save  to any format.

    check out
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/ScreenGrabber.html

    Try the JMF Solution, Transcode.java
    java Transcode -o capture.avi -v RGB -e 10 vfw://0
    Geo

  • Capturing and streaming

    Hi all.
    I've designed and installed an in-place video system for my university, which captures live from a camera to an iMac via Firewire. I am capturing in DV or HDV in FCP and Quicktime Player. I've been asked now to add streaming to the setup as well, for live broadcasts of performances.
    Here is one solution: capture as above, run the camera's analog output to a second computer with a capture device, and stream it with QT Streaming Server or something similar.
    But, does anyone have a suggestion as to how to capture and stream with the firewire signal? Is there a way to capture and stream from the same computer? Or a way of in a sense "splitting" the firewire signal (an impossibility I know)? It would be ideal if I could have a second computer passively capturing the firewire video for streaming.
    Any ideas? Thanks!

    I'm going to answer my own question here.
    I just experimented and, contrary to everything I thought I knew, daisy chaining firewire devices will actually work. If connect a camera to Computer A, and connect Computer B to Computer A's other firewire port, then BOTH computers can see the video signal. I will have to try this with a hub as well.
    I would imagine that the computer with multiple ports has to have a single Firewire bus, but that is a guess. And I can't get this to work with iMovie; I think iMovie by default is trying to control the device, and doesn't play well with multiple hosts actually trying to control it. But I can run FCP with it set for "non-controllable device" or Quicktime Player on both machines, and it works just fine.
    Next step: record with FCP on one computer, test streaming on the other with Quicktime Broadcaster.

  • Screen capture and streaming it

    how can i capture the screen and send it on a network.the transfer has to be in real time.will using robot class and then sending the buffered image be in real time
    plz help

    if you are using unix, you can the "xwd" command...
    you can also search the forum for screen captures with the robot class, i'm pretty sure there are plenty of topic on that

  • Need to have pop up window in selection screen and capture the user action.

    Hello Friends,
                         I have a requirement, that need to show a pop up window after execution, and to get the action from user using a Push button.
    I create a selection screen and a sub screen as window.
    After user execute from the selection screen, I am popping up this window.
    Window contains some input values to be entered and push button to identify the user action.
    I try to capture the user action using sy-ucomm, but it does not hold any value when user press the button.
    How to overcome this issue.
    Here is the definition of the window.
    Pop Up Window for getting values
    SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW TITLE title .
    PARAMETER : p_vdate LIKE t9aa01-validfrom,
                p_dcggt LIKE t9aa01-hkont,
                p_dcgst1 LIKE t9aa01-hkont,
                p_dcgst2 LIKE t9aa01-hkont,
                p_na LIKE t9aa01-hkont.
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 20.
    SELECTION-SCREEN PUSHBUTTON 2(10) text-001 USER-COMMAND SVE.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF SCREEN 500.
    Cheers,
    Senthil
    Edited by: Senthil on Jan 7, 2008 11:03 AM

    Hi,
    Try using the below code.
           data : w_var type string.
           CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
             EXPORTING
              DEFAULTOPTION        = 'Y'
               textline1            = 'test '
             TEXTLINE2            = ' '
               titel                = 'check'
             START_COLUMN         = 25
             START_ROW            = 6
             CANCEL_DISPLAY       = 'X'
            IMPORTING
              ANSWER               = w_var.
                     if w_var = 'J'.
                     else.
                     endif.
    Comments : J indicates Yes and N indicates No
    Regards,
    Jeswanth

  • How to capture screen display and save it

    Hello everyone,
    I would like to capture what is being displayed on the screen and save it to a file or send it via http to someone else. I used to have this code but I lost it.
    Your help would be highly appreciated.
    Thanks
    Ulises

    Thanks for the reply. There is sample code somewhere
    to look for.Is that a question?
    /Kaj

  • Audio video capture and stream

    hi anyone, i need some source code for my application.
    i've got a task from my school to build an application that could capture and stream audio video file..
    if you could help me, please send me the code (more simple code is better, coz i'm a beginner)
    btw, i use JMF 2.1.1e
    thanx before

    hello any body knows how to read a .wmv file using jmf

  • Capture Image from Screen and Yosemite Mail

    Composing a new mail message in Yosemite. If use the pull-down option to Capture Image from Screen and place the image in the message body (HTML), the image is not being sent with the message. A broken image icon is sent instead.
    If, on the other hand, I use the paperclip to add an image file to the message body all is well. Same if I copy and paste an image into the message body.
    In both those cases where it works, I also get the Markup pulldown to edit the image. In the Capture Image from Screen case where it doesn't work I also don't get the Markup pulldown menu and options.
    Anyone else seeing this? Is it a known bug with Yosemite or just on my side?

    I'm actually experiencing the same thing, i asked my officemate and he is also getting the same error when using capture on mac mail

  • Log and Capture Screen

    I just switched from FCP to Final Cut Express HD. I cannot get the "log and capture" screen to show as in FCP version. I get a small screen with just capture. No device controls, etc.
    Is there a preference setting somewhere I have not found or doesnt FCE HD have that function?
    thanks
    Jon
    firewired to JVC JD 110U

    There is no device control or capture window for HDV material. You set the correct settings, activate the capture the function, and the material gets sucked into your computer and converted to Apple Intermediate Codec.

  • I've tried 2 different screen capture devices, and in both cases, audio stops recording after 20 or 30 seconds, but video is fine.  The audio disappears

    I've tried 2 different screen capture devices, and in both cases, audio stops recording after 20 or 30 seconds, but video is fine.  The audio disappears with both programs.  Does anyone know what is happening with my audio capture?

    Update, I took the webcam home over the weekend and tried on my home network and the outcome was the same video fine - audio delayed, is this a Skype for desktop issue?

  • Capturing a reference machine Start screen and Apps are blank

    Hello Everyone,
    I'm having troubles with the start screen and app screen when deploying a Windows 8.1 image with SCCM 2012 R1.
    While building the image, I've tried with both OOBE and not.  Installed all the drivers, and base software.
    Capturing works fine, I created a bootable capture disc via SCCM.  
    Without OOBE 
    When I deploy the image, logging in locally, works fine, all tiles and apps show up like normal, but when I join the computer to the domain, logging in as any domain user (they're administrators as well) all the tiles and apps disappear
    With OOBE
    No tiles show up, not even as local admin.
    I've read a few articles, and a lot of others are having the same problem, and their only fix is to use ImageX or MDT.   I'm wondering if this has been resolved yet as I rather use SCCM 2012 as the "all in one" tool that it's meant to be.
    http://www.windows-noob.com/forums/index.php?/topic/7233-deploying-windows-8-and-the-copy-profile-setting-using-sccm-2012/
    and 
    http://social.technet.microsoft.com/Forums/en-US/4dfcea67-d20f-4a4d-a6ae-cd22a4af4b12/windows-81-copyprofile-issue-sccm-2012r2-mdt-2013?forum=configmanagerosd
    Thank you in advanced!

    SCCM 2012 R1
    This version does not exist. Is it SP1? Which CU?
    Keep in mind that you have to have SP1 CU3 in order to use Win8.1:
    http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigClientOS
    Torsten Meringer | http://www.mssccmfaq.de

Maybe you are looking for

  • It hangs when playing games

    My system is Windows 7 - 64 bit operating system I've used Firefox for many many years and always praised it compared to EI. I am afraid I wont be able to praise it much more. It stinks. It hangs mostly when I am playing games or looking at pictures

  • Updating Page Sentry for APEX 4.0

    Hi there, I've found this forum and the regular posters and mods to be extremely helpful, so this post is more of a give-back, I hope. We recently upgraded a dev system of apex 3.0.x to 4.0.2 and ran into some issues where our use of some Page Sentry

  • "Request Desktop Site" doesn't work on some sites

    Hi, I've notice some mobile website won't direct me to desktop version of them after I explictly check the option. Even the addon "Phony" doesn't work. I guess Firefox is not at fault, but in any case if it ever happens, is there any a workaround to

  • Need solution for unicode error

    Hi , I am facing unicode error  "ESCAPE_TRICK cannot be converted to a character-type field"  for the following syntax - ESCAPE_TRICK-X1           = '1C'. Where ESCAPE_TRICK is defined as - DATA: BEGIN OF ESCAPE_TRICK, X1(1) TYPE X, END  OF  ESCAPE_T

  • HT201269 sync ipad and itouch

    I am trying to share content frin my iPad and iTouch - picas and music using iCloud? COULD NOT !!! Any one has easy stepsthat do work ?