Replies: 2 comments 4 replies
-
Good idea! This won't work today, but I wonder if something like this would be a good solution (leveraging the <media-playlist>
<mux-player playback-id="xxx-123"></mux-player>
<mux-player playback-id="xxx-456"></mux-player>
<mux-player playback-id="xxx-789"></mux-player>
</media-playlist> I think we'd probably keep the playlist-specific code out of Mux Player, but implement it in a way like something above |
Beta Was this translation helpful? Give feedback.
-
Actually I whipped up an example here This is the how the HTML looks like. Attributes that are set on <media-playlist loop>
<media-playlist-item
type="mux-player"
playback-id="DVBhwqkhxkOiLRjUAYJS6mCBJSuC00tB4iWjJmEofJoo"
stream-type="on-demand"
></media-playlist-item>
<media-playlist-item
type="mux-player"
playback-id="EcHgOK9coz5K4rjSwOkoE7Y7O01201YMIC200RI6lNxnhs"
stream-type="on-demand"
></media-playlist-item>
</media-playlist> |
Beta Was this translation helpful? Give feedback.
-
Adding muxinc/media-chrome#97 for other reference
Beta Was this translation helpful? Give feedback.
All reactions