Capítulo 964 de 988
<Player> into an <iframe>:::info Credit to @marcusstenbeck for creating this snippet.
- import { Player } from '@remotion/player';
+ import { IframePlayer } from 'path/to/IframePlayer';
- <Player {/* ... */} />
+ <IframePlayer {/* ... */} />
<Player> into an <iframe> from the official docs.<Player> into an <iframe>.