NEW 160930
Safari fails bitstream switching of video streams under MSE if the resolution doesn't change
https://bugs.webkit.org/show_bug.cgi?id=160930
Summary Safari fails bitstream switching of video streams under MSE if the resolution...
Richard Bushell
Reported 2016-08-16 19:41:14 PDT
Safari fails bitstream switching of MPEG-DASH video streams under MSE if the resolution doesn't change. Here are two sample files: https://living.video/MPD/xxx1.mpd https://living.video/MPD/fawsleyoverlay.mpd With both dash.js and shaka players, these files corrupt on switching video representation in the resolution doesn't change (so, bitrate change only). It switches fine if the resolution changes too. The same files work perfectly in all other browsers tested on both PC and Mac, just fails in Safari. We have labelled the video stream representations with a text overlay. Our streams labelled 1-4 are all 768x432 pixels. Our stream labelled 5 is 1280x720 pixels. The video will switch from representations 1-4 TO representation 5 (and vice versa), but will fail if it switches between representations 1-4 which are at the same resolution. This is a bug in Safari in handling the switch under MediaSource Extensions.
Attachments
Eric Carlson
Comment 1 2016-08-18 08:04:50 PDT
Can you please create test pages for DASH streams to help us reproduce the problem?
Richard Bushell
Comment 2 2016-08-18 08:21:59 PDT
(In reply to comment #1) > Can you please create test pages for DASH streams to help us reproduce the > problem? You can enter and LOAD the MPD on these players:- http://mediapm.edgesuite.net/dash/private/support-player/nightly/index.html http://shaka-player-demo.appspot.com/demo/ (use: custom asset) You can use Manual Switching Mode for forcing switching to specific indexes rather than automatically switching by bitrate availability.
Note You need to log in before you can comment on or make changes to this bug.