stub.js 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import m3u8 from './m3u8'; import Stream from './stream'; import videojs from 'video.js'; if(typeof window.videojs.Hls === 'undefined') { videojs.Hls = {}; } videojs.Hls.Stream = Stream; videojs.m3u8 = m3u8;