This commit is contained in:
2026-05-07 04:13:20 -03:00
parent eaf38a4d06
commit 3fc54a1fb5
3 changed files with 14 additions and 2 deletions

View File

@@ -125,6 +125,11 @@ pub fn send_uas_system(ctx: Context, payload: UasSystemPayload) -> &'static str
];
if should_send_video_stream_information(&payload.video_uri) {
info!(
"Sending VIDEO_STREAM_INFORMATION for sysid={} uri={}",
system_id,
payload.video_uri
);
packets.push(video_stream_information_packet(
system_id,
&payload.callsign,