Skip to content

Commit

Permalink
Add playback rate feature in display page
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Dec 6, 2023
1 parent ee995cc commit 7d6ce14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystream/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>{{title}}</h1>
controls muted="muted"
style="position: relative; margin-left: auto; margin-right: auto; display: block"
poster=""
data-setup="{}">
data-setup='{"playbackRates": [1, 1.5, 2] }'>
<source id="video-source" type="video/mp4" src=""/>
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
Expand Down

0 comments on commit 7d6ce14

Please sign in to comment.