JSON boolean specifying whether to enable or disable the automatic update of the configured Sinks. When enabled the daemon will automatically update the configured Sinks according to the discovered remote sources via SAP and mDNS/RTSP updates. The SDP Originator (o=) is used to match a Sink with the remote source/s.
28 lines
662 B
Plaintext
28 lines
662 B
Plaintext
{
|
|
"http_port": 9999,
|
|
"rtsp_port": 9997,
|
|
"http_base_dir": ".",
|
|
"log_severity": 5,
|
|
"playout_delay": 0,
|
|
"tic_frame_size_at_1fs": 192,
|
|
"max_tic_frame_size": 1024,
|
|
"sample_rate": 44100,
|
|
"rtp_mcast_base": "239.1.0.1",
|
|
"rtp_port": 6004,
|
|
"ptp_domain": 0,
|
|
"ptp_dscp": 46,
|
|
"sap_mcast_addr": "224.2.127.254",
|
|
"sap_interval": 1,
|
|
"syslog_proto": "none",
|
|
"syslog_server": "255.255.255.254:1234",
|
|
"status_file": "",
|
|
"interface_name": "lo",
|
|
"mdns_enabled": true,
|
|
"custom_node_id": "test node",
|
|
"node_id": "test node",
|
|
"ptp_status_script": "",
|
|
"mac_addr": "00:00:00:00:00:00",
|
|
"ip_addr": "127.0.0.1",
|
|
"auto_sinks_update": true
|
|
}
|