Humm.. now I understood that exception is normal operation. It seem to similar 
with "goto"

So the problem is H264or5VideoStreamParser::parse couldn't catch 
NO_MORE_BUFFERED_INPUT
I'm using mingw and run media server as console application
Without GDB win7 still report APPCRASH and no more debug message after send 
throw.

Any idea??

-----Original Message-----
From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross 
Finlayson
Sent: Friday, September 09, 2016 5:32 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] StreamParser/ensureValidBytes1: fail to parse h264 
file source

> 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 is a normal part of the program’s 
operation.  (Note “H264or5VideoStreamFramer.cpp”, line 1155, where these 
language exceptions are caught.)


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

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to