javascript - Prevent HTML5 audio buffering entire mp3 when paused -


i see html5 audio element buffers of mp3 when click play, when call pause(), downloads entire file. how can prevent this?

this browser implementation. buffering not defined in the spec. option remove , regenerate audio element.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -