Re: [Live-devel] .hh files in the main directory

2020-06-30 Thread Ross Finlayson
> On Jul 1, 2020, at 4:19 AM, Warren Young wrote: > > On Thu, Jun 25, 2020 at 11:40 AM Ross Finlayson wrote: > I’ve just installed a new version (2020.06.25) of the code that fixes this. > > The current release has a bunch of *.hh files in the "include" dir's parent > with the .cpp file. e.

Re: [Live-devel] Suspected memory leak

2020-06-30 Thread Warren Young
On Thu, Jun 25, 2020 at 11:40 AM Ross Finlayson wrote: > I’ve just installed a new version (2020.06.25) of the code that fixes this. > The current release has a bunch of *.hh files in the "include" dir's parent with the .cpp file. e.g. live/liveMedia/MPEG2TransportStreamDemuxedTrack.hh

Re: [Live-devel] (no subject)

2020-06-30 Thread Ross Finlayson
I don’t really understand your question, as I/O in LIVE555-based applications is asynchronous (as LIVE555-based applications run within an event loops, using events, rather than threads, for concurrency). In other words, no LIVE555-based applications (and especially not the supplied “testOnDema

Re: [Live-devel] (no subject)

2020-06-30 Thread dan
Hi All, As can be seen in the code below I'm reading a piped h264 stream via stdin and it works fine, that is if there is a connection open to read the stream before the application writing the h264 stream hasn't timed out. My question is how can I get the below code to stop stalling the parent