Skip to content

Improve audio switch

Created by: nicosang

Hi,

this PR has to improve fast audio switch. The main idea is that when an audio switch occurs, the stream has not to stop playing. In order to achieve this goal, those steps are executed :

  • push the new initialize segment
  • request media segment at the current playing time of stream
  • when this new media segment has been downloaded, fully clean audio buffer and push this new media segment

A test can be done with the stream : http://dash.akamaized.net/dash264/TestCases/10a/1/iis_forest_short_poem_multi_lang_480p_single_adapt_aaclc_sidx.mpd

Nico

Merge request reports