[Live-devel] live555 stream aac raw problem

杨志祥 yangzx at acejet.com.cn
Mon Dec 13 01:15:53 PST 2010


hi,Ross:
   I have live aac raw data,I implement own audioservermediasession,overload virual creatertpsink function and createstreamsource function.
  code:
 
   myownserversession::createNewRTPSink(....)
{
   return MPEG4GenericRTPSink::createNew(envir(), rtpGroupsock,
  rtpPayloadTypeIfDynamic,
  44100,
  "audio", "AAC-hbr", "1",  //aac raw
     2);
 
}
 
myownserverseesion:createNewStreamSource(...)
{
   return myowndevicesource(...);
 
}
 
in myowndevicesource class ,i use videodevicesource same code.videodevicesource is work ok.
 
but,i use vlcplay,vlc disp not decode audio.why?
live555 no support aac raw data?only use aac adts?



More information about the live-devel mailing list