抖音直播api
介绍
打开APP直播界面,分享直播间链接,得到一串 https://v.douyin.com/JNUDPVo/
类似地址
提交 参数到 api 返回一个 json格式的直播流地址
参数说明
以 GET/POST 的方式提交到:https://api.46wz.com/douyin.php
参数 | 数值类型 | 示例 | 是否必传 |
---|---|---|---|
url | String | https://sbcoder.cn | 是 |
返回值类型 : json
示例1
{"hls_pull_url":"http://pull-hls-l1.douyincdn.com/stage/stream-683443806729404446/playlist.m3u8","rtmp_pull_url":"http://pull-flv-l1.douyincdn.com/stage/stream-683443806729404446.flv"}
演示
直接访问以下地址
1 | https://api.46wz.com/douyin.php?url=https://v.douyin.com/JNUDPVo/ |