#Rendering Timeout

18 messages · Page 1 of 1 (latest)

untold summit
#

I'm using lambda. I fetch MP4's from pexels.com, and audio from AWS S3. I was able to download the audio and video successfully (attached), but it seems like it hangs on the first line of these two:

2024-07-22T21:28:49.631Z 2024-07-22T21:28:49.631Z 9b55488b-8615-4893-8a31-8717f958c8ac INFO Rendered 1 frames, encoded 0 frames, stage = encoding
2024-07-22T21:30:39.645Z 2024-07-22T21:30:39.645Z 9b55488b-8615-4893-8a31-8717f958c8ac INFO undefined

Any help would be appreciated.

#

I got here after drilling down into the highlighted text here:

#

It's a transient error, happens usually with longer videos

#

Tried increasing frames per lambda to 50, still same thing

#

Video length is about 40 seconds

sharp orchid
#

try caluculate framesperlmbda dynamically @untold summit

untold summit
#

Hey, still running into issues. Thanks for the help by the way.

untold summit
#

I switched to <OffthreadVideo>, now says failed to fetch on some chunks

#

seems like the main thread is working fine:

#

assuming it's the main thread because it's the oldest:

#

I wonder if i'm getting rate limited?

#

but I call my fetches inside of calcMyCompMetadata. maybe they can't handle the GET requests of my renderer functions?

untold summit
untold summit
#

ok well grabbing from S3 didnt help. when using video, I still timeout, and when using offthreadvideo, I still fail to fetch. any help would be massively appreciated

untold summit
#

nvm, fixed. I was fetching a huge file from an api. solved by not doing that anymore