Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop is Not Working on Safari #91

Closed
juancarlosfarah opened this issue Aug 2, 2016 · 0 comments
Closed

Loop is Not Working on Safari #91

juancarlosfarah opened this issue Aug 2, 2016 · 0 comments

Comments

@juancarlosfarah
Copy link

I've got a ReactPlayer working fine on Chrome and Firefox, but when I try it on Safari Desktop, the looping does not work. This is not a problem when the source is from YouTube, but when the source is Soundcloud or a file in a URL (an AWS resource, for example) the looping does not work on Safari.

I put together a small example in the repository below where you can play three looping tracks (one from YouTube, one from Soundcloud and one from AWS). If you try it on Chrome, all of the tracks loop fine. But if you try it on Safari, only the YouTube one loops.

https://github.com/juancarlosfarah/react-player-loop

Anyone else seeing this issue?

david-hub024 pushed a commit to david-hub024/React_VideoPlayer that referenced this issue Dec 23, 2018
Switched from relying on the `ended` event (which seems unreliable in Safari) to using the native `loop` attribute for FilePlayer and SoundCloud tracks
Fixes cookpete/react-player#91
david-hub024 pushed a commit to david-hub024/React_VideoPlayer that referenced this issue May 23, 2020
Switched from relying on the `ended` event (which seems unreliable in Safari) to using the native `loop` attribute for FilePlayer and SoundCloud tracks
Fixes cookpete/react-player#91
albanqoku added a commit to albanqoku/react-player that referenced this issue Feb 24, 2021
Switched from relying on the `ended` event (which seems unreliable in Safari) to using the native `loop` attribute for FilePlayer and SoundCloud tracks
Fixes cookpete/react-player#91
Webmaster1116 added a commit to Webmaster1116/video-player that referenced this issue May 20, 2021
Switched from relying on the `ended` event (which seems unreliable in Safari) to using the native `loop` attribute for FilePlayer and SoundCloud tracks
Fixes cookpete/react-player#91
webmiraclepro added a commit to webmiraclepro/video-player that referenced this issue Sep 9, 2022
Switched from relying on the `ended` event (which seems unreliable in Safari) to using the native `loop` attribute for FilePlayer and SoundCloud tracks
Fixes cookpete/react-player#91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant