Re: [Live-devel] stackoverflow

2011-12-17 Thread Jeff Shanab
un...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Jeff Shanab Sent: Saturday, December 17, 2011 8:43 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] stackoverflow In my ESSource, a class based on the device source example is the only plac

Re: [Live-devel] stackoverflow

2011-12-17 Thread Jeff Shanab
ent & use Subject: Re: [Live-devel] stackoverflow This can happen, though only if both your input source and your output sink (and any filters in-between) are synchronous. E.g, if your input source is a file on Windoze (where file reading has to be synchronous), and your output sink is also

Re: [Live-devel] stackoverflow

2011-12-16 Thread Ross Finlayson
This can happen, though only if both your input source and your output sink (and any filters in-between) are synchronous. E.g, if your input source is a file on Windoze (where file reading has to be synchronous), and your output sink is also a file. (It should *not* happen if your output sink

[Live-devel] stackoverflow

2011-12-16 Thread Jeff Shanab
I am having stack overflow whenever anything takes a bit of time. I read in the archives that this should be a very rare occurance but it happens if I debug, if I put any std::cout and on many startups before things get a chance to settle. I can see this is a mutual recursive path between the c