
{"id":10028,"date":"2022-06-21T09:10:42","date_gmt":"2022-06-21T09:10:42","guid":{"rendered":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/documentation\/rdk_video_documentation\/components\/open-sourced_components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/"},"modified":"2025-03-25T05:18:34","modified_gmt":"2025-03-25T05:18:34","slug":"aamp_adaptive_bitrate_behavior","status":"publish","type":"page","link":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/","title":{"rendered":"AAMP Adaptive Bitrate Behavior"},"content":{"rendered":"\n <p class=\"x_MsoNormal\"><strong><span>Adaptive Bitrate&nbsp;(ABR) Manager<\/span><\/strong><\/p><p class=\"x_MsoNormal\"><strong><span><span class=\"confluence-embedded-file-wrapper conf-macro output-inline\" data-hasbody=\"false\" data-macro-name=\"view-file\"><div class=\"wp-block-file\"><a href=\"\/wp-content\/uploads\/sites\/16\/2023\/09\/AAMP-ABR.pptx\">AAMP-ABR.pptx<\/a><a href=\"\/wp-content\/uploads\/sites\/16\/2023\/09\/AAMP-ABR.pptx\" class=\"wp-block-file__button\">Download<\/a><\/div><span class=\"companion-edit-button-placeholder edit-button-overlay\" data-linked-resource-container-id=\"211788167\" data-linked-resource-id=\"211788168\" data-template-name=\"companionEditIcon\" data-source-location=\"embedded-attachment\"> <\/span><\/span><\/span><\/strong><span class=\"confluence-embedded-file-wrapper conf-macro output-inline has-comment-overlay\"><span class=\"overlay\"><span class=\"file-type-desc-overlay\"><\/span><\/span><\/span><\/p><ol><li>Initial bitrate is configurable for 4k and non-4k, based on a desired target bitrate. The profile with smallest bitrate &gt;= that target is picked. If target bitrate is higher than all available bitrates, top profile is picked.<ol><li>Current defaults:<\/li><li>Initial bitrate: 2.5 mb &#8211; for non-4k playback<\/li><li>Initial bitrate for 4K playback: 13mb ie, 3\/4 profile<\/li><\/ol><\/li><li>As each fragment is downloaded, an estimated available bandwidth sample is computed and shared with ABR manager (total bytes \/ download time); configuration exists to exclude &#8220;too small&#8221; fragments from this sampling.&nbsp;<\/li><li>ABR manager filters &#8220;old&#8221; estimated bandwidth samples, using average recent bandwidth samples for its estimated effective bandwidth (threshold = 5s).<\/li><li>ABR manager will jump when detecting big swing in available bandwidth (allowing quick skip up\/down over other profiles).<\/li><li>ABR manager will more conservatively accommodate small shifts in available bandwidth (to avoid flipping up\/down if we&#8217;re on the edge); requiring multiple satisfying samples before ramping up\/down in this case<\/li><li>Upon initial tune, with healthy network, ramps to top profile will occur after playout of three fragments (typically 3*2s=6s) at initial profile<\/li><li>A &ldquo;useNewABR&rdquo; is recently introduced, to use a hybrid buffering\/throughput model.&nbsp; This takes into account buffer health to avoid unnecessary rampdowns when buffer is healthy, along with a mechanism to escape &#8220;ABR valley&#8221; when buffers are healthy but throughput as measured appears poor.<\/li><\/ol><p>Configuration\/defaults:<br>abr-cache-life=&lt;x in sec&gt; lifetime value for abr cache for network bandwidth calculation(default 5 sec)<br>abr-cache-length=&lt;x&gt; length of abr cache for network bandwidth calculation (default 3)<br>abr-cache-outlier=&lt;x in bytes&gt; Outlier difference which will be ignored from network bandwidth calculation(default 5MB)<br>abr-nw-consistency=&lt;x&gt; Number of checks before profile incr\/decr by 1.This is to avoid frequent profile switching with network change(default 2)<br>abr-skip-duration=&lt;x&gt; minimum duration of fragment to be downloaded before triggering abr (default 6 sec).<\/p><h3 id=\"AAMPAdaptiveBitrateBehavior-ABROverride\">ABR Override<\/h3><p>with VBN build we can create\/use \/opt\/aamp.cfg to force a specific profile.&nbsp; The relevant configuration options are:<\/p><div class=\"table-wrap\"> <table class=\"confluenceTable\"><colgroup><col><col><\/colgroup><tbody><tr><td class=\"confluenceTd\">abr&nbsp;<\/td><td class=\"confluenceTd\">disable abr mode (defaults on)<\/td><\/tr><tr><td class=\"confluenceTd\">default-bitrate<\/td><td class=\"confluenceTd\">specify initial bitrate while tuning, or target bitrate while abr disabled (defaults to 2500000)<\/td><\/tr><tr><td class=\"confluenceTd\">default-bitrate-4k<\/td><td class=\"confluenceTd\">specify initial bitrate while tuning 4K contents, or target bitrate while abr disabled for 4K contents (defaults to 13000000)<\/td><\/tr><\/tbody><\/table> <\/div><p><strong>For example:<\/strong><\/p><p>&#8220;`abr<\/p><p>default-bitrate=1200000&#8220;`<\/p><p>Will disable abr and use the explicitly specified bitrate.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adaptive Bitrate&nbsp;(ABR) Manager Initial bitrate is configurable for 4k and non-4k, based on a desired [&hellip;]<\/p>\n","protected":false},"author":28,"featured_media":0,"parent":10015,"menu_order":2,"comment_status":"open","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-10028","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AAMP Adaptive Bitrate Behavior - RDK Documentation Portal | Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AAMP Adaptive Bitrate Behavior - RDK Documentation Portal | Documentation\" \/>\n<meta property=\"og:description\" content=\"Adaptive Bitrate&nbsp;(ABR) Manager Initial bitrate is configurable for 4k and non-4k, based on a desired [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/\" \/>\n<meta property=\"og:site_name\" content=\"RDK Documentation Portal | Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-25T05:18:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/\",\"url\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/\",\"name\":\"AAMP Adaptive Bitrate Behavior - RDK Documentation Portal | Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/#website\"},\"datePublished\":\"2022-06-21T09:10:42+00:00\",\"dateModified\":\"2025-03-25T05:18:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentation\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"RDK Entertainment\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Components\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Advanced Adaptive Media Player (AAMP)\",\"item\":\"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"AAMP Adaptive Bitrate Behavior\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/developer.rdkcentral.com\/documentation\/#website\",\"url\":\"https:\/\/developer.rdkcentral.com\/documentation\/\",\"name\":\"RDK Documentation Portal | Documentation\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/developer.rdkcentral.com\/documentation\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AAMP Adaptive Bitrate Behavior - RDK Documentation Portal | Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/","og_locale":"en_US","og_type":"article","og_title":"AAMP Adaptive Bitrate Behavior - RDK Documentation Portal | Documentation","og_description":"Adaptive Bitrate&nbsp;(ABR) Manager Initial bitrate is configurable for 4k and non-4k, based on a desired [&hellip;]","og_url":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/","og_site_name":"RDK Documentation Portal | Documentation","article_modified_time":"2025-03-25T05:18:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/","url":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/","name":"AAMP Adaptive Bitrate Behavior - RDK Documentation Portal | Documentation","isPartOf":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/#website"},"datePublished":"2022-06-21T09:10:42+00:00","dateModified":"2025-03-25T05:18:34+00:00","breadcrumb":{"@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/aamp_adaptive_bitrate_behavior\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/developer.rdkcentral.com\/documentation\/"},{"@type":"ListItem","position":2,"name":"Documentation","item":"https:\/\/developer.rdkcentral.com\/documentation\/"},{"@type":"ListItem","position":3,"name":"RDK Entertainment","item":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/"},{"@type":"ListItem","position":4,"name":"Components","item":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/"},{"@type":"ListItem","position":5,"name":"Advanced Adaptive Media Player (AAMP)","item":"https:\/\/developer.rdkcentral.com\/documentation\/documentation\/rdk_video_documentation\/components\/advanced_adaptive_media_player_aamp\/"},{"@type":"ListItem","position":6,"name":"AAMP Adaptive Bitrate Behavior"}]},{"@type":"WebSite","@id":"https:\/\/developer.rdkcentral.com\/documentation\/#website","url":"https:\/\/developer.rdkcentral.com\/documentation\/","name":"RDK Documentation Portal | Documentation","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/developer.rdkcentral.com\/documentation\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/10028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/comments?post=10028"}],"version-history":[{"count":2,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/10028\/revisions"}],"predecessor-version":[{"id":11722,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/10028\/revisions\/11722"}],"up":[{"embeddable":true,"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/pages\/10015"}],"wp:attachment":[{"href":"https:\/\/developer.rdkcentral.com\/documentation\/wp-json\/wp\/v2\/media?parent=10028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}