Files
gitlab-instance-0a899031_d2…/config/youtube_channels.example.json
eric b77a8cadb2
Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
'init'
2026-03-24 14:46:41 -05:00

19 lines
563 B
JSON

{
"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"
}
]
}