Re: [Live-devel] Changes to make it easier to subclass ServerMediaSession and set packet buffer size

2014-02-20 Thread Ross Finlayson
Michael, To begin with, it's important to note that 'ONVIF' is an industry consortium (and one that Live Networks, Inc. does not belong to) - not a standards organization. The relevant standards organization here (the one that we belong to, and whose specifications we try to adhere to) is the

[Live-devel] Changes to make it easier to subclass ServerMediaSession and set packet buffer size

2014-02-20 Thread Michael Brimer
Hi, I would like to request a few changes to liveMedia to assist with subclassing and server instantiation. Some background: I'm working on a network camera that needs to be ONVIF profile G compliant. It records matroska video clips which are then represented to an ONVIF client as a single "Re

Re: [Live-devel] RTCPInstance::onExpire do not unscheduled from desctructor

2014-02-20 Thread Ross Finlayson
> It seems RTCPInstance was destroyed due to closing subsessions, but > unshedule() of onExpire() was not performed. Unfortunately I can't see how that could be, because "RTCPInstance" is a subclass of "Medium", and the "Medium" destructor explicitly unschedules the 'on expire' task. Ross Fi