[Live-devel] StreamParser/ensureValidBytes1: fail to parse h264 file source

2016-09-09 Thread Hyung Jin Jung
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::

Re: [Live-devel] StreamParser/ensureValidBytes1: fail to parse h264 file source

2016-09-09 Thread Ross Finlayson
> 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