summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-09 11:54:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-09 11:54:03 +0000
commitb8dcfde2dcb87f965a789a6f1505e8575247e5c7 (patch)
treea4f84cd9d6fec43a42efd5c0390cea8a716b0642 /DOCS
parentbf3fff69ca421ef441a5c06614e71c97178e061d (diff)
downloadmpv-b8dcfde2dcb87f965a789a6f1505e8575247e5c7.tar.bz2
mpv-b8dcfde2dcb87f965a789a6f1505e8575247e5c7.tar.xz
Move netstream documentation into TOOLS/README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22951 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/usage.xml62
1 files changed, 0 insertions, 62 deletions
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml
index 5aafc99319..f337b6507f 100644
--- a/DOCS/xml/en/usage.xml
+++ b/DOCS/xml/en/usage.xml
@@ -429,68 +429,6 @@ This works with all protocols supported by
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-<sect1 id="mpst" xreflabel="Remote streams">
-<title>Remote streams</title>
-
-<para>
-Remote streams allow you to access most <application>MPlayer</application>
-stream type from a remote host. The main purpose of this feature is to make
-it possible to directly use the CD or DVD drive of another computer on the
-network (provided you have the required bandwidth). On the downside some
-stream type (currently TV and MF) are not usable remotely because they are
-implemented at the demuxer level. It is sad for MF but TV stream would anyway
-require an insane amount of bandwidth.
-</para>
-
-<!-- ********** -->
-
-<sect2 id="compile_mpst_server">
-<title>Compiling the server</title>
-
-<para>
-After having compiled <application>MPlayer</application> go to the
-<filename>TOOLS/netstream</filename> directory and enter
-<application>make</application> to build the server binary.
-You can then copy the <application>netstream</application> binary
-to the right place on your system (usually
-<filename class="directory">/usr/local/bin</filename> on Linux).
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="use_mpst">
-<title>Using remote streams</title>
-
-<para>
-First you have to start the server on the computer you intend to remotely
-access. Currently the server is very basic and does not have any commands
-line arguments so just enter <filename>netstream</filename>. Now you can
-for example play the second track of a VCD on the server with :
-<screen>
-mplayer -cache 5000 <replaceable>mpst://servername/vcd://2</replaceable>
-</screen>
-You can also access files on this server :
-<screen>
-mplayer -cache 5000 <replaceable>mpst://servername//usr/local/movies/lol.avi</replaceable>
-</screen>
-Note that paths which aren't starting with a / will be relative to
-the directory where the server is running. The <option>-cache</option> option
-is not needed but highly recommended.
-</para>
-
-<para>
-Be aware that currently the server is not secure at all. So do not complain
-about the numerous exploits which are possible through this. Instead send
-some (good) patch to make it better or start writing your own server.
-</para>
-</sect2>
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
<sect1 id="edl" xreflabel="Edit Decision Lists (EDL)">
<title>Edit Decision Lists (EDL)</title>