The HTTP Streamer can be enabled via the _streamer_enabled_ daemon parameter. When the Streamer is active the daemon starts capturing the configured _Sinks_ up to the maximum number of channels configured by the _streamer_channels_ parameters. The captured PCM samples are split into _streamer_files_num_ files of _streamer_file_duration_ duration (in seconds) for each sink, compressed using AAC LC codec and served via HTTP. The HTTP streamer requires the libfaac-dev package to compile. Please note that since the HTTP Streamer uses the RAVENNA ALSA device for capturing it's not possible to use such device for other audio captures.
33 lines
848 B
Plaintext
33 lines
848 B
Plaintext
{
|
|
"http_port": 8080,
|
|
"rtsp_port": 8854,
|
|
"http_base_dir": "./webui/dist",
|
|
"log_severity": 3,
|
|
"playout_delay": 0,
|
|
"tic_frame_size_at_1fs": 48,
|
|
"max_tic_frame_size": 1024,
|
|
"sample_rate": 48000,
|
|
"rtp_mcast_base": "239.1.0.1",
|
|
"rtp_port": 5004,
|
|
"ptp_domain": 0,
|
|
"ptp_dscp": 48,
|
|
"sap_mcast_addr": "224.2.127.254",
|
|
"sap_interval": 30,
|
|
"syslog_proto": "none",
|
|
"syslog_server": "255.255.255.254:1234",
|
|
"status_file": "./test/status.json",
|
|
"interface_name": "lo",
|
|
"mdns_enabled": false,
|
|
"mac_addr": "00:00:00:00:00:00",
|
|
"ip_addr": "127.0.0.1",
|
|
"node_id": "AES67 daemon 007f0100",
|
|
"custom_node_id": "",
|
|
"ptp_status_script": "",
|
|
"streamer_channels": 8,
|
|
"streamer_files_num": 8,
|
|
"streamer_file_duration": 1,
|
|
"streamer_player_buffer_files_num": 1,
|
|
"streamer_enabled": true,
|
|
"auto_sinks_update": true
|
|
}
|