Re: [Live-devel] Fwd: Request for change to access modifiers

2019-04-24 Thread Chris Paucar
Hi, Yes I followed the "custom RTP payload format" comment made in MediaSession.hh to create these custom subclasses. I just updated and everything works, thanks! Chris On Wed, Apr 24, 2019 at 2:55 PM Ross Finlayson wrote: > > My solution also uses custom MediaSession and MediaSubsession class

Re: [Live-devel] Fwd: Request for change to access modifiers

2019-04-24 Thread Ross Finlayson
> My solution also uses custom MediaSession and MediaSubsession classes as > mentioned in the example files. By this, I hope you mean custom *subclasses* of “MediaSession” and “MediaSubsession”. :-) > > Request for protected access: > MultiFramedRTPSource::doGetNextFrame() * > MPEG4GenericRTP

[Live-devel] Fwd: Request for change to access modifiers

2019-04-24 Thread Chris Paucar
Hi, I'm happy to see the site is back up and running. I had a few questions during the downtime but given enough time with the LIVE555 source code I was able to figure it out :) So this was a good opportunity to familiarize myself with the classes and APIs. In doing so I found a few class members