You have to concert your 3gp file to a progressive downloadable file.

You can use the tool mp4box to convert your 3gp file and add a hint
track to make it rtsp streamable

http://www.videohelp.com/tools/mp4box

--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.

On Nov 2, 8:47 pm, dileep <dileepkumar.renint...@gmail.com> wrote:
> Hi Friends,
>
> Did anyone try playing audio/video through http/rtsp. I am having a
> problem with either of the approach....
> I am getting an error Command PLAYER_INIT completed with PVMFError
> I some cases I got
> Command PLAYER_INIT completed with
> PVMFErrorContentInvalidForProgressiveDownoload.
>
> Can some one explain what is the problem.
> The code snippet I am using is given below...
>
> -----------------------
> --------------
> VideoView mVideoView = (VideoView) findViewById(---------);
>  mVideoView.setVideoPath("http://192.168.1.143:8080/3.3gp";);
>             mVideoView.setMediaController(new MediaController(this));
>             mVideoView.requestFocus();
>             mVideoView.start();
>
> The code works fine when I say
> mVideoView.setVideoPath("/sdcard/vv.3gp");
> but not able to play if I give a rtsp/http urls
>
> In case of http it says PVMFErrorContentInvalid for progressive
> download....
>
> Can some body tell me what is the problem.
> Can you please post the code if someone has been successful in playing
> audio/video through http/rtsp.....
>
> Thanks & Regards
> DileepKumar
> mail: dileepkumar.renint...@gmail.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to