23 lines
545 B
YAML
23 lines
545 B
YAML
# 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
|
|
|