Installing Media MTX To start out my journey on discovering how Media MTX works, I installed the binary on my Windows laptop.
It came as .zip file so after extracting this file I was presented with a .exe file.
Executing this binary resulted in a warning which I ignored and let it run anyway.
After this a new console window opened which gave the following logs:
2026/03/30 16:27:40 INF MediaMTX v1.17.0, windows, amd64 2026/03/30 16:27:40 INF configuration loaded from C:\\\\Projecten\\\\Tools\\\\mediamtx\\\_v1.17.0\\\_windows\\\_amd64\\\\mediamtx.yml 2026/03/30 16:27:40 INF \\\[RTSP] listener opened on :8554 (TCP/RTSP), :8000 (UDP/RTP), :8001 (UDP/RTCP) 2026/03/30 16:27:40 INF \\\[RTMP] listener opened on :1935 2026/03/30 16:27:40 INF \\\[HLS] listener opened on :8888 2026/03/30 16:27:40 INF \\\[WebRTC] listener opened on :8889 (HTTP), :8189 (ICE/UDP) 2026/03/30 16:27:40 INF \\\[SRT] listener opened on :8890 (UDP) My realization came that this will start some sort of server which can serve request. I haven’t however found a way to configure the source of the video that should be streamed.
...