UNPKG

@playkit-js/playkit-js-hls

Version:

[![Build Status](https://github.com/kaltura/playkit-js-hls/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-hls/actions/workflows/run_canary_full_flow.yaml) [![code style: prettier](https://img.shields.io/badge

14 lines (10 loc) 351 B
import {registerMediaSourceAdapter} from '@playkit-js/playkit-js'; import HlsAdapter from './hls-adapter'; const VERSION = __VERSION__; const NAME = __NAME__; export default HlsAdapter; export {VERSION, NAME}; // Register hls adapter to the media source adapter provider. if (HlsAdapter.isSupported()) { registerMediaSourceAdapter(HlsAdapter); }