#The play() request was interrupted by a call to pause()

13 messages · Page 1 of 1 (latest)

odd falcon
#

it can happen because in react strict mode all useEffect() are firing twice
do you have it enabled? it should also be just a harmless warning and not an error, does this break your app?

vital oasis
vital oasis
#

I'm below, going to test thanks !

vital oasis
#

When I don't pause the video everything is fine though

#

I also just get this : Tried to simultaneously mount 6 <Audio /> tags at the same time. With the current settings, the maximum amount of <Audio /> tags is limited to 5 at the same time. Remotion pre-mounts silent audio tags to help avoid browser autoplay restrictions. See https://remotion.dev/docs/player/autoplay#use-the-numberofsharedaudiotags-property for more information on how to increase this limit.

odd falcon
vital oasis
odd falcon
vital oasis
odd falcon
#

@vital oasis ok, glad it is partly solved

regarding the audio being played when it is not - can you elaborate further?
if you play the video, why don't you want the audio to be played?

maybe a code snippet or screen recording can explain it better?

vital oasis