Demo | 源码 | 跳转链接 | 说明 |
---|---|---|---|
标准直播间 | public/index.both.html | go | 根据当前设备(PC和移动端)自动展示对应标准直播间 |
Demo | 源码 | 跳转链接 | 说明 |
---|---|---|---|
PC端 标准直播间 | public/index.pc.html | go | 可使用 PC SDK demo Playerground 进行线上效果调试,支持配置不同版本SDK、不同直播间,修改模板代码后可以实时预览生效。 |
PC端 单独接入播放器模块 | public/index.pc.player.html | go | |
PC端 点播播放器 | public/index.pc.vodPlayer.html | go | |
PC端 第三方用户态接入直播间 | src/pc/customAuth.js | go |
Demo | 源码 | 跳转链接 | 说明 |
---|---|---|---|
移动端 标准直播间 | public/index.mobile.html | go | 可使用 移动端 SDK demo Playerground 进行线上效果调试,支持配置不同版本SDK、不同直播间,修改模板代码后可以实时预览生效。 |
移动端 整页嵌入直播间 | public/index.mobile.all.html | go | |
移动端 整页嵌入竖屏直播间 | public/index.mobile.all-portrait.html | go | |
移动端 单独接入播放器模块 | public/index.mobile.player.html | go | |
移动端 点播播放器 | public/index.mobile.vodPlayer.html | go | |
移动端 电商小窗案例 | public/index.mobile.shopping.html | go | |
移动端 画中画直播间 | public/index.mobile.pip.html | go | |
移动端 直播间整体滚动案例 | public/index.mobile.all-scroll.html | go |