Re: [Live-devel] H264 StreamParser.cpp thrown exception

2011-07-20 Thread Ross Finlayson
I just noticed that my forked h264 process is dying on startup due to a thrown integer exception in StreamParser.cpp NO_MORE_BUFFERED_INPUT. Looking into H264VideoStreamParser::parse() method as an example I see that this is caught and treated as non fatal. The "StreamParser" code is somewhat of

[Live-devel] H264 StreamParser.cpp thrown exception

2011-07-19 Thread admin
I just noticed that my forked h264 process is dying on startup due to a thrown integer exception in StreamParser.cpp NO_MORE_BUFFERED_INPUT. Looking into H264VideoStreamParser::parse() method as an example I see that this is caught and treated as non fatal. However, the code I'm working on doesnt a