【发布时间】:2016-07-23 09:06:35
【问题描述】:
HTML5 视频源不理解文件存储路径。 例如文件路径是 d:/filestorage 或 c:\tomcat\temp
<video width="620" height="580" controls="true">
<source src="#{showVideoBean.fileModel.filepath}" type="video/mp4 .mp4"/>
Your browser does not support the video tag.
</video>
据我了解,来源仅将路径理解为 URL,例如 http://
如何组织视频文件文件存储并使用 HTML5 视频标签播放。 我不想在项目文件夹下存储文件。
【问题讨论】:
标签: java html tomcat video file-storage