Is it the player that is loading slow, js library not downloading fast?, or the video that don't play before it is downloaded?
If the video does not start before it is loaded, make sure that the
preload flag is none . If it's not that, check your encoding. If the metadata (bits that contains info about the video) is at the
end of the file, it will need to be downloaded before it starts playing.