~ubuntu-branches/ubuntu/feisty/videolan-doc/feisty

« back to all changes in this revision

Viewing changes to doc/streaming-howto/src/fr/streaming-howto.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2006-07-11 18:08:24 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711180824-wk7ise3qzgfzo0zy
Tags: 20060711-1
* New SVN snapshot.
* debian/control:
  + Set policy to 3.7.2.
  + Moved debhelper to Build-Depends because we use it in the clean rule.
* debian/copyright:
  + Fixed the FSF address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN" "/usr/share/sgml/docbook/dtd/xml/4.1/docbookx.dtd"
 
4
 
 
5
[
 
6
  <!ENTITY intro SYSTEM "intro.xml">
 
7
 
 
8
  <!-- Learn sout -->
 
9
  <!ENTITY gui SYSTEM "gui.xml">
 
10
  <!ENTITY cmdline SYSTEM "cmdline.xml">
 
11
  <!ENTITY examples SYSTEM "examples.xml">
 
12
 
 
13
  <!ENTITY vlm-vod SYSTEM "vlm-vod.xml">
 
14
 
 
15
  <!-- Use cases -->
 
16
  <!ENTITY receive SYSTEM "receive.xml">
 
17
  <!ENTITY file SYSTEM "file.xml">
 
18
  <!ENTITY dvd SYSTEM "dvd.xml">
 
19
  <!ENTITY dvb SYSTEM "dvb.xml">
 
20
  <!ENTITY encoding-cards SYSTEM "encoding-cards.xml">
 
21
 
 
22
  <!-- Misc -->
 
23
  <!ENTITY ipv6 SYSTEM "ipv6.xml"> <!-- FIXME: useful ? -->
 
24
  <!ENTITY announce SYSTEM "announce.xml">
 
25
 
 
26
  <!ENTITY gpl SYSTEM "../../../common/en/gpl.xml">
 
27
]>
 
28
 
 
29
<book id="streaming-howto">
 
30
 
 
31
<bookinfo>
 
32
 
 
33
<title>VideoLAN Streaming Howto</title>
 
34
 
 
35
<authorgroup>
 
36
  <author>
 
37
    <firstname>Alexis</firstname>
 
38
    <surname>de Lattre</surname>
 
39
  </author>
 
40
  <author>
 
41
    <firstname>Johan</firstname>
 
42
    <surname>Bilien</surname>
 
43
  </author>
 
44
  <author>
 
45
    <firstname>Anil</firstname>
 
46
    <surname>Daoud</surname>
 
47
  </author>
 
48
  <author>
 
49
    <firstname>Clément</firstname>
 
50
    <surname>Sténac</surname>
 
51
  </author>
 
52
  <author>
 
53
    <firstname>Antoine</firstname>
 
54
    <surname>Cellerier</surname>
 
55
  </author>
 
56
</authorgroup>
 
57
 
 
58
<copyright>
 
59
    <year>2002-2004</year>
 
60
    <holder>
 
61
     Projet VideoLAN
 
62
     </holder>
 
63
</copyright>
 
64
 
 
65
<legalnotice>
 
66
 
 
67
<para>Vous avez la permission de copier, distribuer et/ou modifier ce document
 
68
selon les termes de la licence GNU General Public License, telle qu'elle
 
69
est publiée par la Free Software Foundation; soit dans la version 2 de la
 
70
licence, ou (si vous le souhaitez) toute version ultérieure.
 
71
Le texte complet de la licence peut être trouvé (en anglais) en appendice. n<xref linkend="gpl" endterm="tgpl"/>.</para>
 
72
 
 
73
</legalnotice>
 
74
 
 
75
<keywordset>
 
76
    
 
77
    <keyword>VideoLAN</keyword>
 
78
    <keyword>Client</keyword>
 
79
    <keyword>vlc</keyword>
 
80
    <keyword>vls</keyword>
 
81
    <keyword>vod</keyword>
 
82
    <keyword>vlcs</keyword>
 
83
    <keyword>stream</keyword>
 
84
    <keyword>multicast</keyword>
 
85
    <keyword>MPEG-1</keyword>
 
86
    <keyword>MPEG-2</keyword>
 
87
    <keyword>MPEG-4</keyword>
 
88
    <keyword>DVD</keyword>
 
89
    <keyword>DivX</keyword>
 
90
</keywordset>
 
91
 
 
92
<abstract>
 
93
 
 
94
<para>
 
95
Ce document explique comment diffuser, transcoder et sauver des flux en utilisant la solution VideoLAN 
 
96
</para>
 
97
 
 
98
</abstract>
 
99
 
 
100
 
 
101
</bookinfo>
 
102
 
 
103
 
 
104
<toc></toc>
 
105
 
 
106
&intro;
 
107
 
 
108
&gui;
 
109
&cmdline;
 
110
&examples;
 
111
 
 
112
&vlm-vod;
 
113
 
 
114
&receive;
 
115
&file;
 
116
&dvd;
 
117
&dvb;
 
118
&encoding-cards;
 
119
 
 
120
&ipv6;
 
121
&gpl;
 
122
 
 
123
</book>