Created
November 29, 2023 18:27
-
-
Save brancusi/8be4cf276f9a69f29c5d885658b04f37 to your computer and use it in GitHub Desktop.
Mux Embed
This file contains hidden or 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
<script src="https://cdn.jsdelivr.net/npm/@mux/mux-player"></script> | |
<mux-player | |
style="--controls: none;" | |
stream-type="on-demand" | |
playback-id="LRgxheWRoYPIoK6uxW01lfRnu6mIYRBBCpjHrh0001ycq4" | |
title="My awesome video" | |
metadata-video-title="Test video title" | |
metadata-viewer-user-id="user-id-007" | |
autoplay="muted" | |
loop | |
></mux-player> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment