# HG changeset patch # User diego # Date 1099649679 0 # Node ID 89bbd098cfda24362f1e0c132f15ddf4ac624199 # Parent 8b810ed6e543e4eb47e2cda5fba5db25da8bc679 slight grammar/wording/spelling/markup improvements diff -r 8b810ed6e543 -r 89bbd098cfda DOCS/xml/en/usage.xml --- a/DOCS/xml/en/usage.xml Fri Nov 05 04:13:25 2004 +0000 +++ b/DOCS/xml/en/usage.xml Fri Nov 05 10:14:39 2004 +0000 @@ -151,24 +151,25 @@ Linux Infrared Remote Control - use an easy to build home-brewn IR-receiver, -an (almost) arbitrary remote control and control your linux box with it! -More about it at www.lirc.org. +an (almost) arbitrary remote control and control your Linux box with it! +More about it on the LIRC homepage. -If you have installed the lirc-package, configure will autodetect it. If -everything went fine, MPlayer will print a -message like "Setting up lirc support..." -on startup. If an error occurs it will tell you. If it doesn't tell you -anything about LIRC there's no support compiled in. That's it :-) +If you have the LIRC package installed, configure will +autodetect it. If everything went fine, MPlayer +will print "Setting up LIRC support..." +on startup. If an error occurs it will tell you. If there is no message about +LIRC there is no support compiled in. That's it :-) -The application name for MPlayer is - oh wonder -- mplayer. You can use any mplayer commands and even -pass more than one command by separating them with \n. +The application name for MPlayer is - surprise - +mplayer. You can use any MPlayer +commands and even pass more than one command by separating them with +\n. Don't forget to enable the repeat flag in .lircrc when -it make sense (seek, volume, etc). Here's an excerpt from my +it makes sense (seek, volume, etc). Here's an excerpt from a sample .lircrc: @@ -227,27 +228,27 @@ Streaming from network or pipes -MPlayer can play files from network, using the +MPlayer can play files from the network, using the HTTP, FTP, MMS or RTSP/RTP protocol. -Playing goes by simply using adding the URL to the command line. -MPlayer also honors the -http_proxy environment variable, and uses proxy if -available. Proxy usage can also be forced: +Playing works simply by passing the URL on the command line. +MPlayer honors the http_proxy +environment variable, using a proxy if available. Proxies can also be forced: mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf MPlayer can read from stdin -(not named pipes). This can be for example used to +(not named pipes). This can for example be used to play from FTP: wget ftp://micorsops.com/something.avi -O - | mplayer - -Note: it's also recommended to enable when playback from network: +Note: It's also recommended to enable when playing +from the network: wget ftp://micorsops.com/something.avi -O - | mplayer -cache 8192 -