UNPKG

hjplayer

Version:

hjplayer, a HTML5 Player, can play flv and hls by Media Source Extension, based on typescript;

8 lines (6 loc) 173 B
/** * MediaSource helper */ export default function getMediaSource(): typeof MediaSource { return (window as any).MediaSource || (window as any).WebKitMediaSource; }