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 video, once the conversion
is complete, you can implement your AIR application to load the video and
playback.

As there are various type of video camera, we have no idea if this work for
your case.


On Thu, Jan 12, 2012 at 11:20 PM, markflex2007 <[email protected]>wrote:

> **
>
>
> Hi James,
>
> Thanks for help.
>
> how to to access offline mjpeg video? please give me a help.
>
> Thanks
>
> Mark
>
> --- In [email protected], 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 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, 2012 at 3:00 AM, markflex2007 <markflex2007@...>wrote:
> >
> > > **
>
> > >
> > >
> > >
> > > 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 [email protected], "markflex2007" <markflex2007@>
> > > wrote:
> > > >
> > > > 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
> > > >
> > >
> > >
> > >
> >
>
>  
>

Reply via email to