# HG changeset patch # User gabucino # Date 992084085 0 # Node ID 29b5ada1ec4c76d9f998a2296342cb4d82a6f39f # Parent e45a029db4c375a7ceaffdfeaf745bc195caccb4 *** empty log message *** diff -r e45a029db4c3 -r 29b5ada1ec4c DOCS/Hungarian/README --- a/DOCS/Hungarian/README Sat Jun 09 08:56:15 2001 +0000 +++ b/DOCS/Hungarian/README Sat Jun 09 10:54:45 2001 +0000 @@ -195,12 +195,15 @@ Ez a tulajdonság néhány külső programmal együtt kibővíti a lehetőségeinket. Például egy épp most letöltött divx film megnézése: rar p ast-nssvcd.rar | mplayer -vo xmga -fs - - -Egy ASF grabberrel vagy HTTP dump programmal a netről is lejátszhatsz. +vagy : wget ftp://micorsops.com/something.avi -O - | mplayer - -(később majd lesz közvetlen ASF/http/ftp olvasás, tekeressel stb, de egyelőre -ez van) +A netrol egyelore csak HTTP-n keresztul lehet lejatszani, a tobbi (peldaul ASF) +keszuloben. Pelda : + mplayer http://test.localdomain/dune.mpg + +Megj.: az MPlayer-t --enable-streaming opcioval forditsd !!! + TV output: ~~~~~~~~~~~ diff -r e45a029db4c3 -r 29b5ada1ec4c DOCS/README --- a/DOCS/README Sat Jun 09 08:56:15 2001 +0000 +++ b/DOCS/README Sat Jun 09 10:54:45 2001 +0000 @@ -172,8 +172,8 @@ Note: in order to use Matrox YUV driver (-vo mga or xmga), first you'll have to load the driver: see DOCS/VIDEOCARDS . -Playing from stdin: -~~~~~~~~~~~~~~~~~~~ +Playing from Net & stdin: +~~~~~~~~~~~~~~~~~~~~~~~~~ Now it's possible. To play something by reading from stdin, just use '-' as filename: @@ -193,12 +193,15 @@ For example, to play a movie just downloaded from your favourite divx server: rar p ast-nssvcd.rar | mplayer -vo xmga -fs - - -With an ASF grabber or http dump program you can play from the net. +or: wget ftp://micorsops.com/something.avi -O - | mplayer - -(however we planned to add direct ASF/http/ftp inputs with seeking and other -stuff, but for now it's a good workaround) +Playing from the net currently works only with HTTP, other methods (including +ASF) coming soon. + mplayer http://test.localdomain/dune.mpg + +NOTE : you have to compile MPlayer with --enable-streaming !!! + TV output: ~~~~~~~~~~ diff -r e45a029db4c3 -r 29b5ada1ec4c DOCS/mplayer.1 --- a/DOCS/mplayer.1 Sat Jun 09 08:56:15 2001 +0000 +++ b/DOCS/mplayer.1 Sat Jun 09 10:54:45 2001 +0000 @@ -53,6 +53,7 @@ .RB [ \-srate\ Hz ] .RB [ \-osdlevel\ level ] .RB [ \-config\ file ] +.RB [ \-display\ name ] .I - or file .PP .SH DESCRIPTION @@ -262,6 +263,10 @@ .TP .B \-config configfile specifies where to search for config file +.TP +.B \-display name +specify the hostname and display number of the X server you want +to display on. For example : -display xtest.localdomain:0 .IP .SH "ALPHA/BETA CODE" .TP