Setting the file. One moment.
Subchapter 10.3
player.mdMarkdown942 BView on GitHub
Use @remotion/player when the user wants an interactive preview in React.
import {Player} from '@remotion/player';
import {MyVideo} from './remotion/MyVideo';
If metadata is dynamic, sync the Player props manually or reuse the composition’s calculateMetadata() logic.
Link https://www.remotion.dev/docs/dynamic-metadata.md#with-the-player (opens in a new tab).
Full API for the Player: https://www.remotion.dev/docs/player/player.md (opens in a new tab).
For a SaaS app that also needs output files, combine the Player preview with framework.md or rendering.md.