Skip to main content
April 15, 2007
Question

Intercepting Video

  • April 15, 2007
  • 1 reply
  • 230 views
Hello, I am working on a project that involves some serious video processing to get meta-data about the video. The end result is to stream live video with meta-data to multiple clients using FMS2. But the video has to be processed first, and it cannot be done in Flash.

I have an idea about how it might work. The first step is to capture a web cam stream with my existing application, and do processing of it in C++, then stream it (plus the calculated meta-data) to FMS2. My big question is: can I stream from a non flash application to FMS2? If so... how? Is there a library or sample code I could use?

Thanks for any hints, or suggested other ways to do it.
- Seth
    This topic has been closed for replies.

    1 reply

    April 15, 2007
    My big question is: can I stream from a non flash application to FMS2?

    Well, I suppose you can, provided that the C++ application speaks rtmp/amf, and the application can provide FMS with an flv bytestream (just as you would have with a Flash client/FMS or FMS/FMS stream). AFAIK, there's no way to get a live stream into FMS other than via an rtmp connection.

    The Red5 site might have some heplful info for you ( http://osflash.org/red5)