Gui-Gos 10299e5475
Some checks failed
Test / test (push) Has been cancelled
feat: Add MediaMTX streaming server app
Add MediaMTX 1.15.6 - Modern, ready-to-use media streaming server

Features:
- Multi-protocol support: RTSP, RTMP, HLS, WebRTC, SRT
- Zero configuration required to start
- Automatic protocol conversion
- Built-in recording capabilities (fMP4 format)
- REST API for programmatic control
- Prometheus metrics endpoint
- Low resource consumption (Go-based)

Configuration:
- Main web UI port: 8889 (WebRTC)
- RTSP: 8554, RTMP: 1935, HLS: 8888
- API: 9997, Metrics: 9998
- Optional authentication for API
- Optional stream recording
- Resource limits: 2 CPU / 2GB RAM (limits), 1 CPU / 512MB RAM (reservations)

Volumes:
- recordings: Persistent storage for recorded streams
- config: Configuration files

Use cases:
- IP camera surveillance (RTSP/ONVIF)
- Live streaming events
- Broadcasting (OBS Studio, FFmpeg)
- WebRTC video conferencing
- IoT and drone video transmission

Documentation:
- Complete French documentation in description.md
- Usage examples for OBS, FFmpeg, VLC
- API reference and examples
- Troubleshooting guide

Note: logo.jpg needs to be added manually (see LOGO_README.txt)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06 13:53:06 +01:00

Example App Store Template

This repository serves as a template for creating your own custom app store for the Runtipi platform. Use this as a starting point to create and share your own collection of applications.

Repository Structure

  • apps/: Contains individual app directories

    • Each app has its own folder (e.g., whoami/) with the following structure:
      • config.json: App configuration file
      • docker-compose.json: Docker setup for the app
      • metadata/: Contains app visuals and descriptions
        • description.md: Markdown description of the app
        • logo.jpg: App logo image
  • tests/: Contains test files for the app store

    • apps.test.ts: Test suite for validating apps

Getting Started

This repository is intended to serve as a template for creating your own app store. Follow these steps to get started:

  1. Click the "Use this template" button to create a new repository based on this template
  2. Customize the apps or add your own app folders in the apps/ directory
  3. Test your app store by using it with Runtipi

Documentation

For detailed instructions on creating your own app store, please refer to the official guide: Create Your Own App Store Guide

Description
No description provided
Readme WTFPL 2.3 MiB
Languages
HTML 96.9%
Shell 2.4%
Dockerfile 0.3%
Python 0.3%
TypeScript 0.1%