Player with composition with <Video> only plays the first second then stops #3484
Replies: 1 comment 8 replies
-
Hi Joao! I think you suffer from a bug we had in the 4.0.111 release. Let me know if this doesn't help! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this composition:
Which I am trying to preview using the Player in a Next.js app.
However, when the video starts, the background video stops after the first second, but the text continues to render. Also, if I stop the player, the frame of the background video jumps to whatever it should be on.
I have also tried without preload and OffthreadVideo, but nothing seems to work.
I am accessing my next.js app in chrome.
How could I fix this Player preview issue?
Beta Was this translation helpful? Give feedback.
All reactions