- 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
20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
{
|
|
"http_port": 8080,
|
|
"http_base_dir": "../webui/build",
|
|
"log_severity": 2,
|
|
"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": 5004,
|
|
"ptp_domain": 0,
|
|
"ptp_dscp": 48,
|
|
"sap_mcast_addr": "239.255.255.255",
|
|
"sap_interval": 30,
|
|
"syslog_proto": "none",
|
|
"syslog_server": "255.255.255.254:1234",
|
|
"status_file": "./status.json",
|
|
"interface_name": "lo"
|
|
}
|