feat: 视频与控制程序合并

This commit is contained in:
2026-04-04 23:25:52 +08:00
parent 1a41905d4c
commit b0dcf7b571
17 changed files with 1674 additions and 554 deletions

View File

@@ -8,6 +8,16 @@ video_receiver:
peer_id: "peer-a-video"
buffer_bytes: 1048576
control_sender:
peer_id: "peer-a-ctrl"
target_peer: "peer-b-ctrl"
control_ingress:
native_udp_bind: "127.0.0.1:10921"
source_lease_ms: 300
send_rate_hz: 20.0
zero_burst_packets: 3
video_sender:
peer_id: "peer-b-video"
target_peer: "peer-a-video"