Re: [Live-devel] unicast + streaming on-demand source

2010-02-08 Thread Ross Finlayson
... or is the ADTS chunk as simple as writing ADTSAudioRTPSink and passing that to a PassiveServerMediaSubsession? No, "ADTS" is a file format (for MPEG-4 audio data), not a codec. You will use a "MPEG4GenericRTPSink" - just as is done by the "ADTSAudioFileServerMediaSubsession" class. Also,

Re: [Live-devel] unicast + streaming on-demand source

2010-02-08 Thread Ross Finlayson
ADTS -- Since the library only includes ADTSAudioFileServerMediaSubsession, I'm assuming I need to create a subclass of ServerMediaSubsession capable of reading from our in-memory frames instead of a file, yes? Yes. Moving from Multicast to Unicast: The multicast version's working with of

Re: [Live-devel] unicast + streaming on-demand source

2010-02-08 Thread Tom Pepper
... or is the ADTS chunk as simple as writing ADTSAudioRTPSink and passing that to a PassiveServerMediaSubsession? *goes off to find coffee* -t On Feb 8, 2010, at 1:44 PM, Tom Pepper wrote: > Hello again: > > We're writing a live encoding application which reads whole frames in-memory > from