This commit is contained in:
eric
2026-03-24 14:47:03 -05:00
parent b914f0947a
commit efcec61d36
64 changed files with 22242 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
# 软件已自动创建本文件。每行一个抖音直播间地址,例如:
# https://live.douyin.com/123456789

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"comment": "多路转播:每条必须一对一——一个抖音直播间地址只对应一个 YouTube 串流密钥;禁止同一抖音向多个 YouTube 推流,也禁止多个抖音共用同一密钥。",
"channels": [
{
"id": "ch_a",
"name": "路线A",
"douyinUrl": "https://live.douyin.com/123456789",
"youtubeKey": "xxxx-xxxx-xxxx-xxxx"
},
{
"id": "ch_b",
"name": "路线B",
"douyinUrl": "https://live.douyin.com/987654321",
"youtubeKey": "yyyy-yyyy-yyyy-yyyy"
}
]
}

View File

@@ -0,0 +1,12 @@
{
"version": 1,
"autoManaged": true,
"channels": [
{
"id": "ch_default",
"name": "默认线路",
"douyinUrl": "",
"youtubeKey": ""
}
]
}