Re: [Live-devel] openRTSP writing all zeros

2010-12-20 Thread Wiser, Tyson
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:

[Live-devel] LGPL

2010-12-20 Thread Andy Bell
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

Re: [Live-devel] latest live555, kernel and dev-toolkit version requirements?

2010-12-20 Thread Ross Finlayson
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/ ___

[Live-devel] latest live555, kernel and dev-toolkit version requirements?

2010-12-20 Thread Marat Shchuchinsky
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

[Live-devel] FW: Live555 integrated in Directshow Filter - Video not sequential rendered

2010-12-20 Thread Eyal Shveky
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

[Live-devel] RTSP Client application RTSP client application to receive both MPEG4 AND H264 frames.

2010-12-20 Thread Jain, Abhishek
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

Re: [Live-devel] Open RTSP and video file splitting...

2010-12-20 Thread Matteo Lisi
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);