remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
20.83k stars 1.05k forks source link

Error parsing video `parseMedia` after SSR rendering with Remotion causing unexpected box type. #4507

Closed JonnyBurger closed 3 days ago

JonnyBurger commented 6 days ago

From message posted on Discord by kern.monarchy

hi, I rendered a video using SSR, but then when I try to parseMedia client-side, I get this error

remotion error Error: Unexpected box type prof
    at parseColorParameterBox (index.mjs:4622:9)
    at processBox (index.mjs:5606:17)
    at parseBoxes (index.mjs:5955:16)
    at async processSample (index.mjs:5047:48)
    at async parseSamples (index.mjs:5096:24)
    at async parseStsd (index.mjs:5123:17)
    at async processBox (index.mjs:5653:17)
    at async parseBoxes (index.mjs:5955:10)
    at async getChildren (index.mjs:5473:20)
    at async processBox (index.mjs:5913:20)

parseMedia works for other videos, but not the one that I rendered with renderMedia. Does anyone know what this error means or how to avoid?