Re: [Live-devel] About the details of the live555

2007-08-21 Thread Ross Finlayson
That's it. I don't know why ByteStreamFileSource::doGetNextFrame appears here suddenly. Who calls it? It's called by "FramedSource::getNextFrame()", which in turn is called by the downstream object - in this case a "MPEG4VideoStreamFramer". For the "testMPEG4VideoStreamer" application, the d

[Live-devel] About the details of the live555

2007-08-21 Thread Xianqing Ma
Hi all: I am reading the source code of the live555 now. What puzzles me a lot is the background principle of the live555. Take testMPEG4VideoStreamer.cpp as an example: I traced the program by inserting printf statement in some function and saw the below information play()-> RTPSink::st