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
Any ideas why this may be happening?
Unfortunately not.
So I did a quick test with the following code:
case AWAITING_STREAM_CHANNEL_ID: {
// The byte that we read is the stream channel id.
RTPInterface* rtpInterface = lookupRTPInterface(c);
if (rtpInterface != NULL)
On Wed, Jul 20, 2011 at 11:15 AM, Jeremy Noring wrote:
> I updated my RTP client to the most recent version (2011.7.18) and I'm
> having trouble with RTP over TCP. Occasionally Live555 will get in a state
> where it no longer receives any data from the server, even though the server
> is complet