Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-05 Thread Ross Finlayson
> >> FYI, I've now installed a new version (2011.12.02) of the "LIVE555 > >> Streaming Media" code that avoids this problem (for H.264 parsing). You > >> should no longer need to modify the "BANK_SIZE" constant. > > I guess I should download the patch and look at the new code but could you >

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-05 Thread David J Myers
Hi Ross, >> FYI, I've now installed a new version (2011.12.02) of the "LIVE555 Streaming Media" code that avoids this problem (for H.264 parsing). You should no longer need to modify the "BANK_SIZE" constant. I guess I should download the patch and look at the new code but could you just e

Re: [Live-devel] StreamParser internal error (149999+ 4 > 150000)

2011-12-02 Thread Ross Finlayson
FYI, I've now installed a new version (2011.12.02) of the "LIVE555 Streaming Media" code that avoids this problem (for H.264 parsing). You should no longer need to modify the "BANK_SIZE" constant. Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] StreamParser internal error (149999+ 4 > 150000)

2011-12-02 Thread eyal goltzman
>Date: Tue, 29 Nov 2011 16:58:09 -0800 >From: Ross Finlayson >To: LIVE555 Streaming Media - development & use > >Subject: Re: [Live-devel] StreamParser internal error (14+ 4 > 15) >Message-ID: <0b428036-277d-430b-8664-feb4b992e...@live555.com> >

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread David J Myers
Hi Ross, >> Surely the answer is to test the frame-size from the encoder before >> passing it into Live555 >Unfortunately not, because we don't know the frame size in advance; we can figure it out only by parsing/copying the >data, looking for the next 'start code'. And it's this that's ove

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread Jeff Shanab
e Subject: Re: [Live-devel] StreamParser internal error (14+ 4 > Surely the answer is to test the frame-size from the encoder before passing it into Live555 Unfortunately not, because we don't know the frame size in advance; we can figure it out only by parsing/copying the data, loo

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread Ross Finlayson
> Surely the answer is to test the frame-size from the encoder before passing > it into Live555 Unfortunately not, because we don't know the frame size in advance; we can figure it out only by parsing/copying the data, looking for the next 'start code'. And it's this that's overflowing our str

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread David J Myers
Hi Ross, Further to your answer on this, we have an image size of 2144x1944 pixels and have already increased the BANK_SIZE beyond 30 to 45. However there is no guarantee that any number is sufficient. Surely the answer is to test the frame-size from the encoder before passing it into Live

Re: [Live-devel] StreamParser internal error (149999+ 4 > 150000)

2011-11-29 Thread Ross Finlayson
The problem here is the extremely large H.264 frame (about 280,000 bytes in size) that you have in this video. This was too big for our stream parsing code to handle. You can fix this by changing the constant BANK_SIZE in "liveMedia/StreamParser.cpp" from 15 to 30. (I'll also make thi

[Live-devel] StreamParser internal error (149999+ 4 > 150000)

2011-11-29 Thread eyal goltzman
Hello, I'm using live as an RSTP server and it worked great with the test videos that come with the package, I also succeed to work with some other sample video. The version I'm using is 0.72 2011.10.27 I tried to stream the attached sample ( http://dl.dropbox.com/u/12151823/2mp.264) video that ha