Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.daydream.live/llms.txt

Use this file to discover all available pages before exploring further.

This guide is ONLY necessary for users of StreamDiffusionTD
Check if ffmpeg is installed:
ffmpeg -version
Installation: Windows
  1. Visit the ffmpeg download page
  2. Download the latest release build
  3. Extract to C:\ffmpeg
  4. Add C:\ffmpeg\bin to your system PATH
Mac FFMpeg Setup macOS
# Using Homebrew
brew install ffmpeg

# Using MacPorts
sudo port install ffmpeg
Mac FFMpeg Setup Linux (Ubuntu/Debian)
sudo apt update
sudo apt install ffmpeg