Re: [Live-devel] BANK_SIZE overflow

2011-07-14 Thread Ross Finlayson
I'm using live555 to stream mpeg2 video. In some videos, the program gets aborted with an error message that the BANK_SIZE (at StreamParser.cpp) isn't big enough. I've increased it's size (it was initially 100,000 and increased to 2,000,000). It hasn't solved the problem. any idea what should

Re: [Live-devel] SVC -> AVC

2011-07-14 Thread Sergey G. Kosov
Here is the link to the example SVC file: http://www.project-10.de/Cam1.svc I think it is possible to use setParseState(); function within the skip loop to prevent the overflowing. But I'm not sure it this way the right way. -Original Message- From: live-devel-boun...@ns.live555.com [mai

[Live-devel] BANK_SIZE overflow

2011-07-14 Thread rotem a
Hello, I'm using live555 to stream mpeg2 video. In some videos, the program gets aborted with an error message that the BANK_SIZE (at StreamParser.cpp) isn't big enough. I've increased it's size (it was initially 100,000 and increased to 2,000,000). It hasn't solved the problem. any idea what sho