Closed
Description
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
I ran into an issue (with latest 1.5+ version of react-player) where videos stopped playing on start, reading this article a video must be muted to autoplay. With the following settings the video would still not auto play in react-player (I got it working fine in vanilla video tag):
<ReactPlayer
ref={el => this._videoRef = el}
volume={0}
muted={true}
url={this.props.url}
width={this.props.width}
height={this.props.height}
loop={false} />
Is this a known issue, or do I have a setting wrong?
Metadata
Metadata
Assignees
Labels
No labels