获取主播端推流地址
POST
http://localhost:8080/api/broadcast/settings/rtmp/get.do
接口描述
获取主播端的推流地址
请求参数
参数名
类型
描述
必填
broadcastCategoryId
int
分类id,示例:11
必填
userId
int
示例:10072
必填
响应参数
参数名
类型
描述
必填
flvPlayPath
string
示例:http://coocaavr-play-live.coocaa.com/live/10036_11_10072_1597055797.flv
必填
pushPath
string
示例:rtmp://coocaavr-live-push.coocaa.com/live/10036_11_10072_1597055797?txSecret=5189ff2860990eccdd0d4d21b4adf320&txTime=5F3274B5
必填
rtmpPlayPath
string
示例:rtmp://coocaavr-play-live.coocaa.com/live/10036_11_10072_1597055797
必填
httpPlayPath
string
示例:http://coocaavr-play-live.coocaa.com/live/10036_11_10072_1597055797.m3u8
必填
executeStatus
int
示例:0
必填