Take video of the map and put it in a mini globe

Hi all,
I have a task which I need to achieve for my project. The task is very complicated for me to explain. I will just give you an example. In cesium I create an label entity which contain the name called Singapore.Then I want to take a session or video of the map and put in a mini 3D globe.

Let me give you another example, in this link, https://www.fireeye.com/cyber-map/threat-map.html.

You can see the mini globe in the bottom left corner. If there are arrows travelling in the big map, then you can see arrows in the mini globe. So it is like a duplicate session of the big map. Is it possible to achieve the video of the big map using Cesium function.

Please help me.

Thank you.

I found a similar link, Cesium.VideoSynchronizer but this is not what I want as this takes a video from somehwere else. I want to take a video on the main map and show in an additional screen.

Right now the only solution would be to create two Cesium viewers, place them in separate divs, and manage the same state across both instances. We started to make progress on multiple viewports of the same scene but didn’t get far enough. The issue on github is here for reference: https://github.com/AnalyticalGraphicsInc/cesium/issues/5214.