https://github.com/remotion-dev/video-buffering-example
Pause the video if content is buffering, and resume once it has finished loading
https://github.com/remotion-dev/video-buffering-example
remotion
Last synced: 10 months ago
JSON representation
Pause the video if content is buffering, and resume once it has finished loading
- Host: GitHub
- URL: https://github.com/remotion-dev/video-buffering-example
- Owner: remotion-dev
- Created: 2023-04-12T12:16:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T14:44:33.000Z (over 2 years ago)
- Last Synced: 2025-08-10T01:21:34.691Z (10 months ago)
- Topics: remotion
- Language: TypeScript
- Homepage: https://remotion.dev/docs/buffer-state
- Size: 226 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Note: Remotion now has a native buffering state which is preferred over the solution in this repo.
Visit https://remotion.dev/docs/player/buffer-state to see the documentation!
# Video buffering example
Shows how to pause the Remotion Player when a video is buffering, and resume once it has finished loading.
[**Read the documentation about this technique**](https://remotion.dev/docs/buffer-state)