Files
42_150/mediamtx.yml

15 lines
523 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# MediaMTX 設定:把攝影機唯一的 RTSP 串流轉發給多個觀看端
# 用法mediamtx ./mediamtx.yml
paths:
# 主碼流 H.265 1080p → 對外路徑 /cam
cam:
source: rtsp://192.168.42.150:554/stream1
rtspTransport: tcp
sourceOnDemand: yes # 沒人看時不連攝影機,自動釋放那唯一的連線槽
# 子碼流 H.264 704×576 → 對外路徑 /cam-sub手機/縮圖用)
cam-sub:
source: rtsp://192.168.42.150:554/stream2
rtspTransport: tcp
sourceOnDemand: yes