Chapter 341: Playback issues in the <Player>
Core Idea
Read this page if you encounter issues with media playback in the Player such as:
Key Concepts
- Ensure best practices
- Enable logging<AvailableFrom v="4.0.250"/>
- Reporting issues
- See also
Code Examples
const otherProps = {
compositionHeight: 1080,
compositionWidth: 1920,
inputProps: {},
component: () => null,
fps: 30,
durationInFrames: 100,
};
export const MyApp: React.FC = () => {
return <Player {...otherProps} logLevel="trace" />;
};
- What it demonstrates: Usage pattern for Playback issues in the
<Player> from the official docs.
Key Takeaways
- Understand ensure best practices when working with Playback issues in the
<Player>.
- Understand enable logging<availablefrom v="4.0.250"/> when working with Playback issues in the
<Player>.
- Understand reporting issues when working with Playback issues in the
<Player>.
- Understand see also when working with Playback issues in the
<Player>.
Connects To
- Clipper: related page in the Studio, Player & Editing section.
- Design Systems: related page in the Studio, Player & Editing section.
- Editor Starter: related page in the Studio, Player & Editing section.