Live video mode
With Use Frames = OFF, the mod uses frame caching and automatically generated audio.
Playback Flow
- If cache already exists in
deathvideo/cache/<video>-<sourceHash>/, reuse it. - When entering the world or server, try to preload that cache in the background.
- If cache is missing when dying, it generates it at that moment and shows a state of readiness.
- Play using real-time index:
elapsedSeconds * fps_real.
The important thing
- The old cache is automatically cleared at startup.
- If FFmpeg is not installed, this mode cannot be used.