Hi guys,

    I'am just starting to develeping with flash and I need to make an
application that capture imagem from
a camera (maybe a ip camera)  in real time and send it to the page of my web
site in the internet.

   I'am using AMES ( *A*SDT, *A*pache, *M*TASC, *E*clipse, and *S*wfmill )
with Action Script 2 and Red5 0.7.0.


   How can I read a Stream of video from a camera using red5 ?

   I'am thinking that will be something using the interface
"org.red5.server.api.stream.IStream".


   And how I make a cliente in Action Script 2 (essentially need to be
Action Script 2 because I'am reading MTASC only work with AS2)
to connect in the red5 server e read de stream of video?

   I think that will be something like this:

        var nc:NetConnection = new NetConnection();

        // connect to the local Red5 server
        var result = nc.connect("rtmp://localhost:1935/application");

    but is not working.



    Somebody has made it already or knows a site that can give me a light ?

    I will be very grateful if someone help me.

    Thank you very much.



-- 
Jadson José dos Santos
* Engenheiro de Computação
* Especialista em Desenvolvimento de Sistemas Corporativos
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to