获取指定视频信息

请求header

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

注:

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

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

返回

{
  "id": 27379,
  "act_id": 17630,
  "name": "234.flv",
  "video_url": "http://vod.mudu.tv/example.flv",
  "video_size": 5999079,
  "m3u8": "http://vod.mudu.tv/example.m3u8",
  "m3u8_480": "http://vod.mudu.tv/example.m3u8",
  "m3u8_720": "http://vod.mudu.tv/example.m3u8",
  "m3u8_1080": "http://vod.mudu.tv/example.m3u8",
  "duration": 0,
  "width": 0,
  "height": 0,
  "cover_url": "http://cdn.mudu.tv/video_147073249442944.jpg",
  "watch_url": "http://mudu.tv/show/videolink2/27379/origin",
  "embed_url": "http://mudu.tv/show/videolink/27379/origin",
  "manager": 0,
  "upload_time": "2017-08-01 17:21:20",
  "start_time": "2017-08-01 17:21:20",
  "end_time": "2017-08-01 18:31:47",
  "is_bookmarked": 1,
  "bookmarks":[
      {
          "id": "5o1vr3o2",
          "desc": "第一个打点",
          "time": "00:00:02"
      },
      {
          "id": "nmz423l3",
          "desc": "第二个打点",
          "time": "00:00:07"
      },
      {
          "id": "5mva6amk",
          "desc": "第三个打点",
          "time": "00:00:12"
      }
  ]
}

返回参数说明

参数 描述 类型
id 视频id integer
act_id 频道id integer
name 视频名称 string
video_url 视频原始地址 string
video_size 视频大小(字节) integer
m3u8 视频m3u8地址 string
m3u8_480 视频m3u8_480地址 string
m3u8_720 视频m3u8_720地址 string
m3u8_1080 视频m3u8_1080地址 string
duration 视频长度(秒) integer
width 视频宽度 integer
height 视频高度 integer
cover_url 视频封面地址 string
watch_url 视频播放地址 string
embed_url 视频嵌入地址 string
manager 频道管理员ID,视频所属非频道管理员时值为0 integer
upload_time 视频上传时间 datetime
start_time 视频开始时间 datetime
end_time 视频结束时间 datetime
is_bookmarked 是否是打点视频 integer
bookmarks 打点信息 json array

results matching ""

    No results matching ""