@bsy-fe/bsy-live

1.5.2 • Public • Published

@bsy-fe/bsy-live

直播SDK,集合多种直播方式。如常见的普通直播(FLV、HLS),低延迟的互动直播(webRTC),还具有抱石云特色直播(剧本直播)。支持web端和h5端直播。

安装

npm install @bsy-fe/bsy-live
import BSYLive from '@bsy-fe/bsy-live'

或者

<script src="https://res.baoshiyun.com/sdk/bsylive-sdk-v1.5.2.min.js">

使用

// 创建直播
let client = BSYLive.createClient({
  tenantId: this.options.tenantId
})

// 进入直播间
client.enter({
  playerContainer: document.querySelector('#player-container'),
  liveId: 'live-844017151868928',
  enterCode: '42b1a7e644d64627bd3b3ff15427404f',
  userId: '1111',
  userInfo: {
    nickname: '用户112233',
    avatar: '头像',
    role: 4
  },
}, (info) => {
  // 当前直播相关信息
  console.log(info)
})

详情参数

请查看接入文档

Readme

Keywords

none

Package Sidebar

Install

npm i @bsy-fe/bsy-live

Weekly Downloads

12

Version

1.5.2

License

MIT

Unpacked Size

771 kB

Total Files

3

Last publish

Collaborators

  • oceanking
  • lsss
  • xy1041