Hi, I found that there's no FLV support added at all. In fact, I'm not
sure.

Althought " #define PVMF_MIME_FLV1  "video/x-flv" " is added in the
pvmf_format.types.h,
there's no where except here that use PVMF_MIME_FLV1. (I do "grep -r
PVMF_MIME_FLV1 opencore/")

Alonso

On 11月18日, 下午3時06分, Deva R <[email protected]> wrote:
> True.
>
> Opencore have parser support for container&codecs as metioned 
> inwww.opencore.net/files/opencore_framework_capabilities.pdf
>
> In latest version of opencore => u can see FLV support being added.,
> say MIME type addition 
> -http://android.git.kernel.org/?p=platform/external/opencore.git;a=blo...
>
> similar support needs to be added for MJPEG.,
>
> --
> Regards,
> Devawww.bittoggler.com
>
>
>
> On Thu, Nov 18, 2010 at 6:17 AM, Alonso <[email protected]> wrote:
> > Hi, everyone.
>
> > Recently, I met the same problem to solve--add the motion jpeg
> > functionality.
>
> > Refer to Deva's saying, I know how to add a codec component into openmax
> > core,
>
> > but, however, we may need to make the recognizer/parser recognize the MJPEG
> > in
> > parsing. If not, we can never access to our codec at all. According to my
> > observation, I only find the mp4 parser/recognizer and there's no MJPEG
> > codec
> > which have been recognized, just like the question thrown by Dadao.
>
> > Does that mean I have to get the full control of parser so that I can make
> > it
> > get the MJPEG recognized? According to my observation, there's no MJPEG
> > definition of the MIME type in the pvmf_format_type.h, so I believe there's
> > no
> > parser that recognize MJPEG at all.
>
> > Is there any misunderstanding? Please help.
>
> > Thanks,
> > Alonso
>
> > --
> > unsubscribe: 
> > [email protected]<android-porting%2Bunsubscribe@ 
> > googlegroups.com>
> > website:http://groups.google.com/group/android-porting

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to