Mercurial > mplayer.hg
comparison DOCS/xml/en/usage.xml @ 11271:252fb0cf331a
spelling fixes, mostly by <ismail.donmez@boun.edu.tr>
author | diego |
---|---|
date | Sun, 26 Oct 2003 14:58:17 +0000 |
parents | ebf702420f9b |
children | d480f7e36b74 |
comparison
equal
deleted
inserted
replaced
11270:8ba8ec1293e7 | 11271:252fb0cf331a |
---|---|
433 <para> | 433 <para> |
434 Remote streams allow you to access most <application>MPlayer</application> | 434 Remote streams allow you to access most <application>MPlayer</application> |
435 stream type from a remote host. The main purpose of this feature is to make | 435 stream type from a remote host. The main purpose of this feature is to make |
436 it possible to directly use the CD or DVD drive of another computer on the | 436 it possible to directly use the CD or DVD drive of another computer on the |
437 network (provided you have the required bandwidth). On the downside some | 437 network (provided you have the required bandwidth). On the downside some |
438 stream type (currently TV and MF) are not useable remotely because they are | 438 stream type (currently TV and MF) are not usable remotely because they are |
439 implemented at the demuxer level. It's sad for MF but TV stream would anyway | 439 implemented at the demuxer level. It's sad for MF but TV stream would anyway |
440 require an insane amount of bandwith. | 440 require an insane amount of bandwidth. |
441 </para> | 441 </para> |
442 | 442 |
443 <sect2 id="compile_mpst_server"> | 443 <sect2 id="compile_mpst_server"> |
444 <title>Compiling the server</title> | 444 <title>Compiling the server</title> |
445 <para> | 445 <para> |
464 </screen> | 464 </screen> |
465 You can also access files on this server : | 465 You can also access files on this server : |
466 <screen> | 466 <screen> |
467 mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi | 467 mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi |
468 </screen> | 468 </screen> |
469 Note that paths wich aren't starting with a / will be relative to | 469 Note that paths which aren't starting with a / will be relative to |
470 the directory where the server is running. The <option>-cache</option> option is not | 470 the directory where the server is running. The <option>-cache</option> option is not |
471 needed but highly recommended. | 471 needed but highly recommended. |
472 </para> | 472 </para> |
473 | 473 |
474 <para> | 474 <para> |
475 Be aware that currently the server is not secure at all. So don't complain | 475 Be aware that currently the server is not secure at all. So don't complain |
476 about the numerous exploits wich are possible through this. Instead send | 476 about the numerous exploits which are possible through this. Instead send |
477 some (good) patch to make it better or start writing your own server. | 477 some (good) patch to make it better or start writing your own server. |
478 </para> | 478 </para> |
479 | 479 |
480 </sect2> | 480 </sect2> |
481 | 481 |