HTML 5 Video Tag not working from Tomcat (Edited)

后端 未结 3 1890
离开以前
离开以前 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:17

    place the the folder inside your WebContent folder or webapps folder then give path like ./folder1/file.mp4 if WebContent is not there then create a new project setup using eclipse with DynamicWebProject paste the tour files inside that.

    i am also getting this issue but now its [SOLVED] and i am using tomcat 8 and java 7

提交回复
热议问题