aes67-daemon/daemon/tests/daemon.conf
Andrea Bondavalli 969e343309 Use 3rdparty/ravenna-alsa-lkm via a submodule.
Fix to the daemon regression test.
2024-09-16 12:05:22 +02:00

33 lines
817 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": false,
"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",
"streamer_channels": 8,
"streamer_files_num": 6,
"streamer_file_duration": 3,
"streamer_player_buffer_files_num": 2,
"streamer_enabled": false,
"auto_sinks_update": true
}