<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le mardi 04 mars 2014 à 07:48 -0800, Ugly Face a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    the h264parse seems dose not work properly as it fails to finish its task. I<BR>
    do not know if info above will be help to give me some other advice . <BR>
    <BR>
    I do not think any words can be helpful to show my appreciation for your<BR>
    help . <BR>
</BLOCKQUOTE>
The parser didn't fail, but simply reported a broken stream. As the pipeline I've given you worked, I can confirm you are currently streaming a ISOMP4 stream to an H264 parser. This is not the same format. ISOMP4 is a container format, while H264 is a encoded video stream.<BR>
<BR>
Here is some lecture to help you learn the difference between elementary packet and container package:<BR>
Containers:<BR>
<A HREF="http://en.wikipedia.org/wiki/Container_format_%28digital%29">http://en.wikipedia.org/wiki/Container_format_%28digital%29</A><BR>
<A HREF="http://en.wikipedia.org/wiki/QuickTime_File_Format">http://en.wikipedia.org/wiki/QuickTime_File_Format</A><BR>
<BR>
Elementary Packet:<BR>
<A HREF="http://en.wikipedia.org/wiki/Video_compression_format">http://en.wikipedia.org/wiki/Video_compression_format</A><BR>
<A HREF="http://en.wikipedia.org/wiki/H264">http://en.wikipedia.org/wiki/H264</A><BR>
<BR>
cheers,<BR>
Nicolas<BR>
<BR>
</BODY>
</HTML>