UNPKG

@videojs/http-streaming

Version:

Play back HLS and DASH with Video.js, even where it's not natively supported

12 lines (8 loc) 212 B
import videojs from 'video.js'; const logger = (source) => { if (videojs.log.debug) { return videojs.log.debug.bind(videojs, 'VHS:', `${source} >`); } return function() {}; }; export default logger;