How to Play 3gp Video in HTML5?

非 Y 不嫁゛ 提交于 2019-12-30 10:35:14

问题


Playing a 3gp file with HTML5 does not work. I have Firefox 16 and Chromium Version 22 and the result I got is the following:

No video with supported format and MIME type found.

Here's the code I used:

<video controls="controls">
<source src="rtsp://v2.cache2.c.youtube.com/CiQLENy73wIaGwlkcZfgin6szRMYDSANFEgGUghzdGFuZGFyZAw=/0/0/0/video.3gp" type="video/3gpp">
Your browser does not support the video tag.
</video>

来源:https://stackoverflow.com/questions/13220019/how-to-play-3gp-video-in-html5

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