Files
42_67/README.md
2026-06-21 21:25:09 +08:00

40 lines
1.4 KiB
Markdown
Raw Permalink 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.
# 42_67 — Mac mini 串流機
Mac mini`192.168.42.67`)作為 **RTSP 串流播放機 / 數位看板** 的檢查、設定與維運紀錄。
全螢幕 VLC 不間斷播放網路攝影機畫面,斷電後能自動恢復。
## 機器規格
| 項目 | 內容 |
|------|------|
| 機型 | Mac mini Late 2012 (`Macmini6,2`) |
| CPU / RAM | Core i7-3615QM / 8 GB |
| 硬碟 | 1 TB HDD5400rpm 機械碟)|
| OS | macOS 10.15.7 Catalina |
| 主機名稱 | `rtsp-player.local` |
| IP | 192.168.42.67Wi-Fi / en1閘道 192.168.42.10|
## 運作方式
```
斷電 → 自動開機 → 自動登入(timmy) → LaunchAgent 啟動 rtsp.sh → 全螢幕播放
```
- 串流來源:`rtsp://192.168.42.103:8554/cam`
- 播放腳本:`~/rtsp.sh`無限迴圈VLC 掛掉 3 秒後自動重啟)
- 開機自啟:`~/Library/LaunchAgents/com.timmy.rtsp.plist`RunAtLoad + KeepAlive
## 維運速查
| 動作 | 指令(在 Mac mini 上)|
|------|------|
| 改串流來源 | 編輯 `~/rtsp.sh``URL=`,再重啟 agent |
| 重啟串流 | `launchctl bootout gui/$(id -u)/com.timmy.rtsp; launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/com.timmy.rtsp.plist` |
| 看狀態 | `launchctl print gui/$(id -u)/com.timmy.rtsp` |
| 看 log | `cat ~/rtsp_vlc.log`(只記啟動/重啟時間點)|
## 詳細紀錄
完整檢查結果與已執行的優化見 [Mac_mini_42.67_檢查報告.md](Mac_mini_42.67_檢查報告.md)。