When the audio stream duration doesn't match the video stream duration, playback will freeze at the shortest stream duration AND the 'ended' event is not triggered causing loop to fail.
Created by: 72lions
Hi,
on the master branch v1.2.0 and on the development branch, when the video reaches the end and it stops playing, the 'ended' event from the video tag is never triggered.
I believe the reason is the fact that the video never reaches the end.
Example: By using the Segment List mpd (http://www.digitalprimates.net/dash/streams/gpac/mp4-main-multi-mpd-AV-NBS.mpd) when the video reaches the end and stops it never stops in the end.