Chapter 223: Non-seekable media
Core Idea
If you see the following error in the console:
Key Concepts
- Meaning
- Solutions
- See also
Code Examples
The media [src] cannot be seeked.
This could be one of two reasons:
1) The media resource was replaced while the video is playing but it was not loaded yet.
2) The media does not support seeking.
Please see https://remotion.dev/docs/non-seekable-media for assistance.
- What it demonstrates: Usage pattern for Non-seekable media from the official docs.
Key Takeaways
- Understand meaning when working with Non-seekable media.
- Understand solutions when working with Non-seekable media.
- Understand see also when working with Non-seekable media.
Connects To
- Animatedimage: related page in the Assets & Media section.
- Delaying: related page in the Assets & Media section.
- Exporting: related page in the Assets & Media section.