Currently this situation is only handled by logging a message to the console, as far as I can tell:
|
console.log('WARN: Player51 doesn\'t support this media type yet.'); |
On the console, this results in a loading page being shown indefinitely to the user:

Either an event that gets triggered in this case or some other way to render a fallback message would be better.
Currently this situation is only handled by logging a message to the console, as far as I can tell:
player51/src/js/player51.js
Line 122 in fa6965a
On the console, this results in a loading page being shown indefinitely to the user:

Either an event that gets triggered in this case or some other way to render a fallback message would be better.