获取指定频道

请求header

GET /v1/activities/{频道id}
Authorization:Bearer {TOKEN}
Content-Type:application/json

注:

请将上方的{TOKEN}替换为您的TOKEN

请将"{频道id}"替换您需要获取的频道id

返回

{
  "id": 1928,
  "actid": "o56e815n",
  "name": "测试",
  "create_at": "2016-01-06 16:42:26",
  "live_status": 0,
  "act_status": 1,
  "delay_type": 1,
  "watch_url": {
    "pc": "http://mudu.tv/watch/42776",
    "mobile": "http://mudu.tv/?c=activity&a=live&id=1928"
  },
  "embed_url": "http://mudu.tv/?a=index&c=show&id=1928&type=mobile",
  "page": {
    "start_time": "",
    "logo": "http://cdn13.mudu.tv/assets/upload/146467764819385.png",
    "pc_logo": "http://cdn13.mudu.tv/assets/upload/146467764819385.png",
    "mobile_logo": "http://cdn13.mudu.tv/assets/upload/146467764819385.png",
    "banner": "http://mudu.tv/assets/img/activity/pc/banner.jpg",
    "cover_image": "http://mudu.tv/assets/img/activity/pc/logo.png",
    "live_img": "http://mudu.tv/assets/console/images/livecoverimg.jpg",
    "footer": "技术支持:目睹直播技术开发团队",
    "theme" : "default",
    "sub_theme" : "default"
  },
  "rtmp_publish_addr": "rtmp://video.mudu.tv/watch/dfads6",
  "webrtc_publish_addr": "webrtc://video.mudu.tv/watch/dfads6",
  "rtmp_publish_addrs": [
    {
      "publish_url": "rtmp://video.mudu.tv/watch/dfads6",
      "hls_play_addr": "https://video.mudu.tv/live/dddddd.m3u8?",
      "id": 1,
      "name":"",
      "is_main":0,
      "live_status": 0,
      "stream":""
    },{
      "publish_url": "rtmp://video.mudu.tv/watch/dfads6",
      "id": 2,
      "name":"",
      "is_main":0,
      "live_status": 0,
      "stream":""
    }
  ],
  "hls_play_addr": "http://live.mudu.tv/watch/dfads6.m3u8",
  "rtmp_play_addr": "rtmp://live.mudu.tv/watch/dfads6",
  "list_play_addr": "http://live.mudu.tv/watch/dfads6.m3u8",
  "manager": 39418,
  "manager_username": "123456",
  "last_push_stream_at": "2020-03-11 14:31:02",
  "wx_publish_qr": "https://xxxxxx.xxxxx.xxx.png",
  "web_live_tool":{
    "host_login_addr":"http://mudu.tv/web-live/live/nm4dr7rm/host",
    "host_login_token":"629032",
    "guest_login_addr":"http://mudu.tv/web-live/live/nm4dr7rm/guest",
    "guest_login_token":"977123"
  }
}

返回参数说明

参数 描述 类型
id 频道id integer
actid 频道hashid string
name 频道名称 string
create_at 创建时间 datetime
live_status 直播状态(0为没有直播,1为正在直播) integer
act_status 频道开关(1为开启,2为关闭) integer
delay_type 1:普通延时直播 2:无延时直播 integer
watch_url 直播观看地址 json array
- pc PC端观看地址 string
- mobile 手机端观看地址 string
embed_url 直播嵌入地址 string
page 直播页面数据 json array
- start_time 直播开始时间 datetime
- logo 此字段不再使用,值是pc_logo string
- pc_logo PC端视频LOGO地址 string
- mobile_logo 移动端视频LOGO地址 string
- banner banner地址 string
- cover_image 频道图标地址 string
- live_img 直播窗口背景地址 string
- footer 底部版权信息 string
- theme 观看页主题 string
- sub_theme 观看页主题子类型 string
rtmp_publish_addr RTMP推流地址 string
webrtc_publish_addr (仅无延时直播有该字段)WEBRTC推流地址 string
rtmp_publish_addrs (仅多流频道有该字段) array
- id 流id integer
- publish_url rtmp推流地址(仅流量版用户有该字段) string
- hls_play_addr hls播放地址(仅流量版用户有该字段) string
- name 画面名称 string
- is_main 是否是主画面 integer
- live_status 直播状态 integer
- stream 流名称 string
hls_play_addr hls播放地址(仅流量版用户有该字段) string
rtmp_play_addr rtmp播放地址(仅流量版用户有该字段) string
list_play_addr 播放地址(仅流量版且频道为单流直播/常规竖屏直播用户有该字段) string
web_live_tool 互动直播数据(仅互动直播有该字段) json
- host_login_addr 主持人登录地址 string
- host_login_token 主持人登录口令 string
- guest_login_addr 嘉宾登录地址 string
- guest_login_token 嘉宾登录口令 string
wx_publish_qr 微信小程序推流码 string
manager 频道管理员ID,非频道管理员创建的频道值为0 integer
manager_username 频道管理员用户名, 非频道管理员创建的频道值为空 string
last_push_stream_at 最后推流时间 datetime

results matching ""

    No results matching ""