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