Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
JonnyBurger opened this issue Nov 16, 2024 · 0 comments · Fixed by #4512

Comments

@JonnyBurger
Copy link
Member

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?

@JonnyBurger JonnyBurger linked a pull request Nov 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant