-
Notifications
You must be signed in to change notification settings - Fork 111
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
Click on Play button after a pause restart the sound #92
Comments
@jlariza are you sure that you pass all props properly? Also sharing code snippet would be helpful. |
@voronianski I am using the same example, the only difference is that I am using a different url for the soundtrack. |
+1, same issue. Any update here? @voronianski @jlariza |
@jlariza I have the same issue did u get that solution? |
Having a similar issue. pause/play works fine at first, but when the streamUrl is changed, pause, then click play, it will play the previous streamUrl. my whole component:
|
I faced the same issue on the Progress example, a small workaround i used was to stop re-rendering the component by setting a key attribute on it here's a code sample
and inside the ProgressSoundPlayer component, set a key attribute on all the sub components i used
|
Tried the key method, but can't get it to stop rerendering |
I am facing the same issue. |
Good day,
I am using the AWSSoundPlayer example to create a soundplayer.
However, everytime I click on the play button after I have paused the sound, it starts all over again, the
currentTime
goes back to zero. Is it possible to keep the time state?Thank you
The text was updated successfully, but these errors were encountered: