This is a simple webapp that can stream your videos and provide the responsive webpage for different divices (desktop/tablet/mobile etc.).
- simple webapp that can support responsive (for different devices, layout) video play
- providing online media server for your own vidoes in your local server
- can play all videos in a single click (Play_All)
- can play any item you clicked (then it'll auto continue to next video)
- all files, including the sub directories under the mp4/video will be listed
- support utf-8 vidoe files naming
- access control with basic username/pass defined from container (e.g.: conf/tomcat-users.xml with role mp4)
- make sure to backup the mp4/video folder to some other path outside the webapps directory if already existing
- simply drop the mp4.war into a servlet container (e.g.: tomcat/jboss, etc)
- drop/restore your videos into the mp4/video folder in the container
- access from http://host:port/mp4
- mp4,mov,mp3,m4v
- refer to https://github.com/domiyang/mp4/wiki