Bug fix on Init segment pushed twice, smooth content only
Created by: nicosang
Hi,
this PR has to avoid to push initialize segment twice. In the beginning of the scheduleController, the attribute 'switchTrack' is set to true value. So, the scheduleController will request the init segment. At the second iteration, since lastInitQuality was not set, the initialization was pushed again.
Nico