Update schedule controller
Created by: nicosang
Hi,
this PR has to avoid to push two initialize segments one after the other without any media segment between them.
It occurs, in ScheduleController, due to a call to checkPlaybackQuality of PlaybackController even if the last requested segment is a initialize one.
The issue can occured with the default stream in the sample page with debug log level.
Nico