Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentraland-scenes/show-management
This scene demonstrates how to synchronize actions in the scene to specific moments in a video by implementing the Show Management Library
https://github.com/decentraland-scenes/show-management
Last synced: about 1 month ago
JSON representation
This scene demonstrates how to synchronize actions in the scene to specific moments in a video by implementing the Show Management Library
- Host: GitHub
- URL: https://github.com/decentraland-scenes/show-management
- Owner: decentraland-scenes
- License: apache-2.0
- Created: 2022-05-12T17:20:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T13:32:13.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T15:04:37.683Z (5 months ago)
- Language: TypeScript
- Size: 19.8 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Repository - Show Management - management.png" width="200"> | Schedule the start of a video, then sync the timing of actions in the scene to the video | (Examples / Essentials)
README
# Show Management
## Description
This scene demonstrates how to synchronize actions in the scene to specific moments in a video by implementing the [Show Management Library](https://github.com/decentraland/show-management#readme).
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-scenes/video-streaming)
## Video Tutorial
[https://www.youtube.com/watch?v=EdcDVDUZX4E](https://www.youtube.com/watch?v=EdcDVDUZX4E)
## Try it out
**Install the CLI**
Download and install the Decentraland CLI by running the following command:
```bash
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.
## Copyright info
This scene is protected with a standard Apache 2 licence. See the terms and conditions in the [LICENSE](/LICENSE) file.