I'm developing a video site, and these are stored on a windows server, I currently use link to fetch the video files for the HTML5 player , but there I raised the question if HTTP is appropriate for this type of use, is there any restriction?
- Currently the videos take 5 to 15 seconds to average, many requests to the same video may take longer?
- Is there any other protocol that works best for this function?