Re: [Live-devel] H.264 presentation time

2007-10-22 Thread Engin Kurutepe
Hi, The encoder configuration of your H.264 file is also important besides those two live555 parameters. If you are using hierarchical B- pictures, FFMPEG and therefore VLC do not support them correctly. In my experience GOP up to 8 frames works OK, but larger GOP values with hierarchical

Re: [Live-devel] H.264 presentation time

2007-10-19 Thread Ross Finlayson
From reading the past mailing-list archive, I get the idea that in my h.264 framer I have to only set "fPresentationTime" and "fDurationInMicroseconds" properly, and then the H264VideoRTPSink will take care of setting the RTP timestamp correctly. Is my understanding correct ? Yes. However, i