Re: [Live-devel] Adding new RTP Payload Format

2018-08-03 Thread Mihail Palatik
Greetings, Ross Thank you for answer. > Yes. Note the comments near the top of > "liveMedia/include/MediaSession.hh". These describe how you can > support the reception and handling of new RTP payload formats, > without having to modify the existing ?MediaSession.cpp? code. Oops, missed t

Re: [Live-devel] Adding new RTP Payload Format

2018-08-02 Thread Ross Finlayson
> On Aug 1, 2018, at 3:55 PM, Михаил Палатик wrote: > > Hi, > > As I understood from previous posts, I need to subclass from > MultiFramedRTPSource to receive packets in currently unsupported > payloadformats ("RAW" for example). But I could not find a way to > "install"

[Live-devel] Adding new RTP Payload Format

2018-08-01 Thread Михаил Палатик
Hi, As I understood from previous posts, I need to subclass from MultiFramedRTPSource to receive packets in currently unsupported payloadformats ("RAW" for example). But I could not find a way to "install" this new handler other, than modifying MediaSession.cpp createSour