Re: [Live-devel] fDurationInMicroseconds

2007-05-30 Thread Abe Friesen
May 30, 2007 at 08:46:59AM -0700, Abe Friesen wrote: > 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

[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

[Live-devel] H264 Framerate

2007-05-28 Thread Abe Friesen
determine whether the current NAL unit ends an access unit is by examining the following NAL unit to determine if it starts an access unit - or am I missing something? Thanks, Abe Friesen ___ live-devel mailing list live-devel@lists.live555.com http

[Live-devel] bytestreamFileSource, doGetNextFrame, and events (h264)

2007-05-25 Thread Abe Friesen
Hi Jay Furmanek, I am about to implement the exact same functionality as you (playing an H264 Annex B encoded bytestream through live555) and was wondering if you'd be willing to share your code :) to save me a couple of days work? Thanks, Abe Fr