HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
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/mpeg1.xml
<?xml version="1.0"?>

<dlna-profiles>
  <include ref="common.xml" />

  <restrictions>
    <restriction id="mpeg1" type="video">
      <field name="name" type="string">
        <value>video/mpeg</value>
      </field>
      <field name="mpegversion" type="int">
        <value>1</value>
      </field>
      <field name="bitrate" type="int" used="in-strict">
        <!-- This isn't exactly as in the spec, but should catch more compliant
             streams -->
        <range min="1150000" max="1152000" />
      </field>
    </restriction>
  </restrictions>

  <dlna-profile name="MPEG1" mime="video/mpeg">
    <restriction type="container">
      <field name="name" type="string">
        <value>video/mpeg</value>
      </field>
      <field name="mpegversion" type="int">
        <value>1</value>
      </field>
      <field name="systemstream" type="boolean">
        <value>true</value>
      </field>
    </restriction>

    <restriction type="audio">
      <field name="name" type="string">
        <value>audio/mpeg</value>
      </field>
      <field name="mpegversion" type="int">
        <value>1</value>
      </field>
      <field name="mpegaudioversion" type="int">
        <value>1</value>
      </field>
      <field name="layer" type="int">
        <value>2</value>
      </field>
      <field name="channels" type="int">
        <value>2</value>
      </field>
      <field name="rate" type="int" used="in-strict">
        <value>44100</value>
      </field>
      <field name="bitrate" type="int" used="in-strict">
        <value>224000</value>
      </field>
    </restriction>

    <restriction type="video" used="in-strict">
      <parent name="mpeg1" />
      <parent name="CIF" />

      <field name="framerate" type="fraction">
        <value>25/1</value>
      </field>
    </restriction>

    <restriction type="video" used="in-strict">
      <parent name="mpeg1" />
      <parent name="525SIF" />

      <field name="framerate" type="fraction">
        <value>30000/1001</value>
      </field>
    </restriction>

    <restriction type="video" used="in-strict">
      <parent name="mpeg1" />
      <parent name="525SIF" />

      <field name="framerate" type="fraction">
        <value>24000/1001</value>
      </field>
    </restriction>

    <restriction type="video" used="in-relaxed">
      <parent name="mpeg1" />
    </restriction>
  </dlna-profile>
</dlna-profiles>