mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-21 12:02:00 -05:00
[GH-ISSUE #300] Feature Request: Add Template for Simple Realtime Server(SRS)/Oryx #639
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeanmako on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/300
🚀 Feature Request
Please add a deployment template for SRS (Simple Realtime Server)
(also known as Oryx) to Dokploy’s app templates.
📌 Why this is needed
SRS is a widely used, high-efficiency real-time media server supporting many streaming protocols:
RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, GB28181
Having a prebuilt template in Dokploy would:
Simplify setup for live streaming and real-time communication projects.
Provide production-ready defaults.
Encourage adoption of Dokploy in streaming/media workflows.
⚙️ Proposed Solution
Add a new SRS/Oryx template with:
Official Docker image (ossrs/srs).
Configurable environment variables for ports, protocol options, and logging.
Persistent storage volume for configuration and logs.
Example configs for common use cases (RTMP ingest + WebRTC playback).
📖 References
GitHub: https://github.com/ossrs/srs
Docs: https://ossrs.net
Docker Hub: https://hub.docker.com/r/ossrs/srs