diff --git a/mediamtx-config-example/mediamtx.yml b/mediamtx-config-example/mediamtx.yml new file mode 100644 index 0000000..bc439d9 --- /dev/null +++ b/mediamtx-config-example/mediamtx.yml @@ -0,0 +1,23 @@ +# Path settings +# example +paths: + multicast: + source: udp+rtp://239.192.63.180:5004 + rtpSDP: | + v=0 + o=- 8 1 IN IP4 10.216.10.163 + s=Logger + c=IN IP4 239.192.63.180/128 + t=0 0 + m=audio 5004 RTP/AVP 96 + a=rtpmap:96 L24/48000/2 + a=recvonly + a=ptime:0.25 + a=maxptime:5 + a=ts-refclk:ptp=IEEE1588-2008:58-50-AB-FF-FE-80-28-D4:0 + a=mediaclk:direct=0 + a=sync-time:0 +# proxying + logger: + source: rtsp://localhost:8554/multicast + \ No newline at end of file