Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Forget what I said - I realized we can handle this in Remotion itself - from next version on, there will be no more inputProps payload limit! 🎉 #1430 |
Beta Was this translation helpful? Give feedback.
-
Thats great, were you able to find a workaround? Are there some additional steps required in order for this to work? |
Beta Was this translation helpful? Give feedback.
-
I am wondering what is the most scalable approach regarding rendering videos. Currently I am rendering the video locally by passing json file as props using a node endpoint (passing json file) which triggers the render with json as input on my server or locally in the terminal. My concern is that if I have 100 users rendering the video at the same time obviously it wont work. I was looking into lambda render on AWS but I read that the maximum payload is only 128 KB which is not enough as my json file contains all the components that need to be rendered and that could be several megabytes in size. What is the best solution to render videos at scale? Im I missing something? Is passing the props the right solution or should it be done differently?
Beta Was this translation helpful? Give feedback.
All reactions