Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Configuration: DATAPUMP

The Datapump section in the system configuration specifies the internal behaviour of servers and proxies. Here is an overview:
<system type="client">
  <datapump>
    <type value="MNSTREAMER" />
    <sendblock value="no" />
  </datapump>
</system>

The options mean specifically:

The RTSP section in the system configuration specifies the use of RTSP in the komssys system. Options specify RTSP behaviour but also addresses. Here is an overview:

<system type="client">
  <rtsp>
    <eol value="CRLF" />
    <destination />
    <default-server-port value="554" />
    <use-proxy />
    <proxy>
      <host value="localhost" />
      <port value="554" />
    </proxy>
  </rtsp>
</system>

The options mean specifically:

The Transcoding section in the system configuration specifies the behaviour of proxies. Here is an overview:

<system type="proxy">
  <transcoding>
    <use-transcoding value="no"/>
    <screenwidth value="240"/>
    <screenheight value="320"/>
    <libraries>
        <transcoding-lib pt="MPV" lib="./libnop1.so"/>
        <transcoding-lib pt="MPA" lib="./libnop2.so"/>
    </libraries>
    <client name="faust">
        <screenwidth value="240"/>
        <screenheight value="320"/>
        <libraries>
            <transcoding-lib pt="MPV" lib="./libtest.so"/>
        </libraries>
    </client>
    <client name="mephisto">
        <use-transcoding value="no"/>
    </client>
  </transcoding>
</system>

The options mean specifically:


Generated on Sun Mar 6 13:36:23 2005 for Komssys by doxygen 1.3.8