/
/
/
1{
2 "config_entries": {
3 "bind_port": {
4 "label": "Receiver: UDP Port",
5 "description": "The UDP port the VBAN receiver will listen on for connections. Make sure that this server can be reached on the given IP and UDP port by remote VBAN senders."
6 },
7 "vban_stream_name": {
8 "label": "Sender: VBAN Stream Name",
9 "description": "Max 16 ASCII chars.\nThe VBAN stream name to expect from the remote VBAN sender.\nThis MUST match what the remote VBAN sender has set for the session name otherwise audio streaming will not work."
10 },
11 "sender_host": {
12 "label": "Sender: VBAN Sender hostname/IP address",
13 "description": "The hostname/IP Address of the remote VBAN SENDER."
14 },
15 "audio_format": {
16 "label": "PCM audio format",
17 "description": "The VBAN PCM audio format to expect from the remote VBAN sender. This MUST match what the remote VBAN sender has set otherwise audio streaming will not work."
18 },
19 "sample_rate": {
20 "label": "PCM sample rate",
21 "description": "The VBAN PCM sample rate to expect from the remote VBAN sender. This MUST match what the remote VBAN sender has set otherwise audio streaming will not work."
22 },
23 "audio_channels": {
24 "label": "Channels",
25 "description": "The number of audio channels"
26 },
27 "bind_ip": {
28 "label": "Receiver: Bind to IP/interface",
29 "description": "Start the VBAN receiver on this specific interface. \nUse 0.0.0.0 to bind to all interfaces, which is the default. \nThis is an advanced setting that should normally not be adjusted in regular setups."
30 },
31 "vban_queue_strategy": {
32 "label": "Receiver: VBAN queue strategy",
33 "description": "What should happen if the receiving queue fills up?"
34 },
35 "vban_queue_size": {
36 "label": "Receiver: VBAN packets queue size",
37 "description": "This can be increased if MA is running on a very low power device, otherwise this should not need to be changed."
38 },
39 "log_vban_stream_stats": {
40 "label": "Log VBAN stream statistics",
41 "description": "Log VBAN stream statistics when DEBUG/VERBOSE logging is enabled. Target numbers not being hit will result in audio glitches/dropouts and is indicative of a low power device unable to keep up with the incoming stream rate."
42 }
43 },
44 "setup_flow": {
45 "user": {
46 "title": "Configure VBAN Receiver",
47 "description": "Enter the remote VBAN sender details, stream format and local receiver endpoint."
48 }
49 },
50 "manifest": {
51 "description": "VBAN protocol receiver - receive PCM-over-UDP streams from a VBAN protocol sender"
52 },
53 "errors": {
54 "no_packets": "VBAN sender {0} did not send any packets on stream {1}."
55 }
56}
57