2010-12-07 17:52:15 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
|
|
|
<!ENTITY % version-entities SYSTEM "version.entities">
|
|
|
|
%version-entities;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
<bookinfo>
|
|
|
|
<title>GStreamer RTSP Server Reference Manual</title>
|
|
|
|
<releaseinfo>
|
2011-01-24 11:53:17 +00:00
|
|
|
for GStreamer RTSP Server &GST_VERSION;
|
2010-12-07 17:52:15 +00:00
|
|
|
</releaseinfo>
|
|
|
|
</bookinfo>
|
|
|
|
|
|
|
|
<chapter>
|
2013-07-11 10:18:26 +00:00
|
|
|
<xi:include href="xml/rtsp-server.xml"/>
|
2010-12-07 17:52:15 +00:00
|
|
|
<xi:include href="xml/rtsp-client.xml"/>
|
2013-11-21 23:45:17 +00:00
|
|
|
<xi:include href="xml/rtsp-context.xml"/>
|
2013-07-11 10:18:26 +00:00
|
|
|
<xi:include href="xml/rtsp-mount-points.xml"/>
|
2010-12-07 17:52:15 +00:00
|
|
|
<xi:include href="xml/rtsp-media-factory.xml"/>
|
2010-12-30 11:41:53 +00:00
|
|
|
<xi:include href="xml/rtsp-media-factory-uri.xml"/>
|
2013-07-11 14:57:14 +00:00
|
|
|
<xi:include href="xml/rtsp-media.xml"/>
|
|
|
|
<xi:include href="xml/rtsp-stream.xml"/>
|
2010-12-07 17:52:15 +00:00
|
|
|
<xi:include href="xml/rtsp-session-pool.xml"/>
|
|
|
|
<xi:include href="xml/rtsp-session.xml"/>
|
2013-07-11 14:57:14 +00:00
|
|
|
<xi:include href="xml/rtsp-session-media.xml"/>
|
|
|
|
<xi:include href="xml/rtsp-stream-transport.xml"/>
|
2013-07-11 10:18:26 +00:00
|
|
|
<xi:include href="xml/rtsp-sdp.xml"/>
|
2013-02-14 18:38:07 +00:00
|
|
|
<xi:include href="xml/rtsp-address-pool.xml"/>
|
2013-07-11 14:57:14 +00:00
|
|
|
<xi:include href="xml/rtsp-thread-pool.xml"/>
|
2013-07-11 10:18:26 +00:00
|
|
|
<xi:include href="xml/rtsp-auth.xml"/>
|
|
|
|
<xi:include href="xml/rtsp-token.xml"/>
|
|
|
|
<xi:include href="xml/rtsp-permissions.xml"/>
|
|
|
|
<xi:include href="xml/rtsp-params.xml"/>
|
2010-12-07 17:52:15 +00:00
|
|
|
</chapter>
|
|
|
|
|
2013-11-21 23:45:17 +00:00
|
|
|
<chapter id="rtsp-server-hierarchy">
|
2010-12-07 17:52:15 +00:00
|
|
|
<title>Object Hierarchy</title>
|
|
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<index id="api-index-full">
|
|
|
|
<title>API Index</title>
|
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2013-11-21 23:45:17 +00:00
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
2010-12-07 17:52:15 +00:00
|
|
|
</book>
|