stream_netstream: Remove netstream support
commita16530e63730b4887d8f647c10e4a45d446ee133
authorwm4 <wm4@nowhere>
Sun, 13 Jan 2013 16:22:28 +0000 (13 17:22 +0100)
committerUoti Urpala <uau@mplayer2.org>
Tue, 15 Jan 2013 22:29:10 +0000 (16 00:29 +0200)
treefcbb7f94ffbd43d20fa50246d002fc9ec534a76a
parentd2e5a69bbc9cfd274db1042133ddb08ba96c6eba
stream_netstream: Remove netstream support

This allowed to move the input stream layer across the network,
allowing the user to play anything that mplayer could play remotely.
For example, playing a DVD related on a remote server (say, with the
host name "remotehost1") could be done by starting the netstream
server (from TOOLS/netstream.c) on that remote server, and then
running:

    mplayer mpst://remotehost1/dvd://

This would open the DVD on the remote host, and transfer the raw DVD
sector reads over network. It works the same for other protocols, and
all accesses to the stream layer are marshaled over network. It's
comparable to the way the cache layer (--cache) works.

It has questionable use and most likely was barely used at all.
There's lots of potential for breakage, because it doesn't translate
the stream CTRLs to network packets. Just get rid of it.
Makefile
TOOLS/README
TOOLS/netstream.c [deleted file]
cfg-mplayer.h
mp_msg.h
stream/stream.c
stream/stream_netstream.c [deleted file]
stream/stream_netstream.h [deleted file]