
onsetup error not happening
Is this code right, because on my tests it doesn't ever load anything,
}); <-- that is the end of the normal player setup and if I end here it works ok
playerInstance.on('setupError', function(){
playerInstance.setup({
playerInstance.load({file:"https://path/manifest.mpd",image:"https://path/poster_0001.jpg"});
playerInstance.play();});
});
</script>