hls.js-master

所属分类:其他
开发工具:HTML
文件大小:535KB
下载次数:3
上传日期:2020-04-27 09:46:26
上 传 者玉藻前[Beatrice]
说明:  hls.js是一个JavaScript库,可实现HTTP Live Streaming客户端。它依靠HTML5视频和MediaSource扩展进行播放。 它通过将MPEG-2传输流和AAC / MP3流转换为ISO BMFF(MP4)片段来工作。如果在浏览器中可用,则可以使用Web Worker异步执行此转换。WWDC2016期间宣布,hls.js还支持HLS + fmp4 hls.js不需要任何播放器,它可以直接在标准HTML <video>元素上运行。 hls.js用ECMAScript6编写,并使用Babel在ECMAScript5中转译。
(hls.js is a JavaScript library which implements an HTTP Live Streaming client. It relies on HTML5 video and MediaSource Extensions for playback. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using Web Worker if available in the browser. hls.js also supports HLS + fmp4, as announced during WWDC2016 hls.js does not need any player, it works directly on top of a standard HTML<video>element. hls.js is written in ECMAScript6, and transpiled in ECMAScript5 using Babel.)

文件列表:
.dependabot (0, 2020-04-26)
.dependabot\config.yml (174, 2020-04-26)
.editorconfig (291, 2020-04-26)
.esdoc.json (304, 2020-04-26)
.eslintrc.js (2727, 2020-04-26)
.mversionrc (56, 2020-04-26)
.npmignore (88, 2020-04-26)
.travis.yml (4164, 2020-04-26)
.vscode (0, 2020-04-26)
.vscode\tasks.json (319, 2020-04-26)
CODE_OF_CONDUCT.md (5251, 2020-04-26)
LICENSE (1338, 2020-04-26)
bower.json (417, 2020-04-26)
demo (0, 2020-04-26)
demo\basic-usage.html (1361, 2020-04-26)
demo\benchmark.html (1442, 2020-04-26)
demo\canvas.js (19877, 2020-04-26)
demo\chart (0, 2020-04-26)
demo\chart\chartjs-horizontal-bar.ts (6960, 2020-04-26)
demo\chart\timeline-chart.ts (18623, 2020-04-26)
demo\demo-utils.js (746, 2020-04-26)
demo\index.html (13187, 2020-04-26)
demo\libs (0, 2020-04-26)
demo\libs\jsonpack.js (13414, 2020-04-26)
demo\main.js (42659, 2020-04-26)
demo\metrics.html (4802, 2020-04-26)
demo\metrics.js (6428, 2020-04-26)
demo\style.css (2642, 2020-04-26)
docs (0, 2020-04-26)
... ...

[![Build Status](https://api.travis-ci.org/video-dev/hls.js.svg?branch=master)](https://travis-ci.org/video-dev/hls.js) [![npm](https://img.shields.io/npm/v/hls.js.svg?style=flat)](https://npmjs.org/package/hls.js) [![npm](https://img.shields.io/npm/v/hls.js/canary.svg?style=flat)](https://www.npmjs.com/package/hls.js/v/canary) [![](https://data.jsdelivr.com/v1/package/npm/hls.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/hls.js) [![](https://www.netlify.com/img/global/badges/netlify-color-accent.svg)](https://www.netlify.com) Join the discussion via [video-dev.org](http://video-dev.org) in #hlsjs (our Slack channel) # ![hls.js](https://cloud.githubusercontent.com/assets/616833/19739063/e10be95a-9bb9-11e6-8100-2896f8500138.png) hls.js is a JavaScript library which implements an [HTTP Live Streaming] client. It relies on [HTML5 video][] and [MediaSource Extensions][] for playback. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using [Web Worker] if available in the browser. hls.js also supports HLS + fmp4, as announced during [WWDC2016](https://developer.apple.com/videos/play/wwdc2016/504/) hls.js does not need any player, it works directly on top of a standard HTML```

近期下载者

相关文件


收藏者