souporserious / react-media-player

React audio and video player.
https://souporserious.github.io/react-media-player/
ISC License
470 stars 100 forks source link

fix(safari): fixes crash on Safari while buffering/loading #14

Closed dobrite closed 8 years ago

dobrite commented 8 years ago

Safari intermittent crashes while loading/buffering audio. A workaround is to destroy and recreate the Audio object when src changes. For whatever reason this fixes the crash. I imagine it cleans up bad internal browser state.