新增拉流转推功能,并按业务重设计摄像头/拉流独立界面

支持 RTMP/SRT/HLS/FLV/WHEP 拉流到 YouTube;摄像头与拉流页采用独立工作台布局,更新 README 文档。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
eric
2026-07-07 21:16:43 -05:00
parent 9dd3a63109
commit 59ad853140
15 changed files with 2286 additions and 224 deletions

View File

@@ -22,7 +22,7 @@ def normalize_log_text(text: str) -> str:
def process_family(process_name: str) -> str:
low = (process_name or "").strip().lower()
if low.startswith("camera") or low.startswith("douyin_youtube"):
if low.startswith("camera") or low.startswith("douyin_youtube") or low.startswith("pull_stream"):
return "youtube"
if low.startswith("youtube"):
return "youtube"