You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I noticed that videos will start play without any sound.
Changing the volume will not have any effect.
Refreshing the whole page load the video again and fix it.
I see this warning in the console ReactPlayer: the attempt to load http://www.youtube.com/watch?v=C9dFKRZ8EbU is being deferred until the player has loaded
I'm guessing it's related to TY new autoplay policy.
But since it happens randomly it's difficult to debug it and I can figure out exactly what's the cause of it.
Any ideas?
The text was updated successfully, but these errors were encountered:
Seems like a duplicate of #413. This warning happens if the url you are passing in changes between the first render of ReactPlayer and the onReady event.
I don't know why this would affect the volume though? That seems like a separate issue.
Recently I noticed that videos will start play without any sound.
Changing the volume will not have any effect.
Refreshing the whole page load the video again and fix it.
I see this warning in the console
ReactPlayer: the attempt to load http://www.youtube.com/watch?v=C9dFKRZ8EbU is being deferred until the player has loaded
I'm guessing it's related to TY new autoplay policy.
But since it happens randomly it's difficult to debug it and I can figure out exactly what's the cause of it.
Any ideas?
The text was updated successfully, but these errors were encountered: