-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Added screen recordings of the dashboard
- Loading branch information
Showing
6 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
# Dashboard | ||
|
||
The dashboard is a single page application where you can manage a wide variety of functionalities. | ||
The dashboard is a single page application where you can manage a wide variety of functionalities. Typically, you'd want to build the dashboard once and upload it to S3 to serve it as a static site. The dashboard is an SPA and requires no separate server / backend to function. | ||
|
||
- Shows pending, running, completed and failed jobs. | ||
- Inspect a job, with logs, sub processes and many more metrics. | ||
- A storage tab that lets you explore the configured S3 bucket. You can see what kind of playlists are generated, what is uploaded to S3, and more. | ||
- Watch API / Stitcher documentation and call API requests directly from within the dashboard. | ||
Verify you've set the correct variables in `config.env`, each env key prefixed with `PUBLIC_` will be available in the dashboard and will be included in the final Javascript bundle. | ||
|
||
Typically, you'd want to build the dashboard once and upload it to S3 to serve it as a static site. The dashboard is an SPA and requires no separate server / backend to function. | ||
Show pending, running, completed and failed jobs. You can easily inspect a job, with logs, sub processes and other metrics. | ||
|
||
Verify you've set the correct variables in `config.env`, each env key prefixed with `PUBLIC_` will be available in the dashboard and will be included in the final Javascript bundle. | ||
<video class="video" muted autoplay controls src="/dashboard-jobs.mp4"></video> | ||
|
||
We've got a neat storage tab that lets you explore the configured S3 bucket, as if it was your local hard disk. There's a preview function that lets you inspect readable files such as playlists (m3u8) and more. | ||
|
||
<video class="video" muted autoplay controls src="/dashboard-storage.mp4"></video> | ||
|
||
A playground for the Stitcher, where you can throw any configuration at it and it'll create a session for you. We've got our player embedded on the right for instant preview. | ||
|
||
<video class="video" muted autoplay controls src="/dashboard-stitcher.mp4"></video> | ||
|
||
But wait, there's more! We have a page dedicated to the API and the Sticher API. You can read through the Swagger documentation and fire API calls right away. The dashboard is all you need to get started quickly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.