douyu,huya,douyin等直播平台的直播源代理程序,支持4K!
命令行
docker run -itd --restart always -p 35455:35455 --name allinone adxing/allinone:latest
docker-compose.yml
version: '3'
services:
allinone:
image: adxing/allinone:latest
container_name: allinone
network_mode: "bridge"
ports:
- "35455:35455"
restart: always
由于获取BiliBili生活列表的算法更换比较频繁,就不内置了,可以参考Mursor大佬的BiliBili生活列表(https://github.com/mursor1985/LIVE/blob/main/bililive.m3u),自行替换IP/域名
http://你的IP:35455/huyayqk.m3u
如果你的allinone服务被部署至服务器上,并且使用https域名反代了IP+端口,那么你的链接要变成:
https://你的反代域名/huyayqk.m3u(?url=https://你的反代域名) 举个例子:https://www.feiyang.com/huyayqk.m3u?url=https://www.feiyang.com
括号中为可选参数,用来方便替换列表前缀为https的,如果反代域名中含有特殊符号的,先去urlencode,如果反代后的域名依旧存在端口,那就把端口照样加上去,比如url=https://feiyang.com:12345,不加url参数默认是http协议
http://你的IP:35455/douyuyqk.m3u
如果你的allinone服务被部署至服务器上,并且使用https域名反代了IP+端口,那么你的链接要变成:
https://你的反代域名/douyuyqk.m3u(?url=https://你的反代域名) 举个例子:https://www.feiyang.com/douyuyqk.m3u?url=https://www.feiyang.com
括号中为可选参数,用来方便替换列表前缀为https的,如果反代域名中含有特殊符号的,先去urlencode,如果反代后的域名依旧存在端口,那就把端口照样加上去,比如url=https://feiyang.com:12345,不加url参数默认是http协议
http://你的IP:35455/yylunbo.m3u
如果你的allinone服务被部署至服务器上,并且使用https域名反代了IP+端口,那么你的链接要变成:
https://你的反代域名/yylunbo.m3u(?url=https://你的反代域名) 举个例子:https://www.feiyang.com/yylunbo.m3u?url=https://www.feiyang.com
括号中为可选参数,用来方便替换列表前缀为https的,如果反代域名中含有特殊符号的,先去urlencode,如果反代后的域名依旧存在端口,那就把端口照样加上去,比如url=https://feiyang.com:12345,不加url参数默认是http协议
1,通过douyin用户uid获取,比如douyinXX全能王的uid是keyis153
http://你的IP:35455/douyin/uid/keyis153(?stream=hls)
2,通过douyin房间rid获取,比如douyinXX全能王的房间rid是https://live.douyin.com/921169302662中的921169302662
http://你的IP:35455/douyin/rid/921169302662(?stream=hls)
(www.douyu.com/)xxxxxx 或 (www.douyu.com/xx/xx?rid=)xxxxxx,默认flv】:http://你的IP:35455/douyu/xxxxx(?stream=flv)
(live.bilibili.com/)xxxxxx:"flv" => "FLV"
"hls" => "M3U8"
"first" => "线路一"
"second" => "线路二"
"third" => "线路三"
"4" => "原画质"
"3" => "低画质"
http://你的IP:35455/bilibili/xxxxxx(?platform=hls&line=first&quality=4)
(huya.com/)xxxxxx:http://你的IP:35455/huya/xxxxx?type=json
http://你的IP:35455/huya/xxxxx?media=hls
http://你的IP:35455/huya/xxxxx?cdn=alicdn
http://你的IP:35455/huya/xxxxx(?media=xxx&cdn=xxx)
https://www.yy.com/xxxx
http://你的IP:35455/yy/xxxx(?quality=1/2/3/4...)
Content type
Image
Digest
sha256:f17d1f74c…
Size
23.6 MB
Last updated
5 months ago
docker pull adxing/allinone