1.1.0 • Published 11 months ago

niplayer-plugin-dash v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

niplayer-plugin-dash

NiPlayer视频播放器的dash流插件,安装此插件可以使得NiPlayer播放器支持dash流媒体协议

使用方法

  1. 安装该插件
npm i niplayer-plugin-dash
  1. 导入并且在NiPlayer中注册该插件
import Player from "niplayer"
import { FullScreen,FullPage } from "niplayer"
import dash from "niplayer-plugin-dash"

let player = new Player({
    container: document.getElementsByClassName("video-container")[0],
    plugins: [dash],
    rightBottomBarControllers: [FullPage,FullScreen]
})
// 注册完成之后NiPlayer就具备了接入DASH流媒体协议的能力,可以解析并且播放mpd文件描述的视频资源并且支持多种分辨率无缝切换
player.attachSource("https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd")
1.1.0

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago