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

Ross Finlayson finlayson at live555.com
Mon Feb 8 22:08:29 PST 2010


>... 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, note that "PassiveServerMediaSubsession" is only for multicast 
streams.  For unicast, you will use (a subclass of) 
"OnDemandServerMediaSubsession" - similar to the existing 
"ADTSAudioFileServerMediaSubsession" class.
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


More information about the live-devel mailing list