dropLin ad780f763e first commit 1 week ago
..
samples ad780f763e first commit 1 week ago
README.md ad780f763e first commit 1 week ago
config.yml ad780f763e first commit 1 week ago
docker-compose.yml ad780f763e first commit 1 week ago

README.md

Test Media Server

This is a test media server to view streams in various protocols using MediaMtx.

Usage

Start with

docker compose up

View Streams

Stream published from FFMPEG as RTSP (test)

Stream published from FFMPEG as RTMP (test2)

Stream Type URL Tested With
RTSP (TCP) rtsp://:8554/test VLC
RTSP (UDP/RTP) rtsp://:8000/test
RTSP (UDP/RTCP) rtsp://:8001/test
HLS http://localhost:8888/test Chrome
RTMP rtmp://localhost/test VLC
SRT srt://localhost:8890?streamid=read:test

Notes

API access is not working. See here.

Stream Type URL Tested With
RTSP (TCP) rtsp://:8554/test2 VLC
RTSP (UDP/RTP) rtsp://:8000/test2
RTSP (UDP/RTCP) rtsp://:8001/test2
HLS http://localhost:8888/test2 Chrome
RTMP rtmp://localhost/test2 VLC
SRT srt://localhost:8890?streamid=read:test2