From 05c1a838c881ea502888659848d8792843b28718 Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Sat, 25 Feb 2017 23:42:31 +0100 Subject: Initial commit: video player - viper Change-Id: Id5aa33598ce34659bad4a7a9ae5006bfb84f9bd1 Signed-off-by: Luca Muscariello --- player.conf | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 player.conf (limited to 'player.conf') diff --git a/player.conf b/player.conf new file mode 100644 index 00000000..a892012b --- /dev/null +++ b/player.conf @@ -0,0 +1,38 @@ +;configuration file for the player + +ndn_prefix = /webserver/get/ +http_prefix = http://192.168.128.44:8080/ + +;ndn_suffix = /mpdsvq +;http_suffix = /mpdtcp + +segment_buffer_size = 20 +alpha = 0.95 + + +; BOLA CONF +bola_buffer_target = 23.0 + +; Buffer Based conf +buffer_reservoir_threshold = 20 +buffer_max_threshold = 80 + +; Adaptech (BufferRateBased) conf +adaptech_first_threshold = 25 +adaptech_second_threshold = 45 +adaptech_switch_up_margin = 5 +adaptech_slack_parameter = 0.8 + +; Buffer Three Threshold conf +buffer_3Threshold_first = 15 +buffer_3Threshold_second = 35 +buffer_3Threshold_third = 75 + +; Panda conf +panda_param_alpha = 0.4 +panda_param_beta = 0.6 +panda_param_Bmin = 67 +panda_param_K = 0.5 +panda_param_W = 300000 +panda_param_epsilon = 0.19 + -- cgit 1.2.3-korg