[Live-devel] Live555 DLL rather than static libs

GRINDSTAFF Gene A gene.grindstaff at hexagonsi.com
Wed Oct 17 04:55:00 PDT 2018


Ross,

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 private.
2. Add the two methods below.
3. Replace the few references to OutPacket::maxSize with these calls.

This would allow the code to work in all environments, including the strange world of Microsoft.

Thanks,
Gene

static unsigned getMaxSize()
{
	return maxSize;
}

static void setMaxSize(unsigned int nSize)
{
		maxSize = nSize;
}

-----Original Message-----
From: live-devel <live-devel-bounces at ns.live555.com> On Behalf Of Ross Finlayson
Sent: Tuesday, October 16, 2018 6:11 PM
To: LIVE555 Streaming Media - development & use <live-devel at ns.live555.com>
Subject: Re: [Live-devel] Live555 DLL rather than static libs

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.
https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.live555.com%2F&data=02%7C01%7Cgene.grindstaff%40hexagonsi.com%7Cc7a23f5d826648abf86408d633bdb94b%7C1b16ab3eb8f64fe39f3e2db7fe549f6a%7C0%7C0%7C636753287308442067&sdata=jNPsdVqBofDD%2FSruwPbJcAC%2FB6EnCw%2FcixwpS5S6Xdw%3D&reserved=0


_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.live555.com%2Fmailman%2Flistinfo%2Flive-devel&data=02%7C01%7Cgene.grindstaff%40hexagonsi.com%7Cc7a23f5d826648abf86408d633bdb94b%7C1b16ab3eb8f64fe39f3e2db7fe549f6a%7C0%7C0%7C636753287308442067&sdata=AGO5v%2BzuCIVTA%2Bl%2Be3wmKRn%2BRh1%2FVHSDw6UZvE%2Ff5UA%3D&reserved=0



More information about the live-devel mailing list