summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/avdecc/avdecc.ini
blob: d4b4bb60b8382b69da9fd73e24609a67a76521a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[network]

# Interface name on which to use AVDECC
#ifname=eth2


[vlan]

# VLAN ID to use for AVDECC traffic.
# If VLAN support is not desired, comment out this value.
#vlanID = 2

# VLAN Priority to use for AVDECC traffic.
# If VLAN support is not desired, comment out this value.
#vlanPCP = 3


[fast_connect]

# If enable (set to 1), the fast_connect option will cause AVDECC-initiated
# connections to be saved to an avdecc_save.ini file.  When the AVDECC client
# is restarted after an unexpected shutdown, AVDECC Fast Connect will be
# attempted.
#
# The default value is 0, which disabled the AVDECC Fast Connect and Saved
# State support.
fast_connect = 1


[discovery]

# The valid_time is the amount of time (in seconds) the device will be
# considered valid by other devices on the network after the last received
# discovery packet.  A smaller valid_time value will cause the device to be
# recognized as disappearing more quickly if it is unplugged from the network
# (or stops working), but will result in more background network traffic.
#
# Valid values are 2 to 62 seconds, with only even numbers being allowed.
# The default value is 62 seconds.
valid_time = 20


[descriptor_entity]

# ID value to be combined with the interface MAC Address to generate the
# entity_id.  For example, a device with MAC Address 00:11:22:33:44:55 and
# avdeccId of 0x9876 would be assigned an entity_id of
# 00-01-02-98-76-33-44-55.
# The default ID value is 0xfffe.
#avdeccId = 0xfffe

# The entity_model_id is a unique vendor-specific 64-bit number used to
# identify an AVDECC data model.
entity_model_id = 0x0000000000000000

# The entity_name is a UTF-8 string defining the device's name
entity_name = "ACME Audio Processor"

# The firmware_version is a UTF-8 string defining the device's firmware
# version
firmware_version = "0.0.0.1"

# The group_name is a UTF-8 string defining the name of the device's group
group_name = "Acme Processors"

# The serial_number is a UTF-8 string defining the device's serial number
serial_number = "12345"


[localization]

# A UTF-8 string defining the localization language to use for localized
# strings.  The format is "language code - region code".
# Refer to IEEE Std 1722.1-2013 clause 7.2.11 for more details.
locale_identifier = "en"

# The vendor_name is a localized UTF-8 string defining the vendor's name
vendor_name = "Acme Audio Inc."

# The model_name is a localized UTF-8 string defining the device's model name
model_name = "Acme 2400X"