Camtasia Recorder live feed

— By

All the way long, I had been thinking that Camtasia Studio Recorder can output only a max of 320 × 240 resolution. But I am wrong, now you can broadcast whatever dimension I wish. As there is no easy way to do an application sharing or a desktop sharing directly with Macromedia Flash Communication Server MX 1.0/1.5, Camtasia Studio comes to the rescue with its live record output feature.

First you may download the file (I was playing with) so that you can skip everything and start playing.

Steps :
(a) create a video object on your stage and size it to 640 × 480, give an instance name of say “camtasia_mc”.
(b) add the following frame script

//let us get the Camtasia Studio Video Capture Driver
//you may throw up an array of camera source available and
//let the user choose from them
//for this, we know what we are doing, so let us get it
for (i = 0; i < camera.names.length; i++) {
 if (camera.names[i] == "Camtasia Studio Video Capture Driver") {
  break;
 }
}
// Get the camera
mycamera = camera.get(i);
mycamera.setMode(640, 480, 5, true);
mycamera.setQuality(0, 50);
//show the live output
camtasia_mc.attachVideo(mycamera);

© start live recorder and remember to set the video format to 640 × 480 (In the Camtasia Recorder Program, Tools > Option > Live > Default Video Format and Choose 640 × 480 )
(d) run your Flash document.
There you see your live feed coming out in the Flash document. This same technique cam be used for any camera source, like a TV Tuner card which can in turn broadcast a TV channel live using Flashcom Server.

Related Links:
Tutorial on FlashComGuru
Forum Discussion on FlashComGuru

Brajeshwar

Brajeshwar believes in simplicity; pushes the envelop and envisions the betterment of usable and practical solutions.

More by Brajeshwar

  • http://www.brajeshwar.com/ netflix

    wow, a great blog. I am a fellow moveabletyper and I love to find good quality blogs to post to, thanks.

  • http://www.brajeshwar.com/ netflix

    wow, a great blog. I am a fellow moveabletyper and I love to find good quality blogs to post to, thanks.

  • Creno

    Niccceee pagee

  • Creno

    Niccceee pagee

  • Numit

    Yeeeahd, it's csool

  • Numit

    Yeeeahd, it's csool

  • Barry

    Very nice - however doesn&t seem to work when I try to publishing to flash player 7.
    Any work arounds, I wonder?

  • Barry

    Very nice - however doesn&t seem to work when I try to publishing to flash player 7.
    Any work arounds, I wonder?

  • http://www.iLearn.com.br/ Bechara

    This is great! I am looking for a component to do this link in Macromedia Breeze. This solution is so good than a Breeze solution? Anybody know another way to sharing desktop in real time? Who knows if Adobe will give us this component?
    There is an exemple online?

    Thanks,
    Bechara

  • http://www.iLearn.com.br/ Bechara

    This is great! I am looking for a component to do this link in Macromedia Breeze. This solution is so good than a Breeze solution? Anybody know another way to sharing desktop in real time? Who knows if Adobe will give us this component?
    There is an exemple online?

    Thanks,
    Bechara