Skip to main content
Inspiring
January 16, 2011
Question

Capturing live video Tutorial

  • January 16, 2011
  • 1 reply
  • 834 views

I found the article titled 'Capturing live video' quite useful. This article is linked off the FMS start web page - the one that opens immediately after installing.

http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d56e-7ff0.html#ach-setscr

The tutorial is better than most that I've found because it has a simple, working example. I was able to enter the code into a frame script in Flash CS5 and I used my own FMS address to connect both to a localhost and a remote server. The sad part was that I found that I got the video and audio to round trip to and from the FMS when compiled (ctrl+enter) in the Flash CS5 program but when I try to publish this to a web page, I get audio but I can't get any video to display - neither eachoing straight from the camera or subscribing from the FMS. I've tried accessing the web page from my local file system and from a webserver. In both cases, I get audio (great news) but not video (bad news). I'm wondering why this might be. I checked warnings and errors but I'm not getting any. This solution is so simple and would pretty much solve my problems.

If anyone has made this example work from a web page and there was any trick to the matter, please let me know.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    January 17, 2011

    First of all is it getting the Video from Camera - i mean when you click on on Settings by right clicking on the swf movie - and go to Camera tab - does it have any source to take camera feed from?

    jelaplanAuthor
    Inspiring
    January 17, 2011

    Thanks so much. That was the problem. I didn't realize that the Flash player had that setting. It was trying to get the video signal from the wrong source.Works great now.