UNPKG

hjplayer

Version:

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

8 lines (6 loc) 205 B
const CodecEvents = { INIT_SEGMENT: 'INIT_SEGMENT', // 初始化片段 MEDIA_SEGMENT: 'MEDIA_SEGMENT', // 媒体片段 GET_SEI_INFO: 'GET_SEI_INFO' // SEI信息 }; export default CodecEvents;