Multiperiod pause and end detection bug fix
requested to merge github/fork/Orange-OpenSource/multiperiodPauseAndEndDetectionBugFix into development
Created by: nicosang
Hi,
this PR has to solve an issue with multi period stream. For instance, the user is watching the first period of a VOD stream. The end of period stream buffering is detected, but the user decide to do a pause. Before this PR, the timer in StreamController which had to send PLAYBACK_ENDED event was not stopped.
I still have some questions about the same behavior with a Live stream : what is the player expected to do?
Nico