UNPKG

@playkit-js/playkit-js-dash

Version:

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

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