how to stop request data in video tag

Viewed 21

background

I have a video list, and i want to stop pre video continue requesting data while playing next video, and resume it when i need

what i tried

  • exec pause method, but it will not stop request data instantly.
  • set attribute src as empty string '', but when i reset it correctly, it will request from head instead of the break point

is there any way to get what i want

thx first

0 Answers
Related