[Live-devel] Boolean Groupsock::deleteIfNoMembers;

2014-02-07 Thread Thomas Göllner
Thanks Ross for this quick response. It's a good hint, that the "groupsock" library will be replaced. So it is useless, I think, to provide a patch for this. As a workaround I subclass the ServerMediaSubsessions I need and add something like that: virtual void closeStreamSource(FramedSource* input

Re: [Live-devel] Boolean Groupsock::deleteIfNoMembers;

2014-02-06 Thread Ross Finlayson
> I'm wondering why there is a "Boolean Groupsock::deleteIfNoMembers;" when it > is never used... It's not used elsewhere within the "LIVE555 Streaming Media" software, but it is used by other Live Networks code (for UDP multicast tunneling). (In any case, this is a moot point, because the "grou

[Live-devel] Boolean Groupsock::deleteIfNoMembers;

2014-02-06 Thread Thomas Göllner
Hi all, I'm wondering why there is a "Boolean Groupsock::deleteIfNoMembers;" when it is never used... I think for operations on limited hardware it is a good idea to delete the groupsock when it is no longer needed instead of keeping it alive in case it would be used in future. Thanks, Thomas Göl