I'm trying to play stream of 3gp file using the vlc 0.7.2-test2 version.
I did some changes in the src files to support amr but with no success.
I'm getting this error message -
main debug: adding playlist item `rtsp://192.118.51.178:554/videoBlogger/Blog140.3gp' ( rtsp://192.118.51.178:554/videoBlogger/Blog140.3gp )
main debug: creating new input thread
main: playlist item `rtsp://192.118.51.178:554/videoBlogger/Blog140.3gp'
main debug: waiting for thread completion
main debug: access `rtsp', demux `', name `192.118.51.178:554/videoBlogger/Blog140.3gp'
main debug: looking for access module
main debug: probing 2 candidates
main debug: thread 2868 (input) created at priority 1 (src/input/input.c:326)
main debug: using access module "livedotcom"
main debug: looking for demux module
main debug: probing 1 candidate
main debug: demux2_New: 'rtsp/live://192.118.51.178:554/videoBlogger/Blog140.3gp' -> access='rtsp' demux='live' path='192.118.51.178:554/videoBlogger/Blog140.3gp'
main debug: looking for demux2 module
main debug: probing 1 candidate
livedotcom debug: RTP subsession 'video/MP4V-ES'
livedotcom warning: RTP subsession 'audio/AMR' failed(RTP payload format unknown or not supported)
main debug: using demux2 module "livedotcom"
main debug: using demux module "demux2"
main debug: selecting ES 0x1
main debug: looking for decoder module
main debug: probing 21 candidates
ffmpeg debug: gal-ffmpeg codec_id=c
ffmpeg debug: libavcodec initialized (interface 4734 )
ffmpeg debug: postprocessing disabled
ffmpeg debug: ffmpeg codec (MPEG-4 Video) started
main debug: using decoder module "ffmpeg"
main debug: thread 2988 (decoder) created at priority 0 (src/input/input_dec.c:161)
livedotcom debug: tk->rtpSource->hasBeenSynchronizedUsingRTCP()
Does anyone can help?