Olived is a modern live stream recorder that automatically captures your favorite streams when they go live.
Simple, automatic, and built for the streams you never want to miss.
Your favorite streams. Saved.
⭐ Star this repository to stay up to date with new releases and improvements.
Download the latest release from GitHub Releases.
macOS may prevent Olived from running because the application is downloaded from the internet. If this happens, remove the quarantine attribute before launching Olived:
sudo xattr -r -d com.apple.quarantine /Applications/OlivedPro.appDownload the latest release from GitHub Releases. Look for the release file containing web in its filename. Once the executable is running, open your browser and visit: http://127.0.0.1:9843/
You can customize the port and password using the following options:
--port 9843 --password yourpasswordIf macOS prevents the application from running, remove the quarantine attribute:
sudo xattr -r -d com.apple.quarantine /path/to/OlivedPro_webUse the compose.olived.yaml file in the project root to start Olived with Docker Compose.
docker compose up -dOnce started, the Web interface is available at:
http://<your-server-ip>:9843You can also run Olived directly with Docker:
docker run -d \
--name olived \
--restart unless-stopped \
--pull always \
-p 9843:9843 \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e PORT=9843 \
-e PASSWORD=yourpassword \
-v $PWD/olivedpro_downloads:/olivedapp/olivedpro_downloads \
-v $PWD/.olivedpro:/olivedapp/.olivedpro \
olivedapp/olived-web:latestNote: This list is not exhaustive. Support for additional platforms is continuously being added.
- Automatic Recording: Automatically starts recording when your favorite streamer goes live.
- Simultaneous Recordings: Record multiple live streams at the same time.
- High-Quality Recording: Capture live streams in crisp, high-quality video, up to 4K.
- Automatic MP4 Conversion: Automatically convert recorded files to MP4 for easy playback and editing.
- Deep Customization: Fine-tune recording settings to match your needs.
- Simple by Design: A clean, intuitive interface that makes recording effortless.
- Broad Format Support: Supports HLS, FLV, and other popular streaming formats.
- Smart Watchlist: Keep track of your favorite streamers and automatically record when they go live.
- Reliable Link Processing: Handles complex stream URLs reliably for stable recording.
- Live Notifications: Get notified when your favorite streams go live or change status.
See the LICENSE for details.