-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SoundCloud player does not work in Safari #24
Comments
+1. Is anything being done to fix this or will this component not entirely work in Safari? |
A possible fix would be to host a modified version of the SDK somewhere, which replaces any use of That said, this would be an extravagant fix for something that seems incredibly easy to fix on Soundcloud’s backend. |
Is this an http/https issue? |
@heybenji Not as far as I know. I get the same error from a |
Hello, I was a bit annoyed by the sdk not working on safari, so I tried using soundcloud-audio instead and it seems to work properly. I'd really appreciate some feedback, and if you feel there's value, I'd be happy to prep a clean PR. And here's just the "player/soundcloud.js" revisited "with soundcloud-audio" : https://github.com/denisflorkin/react-player/blob/master/src/players/SoundCloudAudio.js soundcloud-audio => https://github.com/voronianski/soundcloud-audio.js |
Nice work @denisflorkin. It looks like the only reason In fact, I realise now that |
Thanks @cookpete. To make sure I'm following, are you saying you'd get rid of the |
Pretty much. |
I looked at it but I'm not really getting anywhere close something good, I leave it there for now as I think I need to get back in the react doc. Thanks for all the work on react-player :) |
No problem, I'm happy to look at this. I'll open a new issue. |
Also removes the need for fetch polyfill Fixes cookpete/react-player#24 Should also fix cookpete/react-player#47
Also removes the need for fetch polyfill Fixes cookpete/react-player#24 Should also fix cookpete/react-player#47
Also removes the need for fetch polyfill Fixes cookpete/react-player#24 Should also fix cookpete/react-player#47
Also removes the need for fetch polyfill Fixes cookpete/react-player#24 Should also fix cookpete/react-player#47
Also removes the need for fetch polyfill Fixes cookpete/react-player#24 Should also fix cookpete/react-player#47
Also removes the need for fetch polyfill Fixes cookpete/react-player#24 Should also fix cookpete/react-player#47
These two errors appear when attempting to play a SoundCloud track in Safari:
The text was updated successfully, but these errors were encountered: