Skip to content

Commit

Permalink
example: update Mux player
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Mar 1, 2023
1 parent 5e1fcbd commit 571b2ec
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions examples/mux-player.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,19 @@ <h1>Syncing 2 Mux Player's</h1>
<br>

<mux-player
id="video"
group="muxTest"
muted
stream-type="on-demand"
playback-id="EcHgOK9coz5K4rjSwOkoE7Y7O01201YMIC200RI6lNxnhs"
metadata-video-title="Test VOD"
metadata-viewer-user-id="user-id-007"
></mux-player>

<br>
<br>

<mux-player
id="video2"
group="muxTest"
muted
stream-type="on-demand"
playback-id="901Jmt5uaWAc5dNzvvxxFysxxaDUf01IxbukSFshrXHDs"
metadata-video-title="Test VOD"
metadata-viewer-user-id="user-id-007"
playback-id="EcHgOK9coz5K4rjSwOkoE7Y7O01201YMIC200RI6lNxnhs"
></mux-player>

<script>
Expand Down

1 comment on commit 571b2ec

@vercel
Copy link

@vercel vercel bot commented on 571b2ec Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

media-group – ./

media-group-git-main-mux.vercel.app
media-group-theta.vercel.app
media-group-mux.vercel.app

Please sign in to comment.