This scene demonstrates how to synchronize actions in the scene to specific moments in a video by implementing the Show Management Library.
This scene shows you:
- How to schedule playing a video streamed on-demand to play at a certain time
- How to sync actions in the scene to moments in the video
Note: For details on how to store videos in servers that can be fetched from Decentraland, see Video Streaming
https://www.youtube.com/watch?v=EdcDVDUZX4E
Install the CLI
Download and install the Decentraland CLI by running the following command:
npm i -g decentraland
Previewing the scene
Open this folder on the command line, then run:
dcl start
Any dependencies are installed and then the CLI opens the scene in a new browser tab.
This scene is protected with a standard Apache 2 licence. See the terms and conditions in the LICENSE file.