update
This commit is contained in:
@@ -135,6 +135,9 @@ function stopLiveVideo(roomId){
|
||||
function getVideo(roomId,page,limit){
|
||||
return get("/file/list?roomId="+roomId+"&page="+page+"&limit="+limit)
|
||||
}
|
||||
function getPlayerVideo(roomId,videoId){
|
||||
return get('/video/play?roomId='+roomId+"&videoId="+videoId)
|
||||
}
|
||||
//----------------直播视频相关接口end
|
||||
//----------------弹幕相关接口
|
||||
function startLiveDanmu(roomId){
|
||||
|
||||
9
Web/js/mpegts.js
Normal file
9
Web/js/mpegts.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user