uranged will provide users with a simple HTTP server with Partial Content support (Content-Range header).
Usage:
· Download jar
· java -jar uranged-0.0.1-uberjar.jar
· Point your browser to this link: http://localhost:8085
· Stream video from your desktop using the following link: http://localhost:8085/Desktop/video.mp4
· Stream video from your desktop in a nice HTML5 video tag by accessing this link: http://localhost:8085/Desktop/video.mp4?html5video
Here are some key features of "uranged":
· Targeted at HTML5 video development
· Supports limiting bandwidth to simulate loading over the Internet
· Runs from a self-contained JAR file
· Streams files in your home folder. Nothing else
· Jetty based
Requirements:
· Java Runtime Environment