Which codebase are you using? - The incorrect log line (PVMF_FORMAT_SPECIFIC_INFO_KEY_AUDIO should be PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM) tells me that you are using an old version. - Also, when setting PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM fails, the MediaOutputNode should not error out. - The setParametersSync() at this point of code is calling the audio MIO (AndroidAudioMIO::setParametersSync).
-Ravi On Dec 11, 5:24 pm, RaviY <[email protected]> wrote: > Your AAC media file. > > -Ravi > > On Dec 11, 5:11 pm, guru <[email protected]> wrote: > > > HI Ravi, > > > I didnt get. Whether I have to send AAC file to you or do modification > > in my code. > > > Regards > > Gururaja > > > On Dec 11, 4:54 pm, RaviY <[email protected]> wrote: > > > > Please attach your AAC file. > > > > -Ravi > > > > On Dec 11, 3:20 pm, guru <[email protected]> wrote: > > > > > HI All, > > > > > When I tried to run my AAC media file, it is giving following error > > > > and finally calling ComponentDeInit and halting. > > > > > Below is the section of the log I got: > > > > > PVLOG:TID(0x143e0):Time=389:AndroidAudioMIO::setParametersSyn > > > > c() Error, unrecognized key x-pvmf/media/ > > > > format_specific_info_pcm;valtype=key_sp > > > > ecific_value > > > > E/PV ( 775): PVLOG:TID > > > > (0x143e0):Time=389:PVMediaOutputNodePort::ConfigMIO > > > > setParametersSync of PVMF_FORMAT_SPECIFIC_INFO_KEY_AUDIO failed > > > > E/PV ( 775): PVLOG:TID > > > > (0x143e0):Time=389:PVMediaOutputNodePort::ConfigMIO > > > > setParametersSync of PVMF_FORMAT_SPECIFIC_INFO_KEY_AUDIO failed > > > > E/PV ( 775): PVLOG:TID > > > > (0x143e0):Time=389:PVMediaOutputNode:NodeErrorEvent > > > > Type -19 EVData 0 EVCode 8 > > > > E/PV ( 775): PVLOG:TID > > > > (0x143e0):Time=389:PVPlayerEngine::HandleNodeErrorEv > > > > ent() In > > > > E/PV ( 775): PVLOG:TID > > > > (0x143e0):Time=389:PVPlayerEngine::HandleSinkNodeErr > > > > orEvent() In > > > > E/PV ( 775): PVLOG:TID > > > > (0x143e0):Time=389:PVPlayerEngine::HandleSinkNodeErr > > > > orEvent() Do nothing for this event -19 > > > > E/PV ( 775): PVLOG:TID > > > > (0x143e0):Time=389:PVPlayerEngine::HandleSinkNodeErr > > > > orEvent() Out > > > > > I want to know when this error will come. I gone through the code base > > > > and got little idea. This error comes when > > > > > iNode->iMIOConfig->setParametersSync(iNode->iMIOSession, aParameters, > > > > 1, aRetParameters); > > > > > this function fails. I am not getting where this setParametersSync > > > > function is defined > > > > > Regards > > > > Gururaja B O- Hide quoted text - > > > > - Show quoted text - > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
