André Barbosa
unread,Dec 5, 2010, 12:44:35 PM12/5/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
hi all,
I am trying play a mp3 stream file using rtsp protocol. To do this i
am using the DarwinStreamingSrvr as a RTSP server and mediaplayer to
play the RTSP link.
I already tried play the mp4 video file and i didn't had any problems.
However, when i try play the mp3 file i don't have sucess and i get
the error:
V/AudioStreamPlayer(10476): playRTSPAudioURL :: IN
I/QC_CORE ( 3013): OMXCORE API - OMX_Init
I/QC_CORE ( 3013): OMXCORE API - OMX_ComponentNameEnum 159d0 128 0
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.decoder.avc
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.decoder.avc
I/QC_CORE ( 3013): OMXCORE API - OMX_ComponentNameEnum 159d0 128 1
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.decoder.mpeg4
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.decoder.mpeg4
I/QC_CORE ( 3013): OMXCORE API - OMX_ComponentNameEnum 159d0 128 2
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.decoder.h263
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.decoder.h263
I/QC_CORE ( 3013): OMXCORE API - OMX_ComponentNameEnum 159d0 128 3
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.encoder.mpeg4
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.encoder.mpeg4
I/QC_CORE ( 3013): OMXCORE API - OMX_ComponentNameEnum 159d0 128 4
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.encoder.h263
I/QC_CORE ( 3013): GetRolesOfComponent OMX.qcom.video.encoder.h263
I/QC_CORE ( 3013): OMXCORE API - OMX_ComponentNameEnum 159d0 128 5
E/MediaPlayer(10476): start called in state 4
E/MediaPlayer(10476): error (-38, 0)
V/AudioStreamPlayer(10476): playRTSPAudioURL :: media player started!
E/MediaPlayer(10476): Error (-38,0)
I/ActivityManager( 3019): Displayed activity
com.MediaFrameWork/.AudioStreamPlayer: 710 ms (total 710 ms)
Somebody help me? I already saw the media formats supported and
OpenCore have mp3 codec.
Best regards.