{{ selectedDevice.device_name || '未命名裝置' }}
{{ getStatusText(selectedDevice.status) }}{{ selectedDevice.device_id }}
{{ selectedDevice.hardware_id }}
{{ selectedDevice.owner_tenant_id || '-' }}
{{ formatTime(selectedDevice.last_seen_at) }}
推流管理
尚未設定推流
| 狀態 | 名稱 | 推流路徑 | 來源 | 啟用 | 操作 |
|---|---|---|---|---|---|
| {{ getStreamStatusIcon(stream.status) }} | {{ stream.stream_name }} | {{ stream.stream_path }} | {{ stream.source_url }} |
| 狀態 | 裝置名稱 | 硬體 ID | 擁有者 | 推流 | 最後上線 | 操作 |
|---|---|---|---|---|---|---|
| {{ getStatusText(device.status) }} | {{ device.device_name || '-' }} | {{ truncate(device.hardware_id, 16) }} | {{ device.owner_tenant_id || '-' }} | {{ device.streams.active }}/{{ device.streams.total }} - | {{ formatTime(device.last_seen_at) }} |
沒有符合條件的裝置
掃描 QR Code 綁定裝置
使用相機掃描裝置上的 QR Code,或手動輸入 Hardware ID 與 Claim Secret 來綁定裝置。
{{ qrScanError }}
掃描成功
Hardware ID: {{ qrScanResult.hardware_id }}
Claim Secret: {{ truncate(qrScanResult.claim_secret, 16) }}...
{{ stream.error_message || getStreamStatusText(stream.status) }}
沒有符合條件的串流
RTSP 連線測試工具
測試 RTSP 來源是否可連線,驗證攝影機設定是否正確。
{{ rtspTestResult.success ? '連線成功' : '連線失敗' }}
{{ rtspTestResult.message }}
解析度: {{ rtspTestResult.info.resolution }}
編碼: {{ rtspTestResult.info.codec }}
幀率: {{ rtspTestResult.info.fps }} fps
{{ rtspTestResult.error }}