[Live-devel] Memory leaks

2009-01-04 Thread sri kanth
Hi Ross, There are few memory leaks in liveMedia/OnDemandServerMediaSubsession.cpp, the object(inputSource) created is not freed. Also there are few memory leaks in Hash table code, means some objects are not freed. Thanks, Viswajeet. __

Re: [Live-devel] Books

2009-01-04 Thread Ross Finlayson
Hi Ross. Maybe I'm off topic, but I'd like to know your opinion about these books: 1)"RTP, Audio and Video for the Internet", Colin Perkins, 2003, ISBN: 0-672-32249-8 2) "Timecode A User's Guide" John Ratcliff (Paperback) Focal Press, 1999 ISBN-10: 0240515390 ISBN-13: 978-0240515397 3

[Live-devel] Books

2009-01-04 Thread Renato MAURO (Libero)
Hi Ross. Maybe I'm off topic, but I'd like to know your opinion about these books: 1)"RTP, Audio and Video for the Internet", Colin Perkins, 2003, ISBN: 0-672-32249-8 2) "Timecode A User's Guide" John Ratcliff (Paperback) Focal Press, 1999 ISBN-10: 0240515390 ISBN-13: 978-0240515397

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.

[Live-devel] Closing live 555

2009-01-04 Thread Yedidia Amit
Hi All, How can I control the sequence done by CTRL-C when exiting the executable? Regards, Amit Yedidia Elbit System Ltd. Email: amit.yedi...@elbitsystems.com Tel: 972-4-8318905 -- The information in this e-mail transmission contain

[Live-devel] seg fault in framed source

2009-01-04 Thread Mat Laibowitz
I am trying to add optional unicast support to my stream server which currently runs great using multicast. I have implemented a custom DeviceFrameSource class extending FramedSource to control my MPEG4 encoder hardware. This is working great using multicast. To get it to run using unicast I based