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,
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.