Skip to content

Commit

Permalink
fix: Added proper time to video previews
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 20, 2024
1 parent 1ebe4ec commit 0a2662e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/stitcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Let's say you transcoded and packaged a new asset with the id `abbda878-8e08-40f
}
```

<video class="video-frame" src="/dashboard-player-bumper.mp4" controls></video>
<video class="video-frame" src="/dashboard-player-bumper.mp4#t=19" controls></video>

### VMAP

Expand All @@ -92,7 +92,7 @@ Instruct stitcher to add interstitials based on VMAP definitions. Each VMAP cont
Ad impressions are not tracked yet, we'd eventually like to provide a client wrapper that tracks ads in a certified manner.
:::

<video class="video-frame" src="/dashboard-player-vmap.mp4" controls></video>
<video class="video-frame" src="/dashboard-player-vmap.mp4#t=4" controls></video>

## Example

Expand Down

0 comments on commit 0a2662e

Please sign in to comment.