
Subatic
Scalable video hosting with S3-compatible storage and HLS

Subatic is a lightweight video hosting and streaming platform designed for deployable, S3-compatible object storage backends. It separates upload storage, transcoding, and metadata (PostgreSQL) so instances can scale and integrate with existing object stores or MinIO.
Key Features
- Uploads raw files to S3-compatible object storage (MinIO or other S3 endpoints)
- Transcoding pipeline that produces HLS-friendly output (separate transcoder component)
- Uses PostgreSQL for video metadata and state
- Docker Compose based deployment with health checks and service dependencies
- Webhook notifications and shared webhook token for transcoder integration
- Optional SQS support for processing queues and job orchestration
- Configurable analytics integrations (Umami, Plausible, Google Analytics toggles)
- Configurable max file size, CORS considerations for cloud object stores
Use Cases
- Internal company or team video portal for training, demos, and documentation videos
- Public or private self-hosted alternative to hosted video platforms for cost control
- Lightweight media backend that integrates with S3-compatible storage and CDN caching
Limitations and Considerations
- Transcoding is handled by a separate transcoder component; full streaming requires deploying both services
- Documentation and advanced deployment guides are limited in places and may require manual configuration for production hardening
- Focuses on HLS output; other streaming formats (e.g., DASH) are not a primary feature
Subatic is suited for users who need a simple, modular video hosting stack that integrates with S3-compatible storage and standard streaming workflows. It prioritizes a minimal architecture that can be extended with external storage, queuing, and CDN layers.
Categories:
Tags:
Tech Stack:
Similar Services

Jellyfin
Self-hosted media server for managing and streaming your library
Jellyfin is a free, self-hosted media server to organize, manage, and stream movies, TV, music, and photos to web, mobile, and TV clients.

Cobalt
Ad-free web media downloader for public social platforms
Cobalt is a self-hostable web media downloader for saving publicly accessible videos and audio from supported social platforms via a simple paste-a-link interface and API...
SRS (Simple Realtime Server)
High-performance real-time media server for live streaming and WebRTC
SRS (Simple Realtime Server) is a high-efficiency media server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181 for real-time streaming.

Kodi
Open source home theater and media center software
Kodi is an open source media center for organizing and playing local and networked video, music, and photos with a TV-friendly interface and add-on ecosystem.


Invidious
Privacy-focused alternative web front-end for YouTube
Invidious is a lightweight, privacy-focused alternative front-end for YouTube with subscriptions, playlists, and an API—without Google accounts, ads, or tracking.

PeerTube
Federated video hosting and streaming with P2P delivery
PeerTube is a decentralized, ActivityPub-federated video hosting platform with live streaming, P2P WebRTC delivery, and customizable community-run instances.
MinIO (S3-compatible)
Docker
TypeScript
Node.js