"Fossies" - the Fresh Open Source Software Archive 
Member "gnash-0.8.10/doc/C/cygnal.man-xml" (19 Jan 2012, 1824 Bytes) of package /linux/www/old/gnash-0.8.10.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
2 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
3 [
4 <!ENTITY legal SYSTEM "legal.xml">
5 <!ENTITY appversion "0.8.9">
6 <!ENTITY manrevision "0.1">
7 <!ENTITY date "Feb 2011">
8 <!ENTITY app "<application>Cygnal</application>">
9 <!ENTITY appname "Cygnal">
10 <!ENTITY version "0.8">
11 ]
12 >
13
14 <refentry id="cygnal">
15 <refmeta>
16 <refentrytitle>cygnal</refentrytitle>
17 <manvolnum>1</manvolnum>
18 </refmeta>
19
20 <!-- the refname becomes the output name of the man page -->
21 <refnamediv>
22 <refname>cygnal</refname>
23 <refpurpose>Cygnal</refpurpose>
24 </refnamediv>
25
26
27 <refsynopsisdiv><title>Synopsis</title>
28 <synopsis>
29 cygnal (options)...
30 </synopsis>
31 </refsynopsisdiv>
32
33 <refsect1><title>Description</title>
34 <para>
35 Cygnal is a multimedia media server for streaming audio, video, and
36 video conferencing. Cygnal supports several protocols used by SWF
37 file players, including RTMP, RTMPTS, and RTMPT, while encouraging the
38 use of patent-free codecs.
39 </para>
40
41 <variablelist>
42 <varlistentry>
43 <term>-h</term>
44 <term>--help</term>
45 <listitem>
46 <para>
47 Print usage info.
48 </para>
49 </listitem>
50 </varlistentry>
51
52 <varlistentry>
53 <term>--version</term>
54 <listitem>
55 <para>
56 Print version information.
57 </para>
58 </listitem>
59 </varlistentry>
60
61 <varlistentry>
62 <term>-v</term>
63 <term>--verbose</term>
64 <listitem>
65 <para>
66 Verbose output.
67 </para>
68 </listitem>
69 </varlistentry>
70
71 <varlistentry>
72 <term>-p</term>
73 <term>--port-offset</term>
74 <listitem>
75 <para>
76 Port offset. This number gets added to the default
77 ports for RTMPS and RTMPS. This is only used by
78 developers.
79 </para>
80 </listitem>
81 </varlistentry>
82
83
84 </variablelist>
85
86 </refsect1>
87 </refentry>
88