<div dir="ltr"><div>Yes,there is a MPEG4 video stream example which could be played by quicktime. </div>Acutally the example stream is going  through RTSP/RTP. So I capture some package and use openRTSP(live555 test program) to get the mpeg4 video stream file.<div>
<br></div><div>After comparing the stream file and the packages, there are some differences between the example stream and my stream. </div><div><br></div><div>1. The b frame is enable in example.(checked by ffprobe)</div>
<div>2. There is object_layer_identifier set as 1 in the first frame of my stream, but not in the example.</div><div><br></div><div>That's why I doubt my encoding code, cause the output stream is different than example stream.</div>
<div><br></div><div>Thanks</div><div>Br.Luffy</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/15 Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Xian Yan Yang <myladyyang@...> writes:<br>
<br>
> I encode my camera video to MPEG4 ES stream with libav.<br>
> I could use VLC to play the video, but it doesn't work<br>
> for quicktime or realplayer.<br>
<br>
</div>Do you have an mpeg4 elementary stream that can be<br>
played with QuickTime or Realplayer?<br>
<br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br></div>