Open
Description
I have this code on my components, but the player is only playing the first video. Did I miss something on configuration?
<ReactAwesomePlayer
onRef={video => { console.log(video) }}
options={
sources:{[
{
type: "video/mp4",
src: "https://cdn.theguardian.tv/webM/player1.webm"
},
{
type: "video/mp4",
src: "https://cdn.theguardian.tv/webM/player2.webm"
}
]},
autoplay
muted
}/>
Metadata
Metadata
Assignees
Labels
No labels