mediamtx
Posted
Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
# file: `docker-compose.yml`
services:
mediamtx:
image: ${HONEYPI_IMAGE_REGISTRY_HOST:-docker.io}/bluenviron/mediamtx:${HONEYPI_MEDIAMTX_VERSION:-latest}-ffmpeg
container_name: mediamtx
restart: unless-stopped
network_mode: host
volumes:
- ${HONEYPI_CONFIG}/mediamtx/mediamtx.yml:/mediamtx.yml