Yes,there is a MPEG4 video stream example which could be played by quicktime. 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.
After comparing the stream file and the packages, there are some differences between the example stream and my stream. 1. The b frame is enable in example.(checked by ffprobe) 2. There is object_layer_identifier set as 1 in the first frame of my stream, but not in the example. That's why I doubt my encoding code, cause the output stream is different than example stream. Thanks Br.Luffy 2013/5/15 Carl Eugen Hoyos <[email protected]> > Xian Yan Yang <myladyyang@...> writes: > > > I encode my camera video to MPEG4 ES stream with libav. > > I could use VLC to play the video, but it doesn't work > > for quicktime or realplayer. > > Do you have an mpeg4 elementary stream that can be > played with QuickTime or Realplayer? > > Carl Eugen > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
