Assets and code used for the Metaverse Music Festival 2022 Main Stage Scene
NOTE: This is deployed by a git action branches are configured to auto deploy. Merge code ready to release into release branch
- master = peer-testing
- release = production
Requires an action secret setup named DCL_PRIVATE_KEY that has a private key to a wallet that has operator rights to the parcels you are deploying to
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://github.com/decentraland/show-management#readme
https://github.com/decentraland-scenes/show-management
https://www.youtube.com/watch?v=EdcDVDUZX4E
is a copy of the show management library code. hopfully you do not have to touch this. but is there for quick edits if needed
holds subtitles for videos
serverHandler.ts handled pinging the remote server
manageShow.ts handles actions to fire for a show
configured shows however serverHandler.ts will override this
Default video url is in here
registers show entities with the show manager. Example animations
sets up the show manager instance
This scene is protected with a standard Apache 2 licence. See the terms and conditions in the LICENSE file.