HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/gupnp-dlna-2.0/dlna-profiles/wma.xml
<?xml version="1.0"?>

<dlna-profiles>
  <restrictions>
    <restriction id="WMA" type="audio">
      <field name="name" type="string">
        <value>audio/x-wma</value>
      </field>
    </restriction>

    <restriction id="WMA-ASF" type="container">
      <field name="name" type="string">
        <value>video/x-ms-asf</value>
      </field>
    </restriction>
  </restrictions>

  <dlna-profile name="WMABASE" mime="audio/x-ms-wma">
    <parent name="WMA-ASF" />

    <restriction type="audio">
      <parent name="WMA" />

      <field name="wmaversion" type="int">
        <value>1</value>
        <value>2</value>
      </field>
      <field name="rate" type="int">
        <range min="0" max="48000" />
      </field>
      <field name="bitrate" type="int">
        <range min="1" max="192999" />
      </field>
    </restriction>
  </dlna-profile>

  <dlna-profile name="WMAFULL" mime="audio/x-ms-wma">
    <parent name="WMA-ASF" />

    <restriction type="audio">
      <parent name="WMA" />

      <field name="wmaversion" type="int">
        <value>1</value>
        <value>2</value>
      </field>
      <field name="rate" type="int">
        <range min="0" max="48000" />
      </field>
    </restriction>
  </dlna-profile>

  <dlna-profile name="WMAPRO" mime="audio/x-ms-wma">
    <parent name="WMA-ASF" />

    <restriction type="audio">
      <parent name="WMA" />

      <field name="wmaversion" type="int">
        <value>3</value>
      </field>
      <field name="rate" type="int">
        <range min="0" max="96000" />
      </field>
      <field name="channels" type="int">
        <!-- FIXME: 8 = 7.1 - we don't have a way to check for LFE channels -->
        <range min="1" max="8" />
      </field>
      <field name="bitrate" type="int">
        <range min="1" max="1500000" />
      </field>
    </restriction>
  </dlna-profile>
</dlna-profiles>