question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

playing prop is not working in Safari

See original GitHub issue

This is not working for me in Safari. Chrome starts video immediately. Safari not.

<ReactPlayer playing={true} url={videos} />

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
pugsoncommented, Apr 17, 2018

I believe Safari stopped autoplaying videos that are not muted by default in Safari 11.2. If you add the muted prop to the ReactPlayer component, the video will start playing automatically.

4reactions
tquirogacommented, Oct 4, 2018

I have the same problem with audio player. It doesn’t play songs, if I use mute it does play, what would be a way to unmute the song immediately after it starts playing?

Read more comments on GitHub >

github_iconTop Results From Across the Web

playing prop is not working in Safari · Issue #338 - GitHub
I believe Safari stopped autoplaying videos that are not muted by default in Safari 11.2. If you add the muted prop to the...
Read more >
react component audio play not working in safari
when i get the text from the props, whenever user click the button, it will go to a third party api and get...
Read more >
HTML Video element, not working after iosSafari15 update
I have found a work-around that works on my Macbook (haven't tested mobile Safari). With the same framerate as the video I update...
Read more >
Streaming video in Safari: Why is it so difficult? - LogRocket Blog
I thought, no problem — video streaming seems pretty simple. ... it to work. Chrome can deal with it, but Safari refuses to...
Read more >
Safari extension for Adobe Reader not working properly
Solved: I have generated a link to a specific page in an Adobe PDF document, which I am linking to from a website...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found