When I run live555MediaServer.exe, program send "throw" in the middle of making
SDP lines.
As you can see below backtrace it happened in void
StreamParser::ensureValidBytes1
The problem is StreamParser::afterGettingBytes never called back in synchronous
mode.
Because of ByteStreamFileSource::
> When I run live555MediaServer.exe, program send "throw" in the middle of
> making SDP lines.
That’s correct. This is a C++ language exception, and is used in our code to
handle parsing of stream data. Note that this is part of the C++ language; it
is *not* a fault or error of any sort, and