Re: [Live-devel] fDurationInMicroseconds

2007-05-30 Thread Abe Friesen
in easily with the live555 design or will it be really ugly? Thanks, Abe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Weber Sent: Wednesday, May 30, 2007 11:22 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] fDuration

Re: [Live-devel] fDurationInMicroseconds

2007-05-30 Thread Dan Weber
3 should be the appropriate value as long as you're timing each frame once. If each slice is part of a single frame, they must all carry the same presentation timestamp, and the duration of every frame up until the slice that completes, the frame should be 0. Dan On Wed, May 30, 2007 at 08:

[Live-devel] fDurationInMicroseconds

2007-05-30 Thread Abe Friesen
I've written my own H264 Framer and ByteStreamFileSource to read Annex B encoded H264 data from a file. However, I am having difficulties setting a proper value for fDurationInMicroseconds. I have been unable to determine the framerate from the video data but I know that it was encoded at 30 fps wi