aes67-daemon/daemon/tests/daemon.conf
Andrea Bondavalli dff3ab3cba Multiple fixes:
- fixed destination MAC address set when adding a source and a sink according to IANA specs
- fixed retrieval of network interface MAC address
- added <list> inclusion to header files using std::list
- fixed regression test suite
- additional minor changes
2020-03-20 18:58:08 +01:00

22 lines
502 B
Plaintext

{
"http_port": 9999,
"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.2.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",
"mac_addr": "00:00:00:00:00:00",
"ip_addr": "127.0.0.1"
}