I prefetch the whole video using a AJAX request, and use createObjectURL to create a local url for the video src.
createObjectURL
When I called the play functio
play