Re: [Live-devel] Meaning of member variables in FramedSource class

2010-10-19 Thread Ross Finlayson
See "liveMedia/DeviceSource.cpp" for a description (in the comments) of these fields. Some more specific comments: - fPresentationTime - Needs to be set by me. What is this time? Is this required? Yes! My encoder provide a relative time which is number of ticks since some original. Do I

[Live-devel] Meaning of member variables in FramedSource class

2010-10-18 Thread Mehran Ansari
As I was reading the source code in Live555, I see that FramedSource class is a class that is very important to learn and understand specially if you are implementing a your own streaming class such as H.264 Live streaming. This subclass is meant to provide video frames (in my case h.264 video f