视频标签src不采摘ftp网址作为源? [英] video tag src not picking ftp url as a source?

查看:503
本文介绍了视频标签src不采摘ftp网址作为源?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在视频标签src中,我们试图给src作为一个ftp资源,但它并没有提供它。有人可以给我一些指示。



< video src ='ftp://server/pqr.mp4'/> code>

解决方案



 < video width =320height =240controls =controls> 
< source src =http://movie.mp4type =video / mp4/>
< source src =http://movie.oggtype =video / ogg/>
您的浏览器不支持视频标签。
< / video>


in video tag src we are trying to give src as a ftp resource its not picking it up. Can somebody give some direction on that.

<video src='ftp://server/pqr.mp4' />

解决方案

something like this

<video width="320" height="240" controls="controls">
  <source src="http://movie.mp4" type="video/mp4" />
  <source src="http://movie.ogg" type="video/ogg" />
  Your browser does not support the video tag.
</video> 

这篇关于视频标签src不采摘ftp网址作为源?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆