UNPKG

hjplayer

Version:

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

10 lines (8 loc) 149 B
type FileSegment = { duration: number filesize?: number url: string type: string [x: string]: any } export default FileSegment;