> 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
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
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