Play Mp4 video from server android

两盒软妹~` 提交于 2019-11-30 22:45:36
Manick

You may try these urls (ends with .3gp):

http://daily3gp.com/vids/747.3gp 
http://daily3gp/www/vids/juggling_while_on_unicycle.3gp 

instead of .mp4 urls:

video_url = "http://www.letumobi.com/videouploads/cd0a4170-1fb2-4fba-b17c-b5d70b2cd2e7.mp4";
efeyc

On emulator it is difficult to get video played, because it needs really fast computer. Try this link for emulator. Maybe you can get some discrete video view.

http://commonsware.com/misc/test2.3gp

Also in your real devices this link should work if your implementation is proper.

I assume your video using following link "http://www.letumobi.com/videouploads/cd0a4170-1fb2-4fba-b17c-b5d70b2cd2e7.mp4 is not proper for safe streaming.

You should hint that video or play other hinted videos. I couldn't find any other solution for playing unhinted videos yet.

This link may help.

getting PVMFErrContentInvalidForProgressivePlayback error while playing mp4 files on samsung devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!