After a little more investigation, it turned out to be a stupid error on my
part. Sorry to have wasted your time.
-Original Message-
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Friday, December 17, 2010 1:03 PM
To:
Hi Ross,
What's your stand on linking statically to the LIVE555 libraries with
respect to the LGPL? If one links statically in a commercial product are
they breaking the LGPL, as far as I can work it out it depends on how one
interprets the LGPL?
Thanks
--
Andy Bell
Currently I works with MontVista Linux 4.0.1, kernel 6.2.10 for
Davinci platform and gcc version 3.4.3. Is this good enough to build
latest version of live555???
Almost certainly, yes.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
Dear Mr. Ross Finlayson!
I'm works with old version of live555 (version "0.19") and currently want to
upgrade live555 on latest version.
May I ask you about kernel and gcc version requirements to compile latest
version???
Currently I works with MontVista Linux 4.0.1, kernel 6.2.10 for Davinci
platf
Please Ignore the attached file, if any.
Hi,
Main problem to Integrate Live lib with Directshow filter is the thread
synchronization. To overcome that I define Live Thread as another Worker
thread of DS filter. I got test.mpg stream on VLC player, but not
sequential rendered, meaning I have a
Hi,
We are using Live555 based a RTSP client application to receive both
MPEG4 AND h264 streams.
Whether Live555 library provides H264 frame by frame to the client
application or this will provide RTP packet by packet to the client
application?
Means, whether we need to explicitly develop
Hi I did a quick change on the QuickTimeFileSink class , for runtime
output file name changing.
You can see below the code:
void QuickTimeFileSink::ChangeOutputFile(UsageEnvironment& env, char *
outputFileName)
{
printf("ChangeOutputFile\n");
completeOutputFile();
CloseOutputFile(fOutFid);