1.16 sandcastle video demo issues?

See http://cesiumjs.org/releases/1.16/Apps/Sandcastle/index.html?src=Video.html&label=All and go **Videos **in the gallery. Unlike the thumbnail posted in the gallery index, I see a white ball and a null video. After interacting with the buttons, nothing happened. So I suspect that it needs a helping hand to become operational as intended.

-Kirk

What OS and browser (and their versions) are you using? Some browsers still have issues with video textures.

Chrome Version 46.0.2490.86 m (it is now updating to the VERY latest…)

No prior trouble with video. We are actively working with video within Cesium, so 1.16 stirs great interest. We have demonstrated the video element within both Chrome and IE (better H.264 support), and have hacked some additional listeners into the animation control to synchronize the video playback and Cesium animation (via availability and 1 entity/frame). We are eager to see what 1.16 brings in this regard.

-Kirk

That’s very odd. Everything works fine in Chrome on every machine we’ve tried. I assume you are running the demo directly from the website?

  1. Are there any errors in the console or network tab? (The network tab needs to be up the whole time in order to track requests, failed once will be in red).

  2. Can you get to the videos directly? Here are the 3 being used by the video element:

http://cesiumjs.org/videos/Sandcastle/big-buck-bunny_trailer.webm

http://cesiumjs.org/videos/Sandcastle/big-buck-bunny_trailer.mp4

http://cesiumjs.org/videos/Sandcastle/big-buck-bunny_trailer.mov

  1. Can you try replacing the HTML tab in the demo with the below HTML and hit Run to see if it makes a difference.
@import url(../templates/bucket.css); #trailer { position: absolute; bottom: 75px; right: 0; width: 320px; height: 180px; }

Loading...