amazon-archives / web-app-starter-kit-for-fire-tv

Web App Starter Kit Examples
https://amzn.github.io/web-app-starter-kit-for-fire-tv/
Other
372 stars 160 forks source link

Period of Black Before Video Begins #25

Closed asethwright closed 9 years ago

asethwright commented 9 years ago

I am loading an MP4 video into the player from a remote host. There is a period of black before the video begins to play. Is this a limitation of the device due to rendering? I don't get this black (maybe 2 seconds) on my Mac, only when testing on the actual FireTV stick.

Any help would be appreciated.

craigcbrunner-amazon commented 9 years ago

This is due to the FireTV stick processing time to load the video, we have actually helped alleviate this issue on an upcoming release by showing the spinner for a longer period until the video is actually ready to play(we are using the canplay event in your current code, but that event is firing too early). I am not sure when this code will hit mainline.

asethwright commented 9 years ago

No worries! Thanks for the response.

jfrux commented 5 years ago

any updates on this?