HTML 5 Video Tag not working from Tomcat (Edited)

后端 未结 3 1880
离开以前
离开以前 2021-01-17 05:22

Video not playing from the Tomcat 7 server using absolute path & relative path of the file:

Edit Summary: Altered the example for the relative path, and i am pla

3条回答
  •  情歌与酒
    2021-01-17 06:01

    That's for security reason. Pages loaded from some server can't load files from local drive. Copy video to src/main/webapp/video.m4v. Change JSP to this:

    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    
    
    
    
    
    Cluster Video App
    
    
    
    
        

    Enjoy the Video

提交回复
热议问题