jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Multiple instances: Avoid duplicate download of media files #432

Open raghavendra89 opened 3 years ago

raghavendra89 commented 3 years ago

I've 2 instances of jplayers playing the same audio file one after the other. This is to achieve seamless looping. This is working perfectly. My problem is both the players downloads the audio file separately. So the same file is downloaded twice. Is there any way to avoid this?

So if the first player has already downloaded the file, can the same file be used in the second instance of player?