I'm puzzled as to why I get this problem as this should be common to both MPEG4 and H264. Any ideas?
I notice that for MPEG-4 you are using a "MPEG4VideoStreamDiscreteFramer", but for H.264 you are using a "H264VideoStreamFramer". If your H.264 encoder delivers discrete NAL units (i.e., one-NAL-unit-at-a-time), then it should be fed into a "H264VideoStreamDiscreteFramer" instead. (In this case, though, there should *not* be a start code (0x00000001) at the start of each NAL unit; that code is used only if the H.264 data is in a stream.)
--
Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel