-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad playback on IE11 #515
Comments
Hi Yair, Could you try a different device to exclude the possibility of the experience being related to a particular machine you're using. |
@ismena |
@yairans Could you run "JSON.stringify(shakaDemo.localPlayer_.getStats())" command in the browser console and post the response that you get. This might give me some clues on what's going on with your playback. |
@ismena At the problematic seconds (17+) I get the following: Is interesting that if I tap the "Load" button then the playback is smooth (unless I reload the demo page itself). I ran the "getStats" command after "Load" tapping and I got the following: |
I see a bandwidth requirement of around 5Mbps, but an estimated bandwidth around 50Mbps. Also, buffering time is low and appears to represent initial buffering only. So we aren't looking at a lack of bandwidth causing a stutter. I also see no dropped frames, or at least none reported. Dropped frames would indicate a lack of CPU/GPU power to decode & render in real time. I also see video adaptation about 7 seconds after startup, from 1.5Mbps 720p to 5Mbps 720p. When adapting, v2 would clear 10s ahead of the playhead, so that corresponds to your 17s problem spot. If you load the stream again, the player already knows how much bandwidth you have and does not need to adapt. This is why there is no problem until you reload the page. @yairans, we have made some changes recently so that we consider segment boundaries when deciding how much content to clear. We no longer hard-code 10s. This has helped with similar issues on other browsers. Can you please retest with the nightly build? http://nightly.shaka-player-demo.appspot.com/demo/?asset=http://qa-nginx-vod.dev.kaltura.com/dash/p/1091/sp/109100/serveFlavor/entryId/0_rd5ko090/v/2/flavorId/0_,zfgyzbls,q6o5z8f3,5na0i0y6,/forceproxy/true/name/a.mp4.urlset/manifest.mpd |
With the nightly I see the same problem earlier from about the 9th second. |
Is this the same content from #549? It appears that piece of content doesn't follow DASH interop guidelines, so these two issues may be one and the same. It may not be reasonable to expect that piece of content to play well on any browser. |
http://qa-nginx-vod.dev.kaltura.com/dash/p/1091/sp/109100/serveFlavor/entryId/0_rd5ko090/v/2/flavorId/0_,zfgyzbls,q6o5z8f3,5na0i0y6,/forceproxy/true/name/a.mp4.urlset/manifest.mpd
smooth playback
the playback is jumping (not playing smooth) in first 20 seconds
The text was updated successfully, but these errors were encountered: