Only gives me that error on Safari and the entire player dont work , on Chrome and Firefox works great.
Log Error stack

This is the code to initialize the mediaplayer
mediaElement = document.querySelector('.playback-bar #audio_list');
mediaPlayer = new MediaElementPlayer(mediaElement, {
features: ['prevtrack', 'playpause', 'nexttrack', 'current', 'progress', 'duration', 'volume','playlist'],
success: function(media){
//MORE FUNCTIONS
}
});
Only gives me that error on Safari and the entire player dont work , on Chrome and Firefox works great.
Log Error stack

This is the code to initialize the mediaplayer