>In the FAQ, I read that to implement live streaming you have to >created your own FramedSource subclass to encapsulate your input >source. In essence in the deliverframe you have to copy your frame >data to the fTO. > >What I don't understand is where the frame memory ( pointed to by >the fTO pointer ) is allocated and where the fMaxSize is set?
Those variables are set for you by the downstream object (when it called "getNextFrame()"). I.e., when you implement your "doGetNextFrame()" virtual function, you should assume that those variables have already been set for you. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel