UNPKG

ipfs-hls-player

Version:

Video.js-based HLS player optimized for IPFS content-addressed storage

35 lines (26 loc) 1.22 kB
/*! @name @videojs/http-streaming @version 3.17.0 @license Apache-2.0 */ /*! @name aes-decrypter @version 4.0.2 @license Apache-2.0 */ /*! @name m3u8-parser @version 7.2.0 @license Apache-2.0 */ /*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */ /*! @name videojs-contrib-quality-levels @version 4.1.0 @license Apache-2.0 */ /*! @name videojs-hls-quality-selector @version 2.0.0 @license MIT */ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ /** * @license * slighly modified parse-headers 2.0.2 <https://github.com/kesla/parse-headers/> * Copyright (c) 2014 David Björklund * Available under the MIT license * <https://github.com/kesla/parse-headers/blob/master/LICENCE> */ /** * IPFS HLS Player * A Video.js-based HLS player optimized for IPFS content-addressed storage * * @author Mark Giles * @license MIT * @version 1.0.0 * * This player solves the fundamental incompatibility between standard HLS * (which uses relative paths) and IPFS (which requires absolute CID-based URLs). * It provides pre-configured Video.js settings optimized for IPFS-hosted HLS streams. */