This is a test media server to view streams in various protocols using MediaMtx.
Start with
docker compose up
| 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 |
| 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 |