Closed notecortes closed 6 years ago
reading, i've this, but fails first time there is not error but is called an plays 1st and second video togethers. $(document).ready(function() { minplayer.get('media', function(media) { media.bind('error', function() { console.log('Video has an error!'); media.stop(); minplayer.get('playlist', function(playlist) { playlist.next(); }); }); }); });//ready thank you.
Hi, i'm sorry but i need help.
I'm trying to continue with next video from a youtube playlist when an error occurs (video has been deleted).
I don't know how to get an error event from osmplayer and reproduce next video from playlist. Could someone help me?
Thank you!