Re: [Live-devel] Newbie: How to create a memory sink

2009-02-27 Thread Andre Thenot
On Feb 27, 2009, at 4:36, Andy Bell wrote: On Fri, Feb 27, 2009 at 6:48 AM, Ross Finlayson wrote: Have you read the FAQ?? No. Is there documentation? The FAQ is at http://www.live555.com/liveMedia/faq.html Also, the test programs provide some good insight as to how the library works,

Re: [Live-devel] Closing live 555

2009-01-04 Thread Andre Thenot
On Jan 4, 2009, at 8:32, Yedidia Amit wrote: How can I control the sequence done by CTRL-C when exiting the executable? This is not really pertinent to Live555 but common for any app: just set up a handler for the SIGTERM signal. See sigaction() in . HTH, A.