How to play .3gp videos in mobile using RTMP (FMS) and HTTP?

Posted by Sunil Kumar on Stack Overflow See other posts from Stack Overflow or by Sunil Kumar
Published on 2010-04-21T13:34:01Z Indexed on 2010/05/15 23:30 UTC
Read the original article Hit count: 378

Hi I am not able to play video on mobile device which is .3gp container and H.263 / AMR_NB encoded. I just want to play my website videos in mobile device also just like youtube.com. I want to use RTMP and HTTP both. My requirement is as follows-

Which codec and container will be best?

Should I use FLV to play video on mobile device?

RTSP required or can be use RTMP?

Is NetStream and NetConnection methods different from Flash Player in Flash Lite Player?

How to play 3gp video using RTMP stream ie. ns.play(“mp4:mobilevideo.3gp”, 0, -1, true) is it ok or any thing else required?

For mobile browser and computer browser, can I use single player or I have to make different player for computer browser and mobile browser?

It would be better if I can do it with single player for both mobile and computer browser.

Sample code required for testing. If you can.

I got below article in which they mention that we can play video 3gp container in mobile also. Please find the article.

Articles URL-

http://www.hsharma.com/tech/articles/flash-lite-30-video-formats-and-video-volume/ http://www.adobe.com/devnet/logged_in/dmotamedi_fms3.html

Thanks Sunil Kumar

© Stack Overflow or respective owner

Related posts about mobile

Related posts about fms