/usr/share/gupnp-dlna-2.0/dlna-profiles/amr.xml is in libgupnp-dlna-2.0-3 0.10.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0"?>
<dlna-profiles>
<include ref="common.xml" />
<dlna-profile name="AMR_3GPP" mime="audio/mp4" id="AMR_3GPP">
<parent name="MP4" />
<restriction type="audio">
<field name="name" type="string">
<value>audio/AMR</value>
</field>
<!--
Sample rate, bitrate and number of channels - all values permitted by
the AMR spec are also permitted by the DLNA spec
-->
</restriction>
</dlna-profile>
<dlna-profile name="AMR_3GPP" mime="audio/3gpp" base-profile="AMR_3GPP">
<parent name="3GP" />
</dlna-profile>
<dlna-profile name="AMR_WBplus" mime="audio/mp4">
<restriction type="container">
<parent name="3GP" />
<field name="profile" type="string">
<value>basic</value>
<value>progressive-download</value>
</field>
</restriction>
<restriction type="audio">
<field name="name" type="string">
<value>audio/AMR-WB</value>
</field>
<field name="rate" type="int">
<value>8000</value>
<value>16000</value>
<value>24000</value>
<value>32000</value>
<value>48000</value>
</field>
<!--
Bitrate and number of channels - all values permitted by the AMR spec
are also permitted by the DLNA spec
-->
</restriction>
</dlna-profile>
</dlna-profiles>
|