Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread Ross Finlayson
> In general, our legal staff will never approve the use of modified GNU > licensed software. It seems that the WEB is full of trolls which search for > corporations which use GNU licensed software, and have failed to publish or > comply precisely with the license, and either charge us a fort

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
software must be in a DLL to isolate the software. Thanks, Gene From: live-devel On Behalf Of Jeremiah Morrill Sent: Wednesday, October 17, 2018 11:43 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live555 DLL rather than static libs I have this project buil

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
ture.com | LinkedIn | Facebook | Twitter From: live-devel on behalf of Jeremiah Morrill Sent: Wednesday, October 17, 2018 11:48 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live555 DLL rather than static libs I have this project

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread Jeremiah Morrill
, but it does work. -Jer From: Ross Finlayson<mailto:finlay...@live555.com> Sent: Wednesday, October 17, 2018 9:33 AM To: LIVE555 Streaming Media - development & use<mailto:live-de...@ns.live555.com> Subject: Re: [Live-devel] Live555 DLL rather than static libs > I am equa

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread Ross Finlayson
> I am equally confused, but I believe it is because none of the other static > variables are called/used in your base libraries. The other two examples I noted maxInputESFrameSize responseBufferSize are definitely used in the code. And unfortunately "OutPacketBuffer::maxSize” ap

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
, 2018 9:38 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live555 DLL rather than static libs > I agree completely. I would never want you to put Microsoftisms into your > code. Neither do I want to modify your code, and maintain and publish it

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread Ross Finlayson
> I agree completely. I would never want you to put Microsoftisms into your > code. Neither do I want to modify your code, and maintain and publish it > forever. > > Would you consider doing the following: > > 1. Making the public class OutPacketBuffer member "maxSize" in mediaSink.hh > pri

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
} static void setMaxSize(unsigned int nSize) { maxSize = nSize; } -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: Tuesday, October 16, 2018 6:11 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live555 DLL rather th

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-16 Thread Ross Finlayson
Sorry, but I will never corrupt the source code by adding non-standard Microsoft-specific bullshit. However, the LGPLv3 license allows you to modify the source code yourself, as long as you distribute your changes along with your product. Ross Finlayson Live Networks, Inc. http://www.live555.c

[Live-devel] Live555 DLL rather than static libs

2018-10-16 Thread GRINDSTAFF Gene A via live-devel
--- Begin Message --- To All: I am trying to build a RTSP source filter for Microsoft Direct Show and Windows Media. In short these components are basically just DLLs. I can use cmake-gui to build the Live555 libraries and construct a decorated module definition file (.DEF) file which allows