Re: [Live-devel] scale pause and play

2009-11-15 Thread Ross Finlayson
> The latter. The library does not 'remember' the scale value that it previously used; it assumes that the client will specify the desired value (default value: 1) each time it calls "playMediaS(ubs)ession()". And couldn't the library not send any value, if the client don't give this parame

Re: [Live-devel] How to free memory in the function ByteStreamFileSource::doReadFromFile()

2009-11-15 Thread Ross Finlayson
First, you should *not* be modifying the existing code (e.g., "ByteStreamFileSource::doReadFromFile()"), because that makes it difficult to upgrade to new versions of the code. Instead, if you want to modify the existing code, you should use a new class name (and a new file name). The only p

[Live-devel] How to free memory in the function ByteStreamFileSource::doReadFromFile()

2009-11-15 Thread 杜时
Hi,Ross Thanks for your help. I use live555 Server to stream H.264 live data which receive from the IP camera. If there is no data from the IP camera, I want to close this ServerMediaSession. But this situation just occured in the function ByteStreamFileSource::doReadFromFile() as the follow cod