... 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,
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
... 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