mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
72dc8acd86
This adds a new RTSP server, client, media-factory and media subclass for handling the specifics of the backchannel. Ideally this later can be extended with other ONVIF specific features.
53 lines
1.9 KiB
XML
53 lines
1.9 KiB
XML
<?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>
|
|
for GStreamer RTSP Server &GST_VERSION;
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<xi:include href="xml/rtsp-server.xml"/>
|
|
<xi:include href="xml/rtsp-client.xml"/>
|
|
<xi:include href="xml/rtsp-context.xml"/>
|
|
<xi:include href="xml/rtsp-mount-points.xml"/>
|
|
<xi:include href="xml/rtsp-media-factory.xml"/>
|
|
<xi:include href="xml/rtsp-media-factory-uri.xml"/>
|
|
<xi:include href="xml/rtsp-media.xml"/>
|
|
<xi:include href="xml/rtsp-stream.xml"/>
|
|
<xi:include href="xml/rtsp-session-pool.xml"/>
|
|
<xi:include href="xml/rtsp-session.xml"/>
|
|
<xi:include href="xml/rtsp-session-media.xml"/>
|
|
<xi:include href="xml/rtsp-stream-transport.xml"/>
|
|
<xi:include href="xml/rtsp-sdp.xml"/>
|
|
<xi:include href="xml/rtsp-address-pool.xml"/>
|
|
<xi:include href="xml/rtsp-thread-pool.xml"/>
|
|
<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"/>
|
|
<xi:include href="xml/rtsp-onvif-server.xml"/>
|
|
<xi:include href="xml/rtsp-onvif-client.xml"/>
|
|
<xi:include href="xml/rtsp-onvif-media-factory.xml"/>
|
|
<xi:include href="xml/rtsp-onvif-media.xml"/>
|
|
</chapter>
|
|
|
|
<chapter id="rtsp-server-hierarchy">
|
|
<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>
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
</book>
|