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