Html video streaming size exceeds the file size , how to cache and optimise html video element with javascript

i am trying to stream video from node js server and it is working fine , but the problem is video size is 61MB , as i change my range in html video element it again fetches which goes in loop and fetch size exceeds 100 mb if continued . how not to load video anymore if the video is fully loaded and keep stream size maximum to video size

networks