获取暂存视频列表

请求header

GET /v1/videos/temp
Authorization:Bearer {TOKEN}
Content-Type:application/json

注:

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

可选参数

title=视频名称&act_id=暂存视频所属频道id&manager=频道管理员ID&perPage=每页显示条数&p=页码

可选参数说明

参数 描述 类型
title 视频名称,支持模糊查询 string
act_id 暂存视频所属频道id integer
manager 频道管理员ID integer
perPage 每页显示条数,默认10条 integer
p 页码,默认第一页 integer

注:当不传act_id参数时会返回当前用户所有频道的暂存视频

返回

{
    "videos": [
        {
            "id": 88806,
            "act_id": 10001589,
            "name": "221",
            "video_size": 0,
            "video_url": "https://myun-hw-s3.myun.tv/vobrpnep/xyl4aoln/on25l9zn/4xmpdo1x_1550556122579360080_360p.m3u8",
            "cover_url": "https://myun-hw-s3.myun.tv/vobrpnep/ndy7e3dn/1550556099348209136.jpg",
            "duration": 225,
            "upload_time": "2019-02-20 13:42:58",
            "width": null,
            "height": null,
            "start_time": "2019-02-19 13:57:55",
            "end_time": "2019-02-19 14:01:36",
            "watch_url": "",
            "embed_url": "",
            "m3u8": "https://myun-hw-s3.myun.tv/vobrpnep/xyl4aoln/on25l9zn/4xmpdo1x_1550556122579360080_360p.m3u8",
            "m3u8_1080": "",
            "m3u8_720": "",
            "m3u8_480": "",
            "manager": 0,
            "is_bookmarked": 0,
            "bookmarks": null
        },
        {
            "id": 88807,
            "act_id": 10001589,
            "name": "221",
            "video_size": 0,
            "video_url": "https://myun-hw-s3.myun.tv/vobrpnep/xyl4aoln/on25l9zn/4xmpdo1x_1550556122579360080_360p.m3u8",
            "cover_url": "https://myun-hw-s3.myun.tv/vobrpnep/ndy7e3dn/1550556099348209136.jpg",
            "duration": 225,
            "upload_time": "2019-02-20 13:42:58",
            "width": null,
            "height": null,
            "start_time": "2019-02-19 13:57:55",
            "end_time": "2019-02-19 14:01:36",
            "watch_url": "",
            "embed_url": "",
            "m3u8": "https://myun-hw-s3.myun.tv/vobrpnep/xyl4aoln/on25l9zn/4xmpdo1x_1550556122579360080_360p.m3u8",
            "m3u8_1080": "",
            "m3u8_720": "",
            "m3u8_480": "",
            "manager": 0,
            "is_bookmarked": 0,
            "bookmarks": null
        }
    ],
    "meta": {
        "total": 5,
        "page": 1,
        "current": 1,
    },
    "links": {
        "next_url": null,
        "end_url": "http://api.mudu.tv/v1/videos/temp?&p=1&act_id=10001589&perPage=10"
    }
}

返回参数说明

参数 描述 类型
videos 暂存视频列表(每页10个) json array
meta 暂存视频列表其他信息 json array
links 暂存视频列表信息 json array
id 暂存视频id integer
act_id 暂存频道id integer
name 暂存视频名字 string
video_size 暂存视频大小(字节) integer
video_url 暂存视频原始地址 string
cover_url 暂存视频封面地址 string
duration 暂存视频长度(秒) integer
upload_time 暂存视频上传时间 datetime
width 暂存视频宽度 integer
height 暂存视频高度 integer
start_time 暂存视频开始时间 datetime
end_time 暂存视频结束时间 datetime
watch_url 暂存视频观看页地址 string
embed_url 暂存视频外嵌页地址 string
m3u8 暂存视频m3u8地址 string
m3u8_1080 暂存视频m3u8 1080地址 string
m3u8_720 暂存视频m3u8 720地址 string
m3u8_480 暂存视频m3u8 480地址 string
manager 频道管理员ID,视频所属非频道管理员时值为0 integer
is_bookmarked 是否是打点视频: 0-否, 1-是 integer
bookmarks 暂存视频打点信息 string
total 暂存视频总个数 integer
page 暂存视频总页数 integer
current 当前暂存视频页数 integer
next_url 下一页地址 string
end_url 最后一页地址 string

results matching ""

    No results matching ""