Re: [flexcoders] Re: How to access IP camera with Adobe air?

2012-01-18 Thread James Ong
You need to convert that into MPEG-4 format before it can be playback on Adobe AIR. Try google for flash video tutorial and NativeProcess to give you some idea how to implement it. The NativeProcess function in AIR is useful to control FFMPEG application in the background which can be convert the

[flexcoders] Re: How to access IP camera with Adobe air?

2012-01-12 Thread markflex2007
Hi James, Thanks for help. how to to access offline mjpeg video? please give me a help. Thanks Mark --- In flexcoders@yahoogroups.com, James Ong yanlilei64@... wrote: Video stream back through mjpeg and output to AIR will be tricky unless you have a streaming server and serve over UDP

[flexcoders] Re: How to access IP camera with Adobe air?

2012-01-11 Thread markflex2007
Hi IP camera can provide a link/url with mjpeg format. I am not sure how air/flex can access it. The problem is how to load mjpeg link in Flex/Air now. mjpeg is motion jpeg. I try different ways and I can not load the link in flex. Please help. Thanks Mark

[flexcoders] Re: How to access IP camera with Adobe air?

2012-01-11 Thread markflex2007
IP camera is not attached to current computer. and just provide a access ip that is a mjpeg format file. Any idea to do this.Thanks Mark --- In flexcoders@yahoogroups.com, markflex2007 markflex2007@... wrote: Hi IP camera can provide a link/url with mjpeg format. I am not sure how

Re: [flexcoders] Re: How to access IP camera with Adobe air?

2012-01-11 Thread James Ong
Video stream back through mjpeg and output to AIR will be tricky unless you have a streaming server and serve over UDP protocol. Definitely need a server to push data into the AIR application. If you prefer to access offline mjpeg video, it should be easy as using netconnection. On Thu, Jan 12,