9 lines
336 B
JavaScript
9 lines
336 B
JavaScript
(function registerMetoYouVlcPlaceholder(globalScope) {
|
|
globalScope.MetoYouVlcJs = {
|
|
isPlaceholder: true,
|
|
createPlayer() {
|
|
throw new Error('Experimental VLC.js playback is enabled, but no VLC.js runtime is bundled. Replace /vlcjs/metoyou-vlc-player.js with a runtime adapter to enable playback.');
|
|
}
|
|
};
|
|
})(window);
|