播放可以用html5?现在直接点1.mp4是不会播放的,而是一些乱码
2019-08-19 20:17:24
你可以按照这个内容去修改一下,看能不能展示视频 https://www.runoob.com/html/html5-video.html 因为html5展示视频还是要加一点内容的!
2019-08-20 11:08:38
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'view.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<video width="320" height="240" controls>
<source src="image2/2.mp4" type="video/mp4">
<source src="image2/2.ogg" type="video/ogg">
</video>
</body>
</html>
老师这是什么情况?
运行完显示的是黑屏显示无效源
2019-08-20 21:10:29
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星