- added "sap_mcast_addr" parameter to daemon conguration and WebUI to configure the SAP multicast address used for sending and receiving source announcements - added REST API to retrieve the remote sources collected by the daemon (GET /api/browse/sources) - added Browser tab to the WebUI to visualize info on the available remote sources - added Info function to sources listed in the Sources tab to visualize the associated SDP file - extended daemon regression tests to test the SAP Browser
22 lines
502 B
Plaintext
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": "01:00:5e:01:00:01",
|
|
"ip_addr": "127.0.0.1"
|
|
}
|