Hello All
I am a Web Developer. I have shown image in billboard pin. now i want to show video in this pin, I have tried many codes but did not get success yet.
Please help me ASAP.
Thank You
Hello All
I am a Web Developer. I have shown image in billboard pin. now i want to show video in this pin, I have tried many codes but did not get success yet.
Please help me ASAP.
Thank You
Animated videos (like mp4 files) inside of billboards are not supported in Cesium (and probably won’t be for some time). That being said, you can easily use animated gifs or animate individual video frames instead. For example check this demo out I wrote a while ago: http://mramato.github.io/Demos/AnimatedBillboards/index.html
The code for doing this is in a branch of Cesium and is only one file: https://github.com/AnalyticalGraphicsInc/cesium/blob/05c1ca5a4cc19dbeb0dac27dd41d01c69a1d8296/Source/DataSources/BillboardAnimator.js The code for the demo is here: https://github.com/mramato/mramato.github.io/blob/master/Demos/AnimatedBillboards/index.html
One of these days I’ll get around to opening a pull request for official support.