Lab035: add proactive video frame admission

This commit is contained in:
LittleSam129
2026-08-03 15:42:16 +03:00
parent b63e36abdb
commit 22c2eeab8c
16 changed files with 1279 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
channel_kbps,policy,admitted_frames,prediction_rejected_frames,mean_absolute_error_ms,p95_absolute_error_ms,max_absolute_error_ms,published_after_deadline_frames,false_rejections
300.0,no_drop,0,0,0.0,0.0,0.0,0,0
300.0,reactive_1500ms,0,0,0.0,0.0,0.0,0,0
300.0,latest_only,0,0,0.0,0.0,0.0,0,0
300.0,two_waiting,0,0,0.0,0.0,0.0,0,0
300.0,predict_1000ms,63,0,0.0,0.0,0.0,0,0
300.0,predict_500ms,63,0,0.0,0.0,0.0,0,0
260.0,no_drop,0,0,0.0,0.0,0.0,0,0
260.0,reactive_1500ms,0,0,0.0,0.0,0.0,0,0
260.0,latest_only,0,0,0.0,0.0,0.0,0,0
260.0,two_waiting,0,0,0.0,0.0,0.0,0,0
260.0,predict_1000ms,63,0,0.0,0.0,0.0,0,0
260.0,predict_500ms,62,1,0.0,0.0,0.0,0,0
230.0,no_drop,0,0,0.0,0.0,0.0,0,0
230.0,reactive_1500ms,0,0,0.0,0.0,0.0,0,0
230.0,latest_only,0,0,0.0,0.0,0.0,0,0
230.0,two_waiting,0,0,0.0,0.0,0.0,0,0
230.0,predict_1000ms,56,7,0.0,0.0,0.0,0,0
230.0,predict_500ms,47,16,0.0,0.0,0.0,0,0
1 channel_kbps policy admitted_frames prediction_rejected_frames mean_absolute_error_ms p95_absolute_error_ms max_absolute_error_ms published_after_deadline_frames false_rejections
2 300.0 no_drop 0 0 0.0 0.0 0.0 0 0
3 300.0 reactive_1500ms 0 0 0.0 0.0 0.0 0 0
4 300.0 latest_only 0 0 0.0 0.0 0.0 0 0
5 300.0 two_waiting 0 0 0.0 0.0 0.0 0 0
6 300.0 predict_1000ms 63 0 0.0 0.0 0.0 0 0
7 300.0 predict_500ms 63 0 0.0 0.0 0.0 0 0
8 260.0 no_drop 0 0 0.0 0.0 0.0 0 0
9 260.0 reactive_1500ms 0 0 0.0 0.0 0.0 0 0
10 260.0 latest_only 0 0 0.0 0.0 0.0 0 0
11 260.0 two_waiting 0 0 0.0 0.0 0.0 0 0
12 260.0 predict_1000ms 63 0 0.0 0.0 0.0 0 0
13 260.0 predict_500ms 62 1 0.0 0.0 0.0 0 0
14 230.0 no_drop 0 0 0.0 0.0 0.0 0 0
15 230.0 reactive_1500ms 0 0 0.0 0.0 0.0 0 0
16 230.0 latest_only 0 0 0.0 0.0 0.0 0 0
17 230.0 two_waiting 0 0 0.0 0.0 0.0 0 0
18 230.0 predict_1000ms 56 7 0.0 0.0 0.0 0 0
19 230.0 predict_500ms 47 16 0.0 0.0 0.0 0 0