Skip to main content

Live video mode

With Use Frames = OFF, the mod uses frame caching and automatically generated audio.

Playback Flow

  1. If cache already exists in deathvideo/cache/<video>-<sourceHash>/, reuse it.
  2. When entering the world or server, try to preload that cache in the background.
  3. If cache is missing when dying, it generates it at that moment and shows a state of readiness.
  4. 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.