# HG changeset patch # User gabucino # Date 1001628818 0 # Node ID 05189dbfb847ba1b9bbbcb9ac5869fbd1c269cb9 # Parent 5fd3f344fc89265ba121767cdcec7e34a8bde436 more fixes diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/Hungarian/cd-dvd.html --- a/DOCS/Hungarian/cd-dvd.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/Hungarian/cd-dvd.html Thu Sep 27 22:13:38 2001 +0000 @@ -72,18 +72,18 @@

Az MPlayer a libdvdread-et használja, ami tartalmaz beépített támogatást az IFO file-ok feldolgozásához, navi blokkok olvasásához, és -autentikációhoz. Ezutóbbihoz a régi jó libcss-t használja, így először +autentikációhoz. Ezutóbbihoz a libdvdcss-t használja, így először azt kell lefordítani és installálni, majd ./configure, és az automatikusan felismeri.

-

Természetesen miután felinstalláltad a libcss-t és a libdvdread-et, +

Természetesen miután felinstalláltad a libdvdcss-t és a libdvdread-et, nem kell újrafordítanod őket minden alkalommal mikor az MPlayer-t.

MPlayer használata DVD lejátszáshoz:

@@ -119,7 +119,7 @@
Q: -Lefordíthatom a libdvdread-et és a libcss-t például az én szép kis +Lefordíthatom a libdvdread-et és a libdvdcss-t például az én szép kis Sparc/Solarisomon?
A: Ki tudja ... Próbáld ki és mondd el nekünk is. De elvileg működik. @@ -161,7 +161,7 @@ Szóval az MPlayer tud DVD lejátszást? Akkor biztos DeCSS-t használ! Bűnösek vagytok a következő vádpontokban : XYZ#$--
A: - Anyád. Nincs DeCSS kód az MPlayer-ben. libcss-hez linkeli magát. + Anyád. Nincs DeCSS kód az MPlayer-ben. libdvdcss-hez linkeli magát.
 
Q: @@ -180,10 +180,10 @@
 
Q: -Hol lehet letölteni a libdvdread-et és a libcss-et? +Hol lehet letölteni a libdvdread-et és a libdvdcss-t?
A: Innen: -http://www.dtek.chalmers.se/gr +http://www.dtek.chalmers.se/groups/dvd
 
diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/Hungarian/codecs.html --- a/DOCS/Hungarian/codecs.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/Hungarian/codecs.html Thu Sep 27 22:13:38 2001 +0000 @@ -10,7 +10,7 @@

MPlayer közvetlenül tudja olvasni/lejátszani a következőket:

@@ -257,7 +257,16 @@

1.4. És a grafikus felület ?

-

TODO

+

A grafikus felület GTK-ra épül, így a gtk-t (és a hozzávaló fejlesztői csomagokat) +fel kell installálni. A lefordításhoz meg kell adni a --enable-new-gui opciót +a ./configure-nak. Ezután, a GUI mód bekapcsolásához : +

+

1.5. Feliratok és OSD

@@ -427,13 +436,15 @@

Ha nem felel meg a lirc-config file eredeti helye (~/.lircrc), használd a -lircconf [file-név] kapcsolót.

-

3.3. Streaming from network or pipes

+

3.3. Lejátszás hálózatról, vagy pipe-n keresztül

Az MPlayer a HTTP protokollal tud lejátszani hálózaton keresztül. A konfigurálása egyszerű, csak fordítsd újra az MPlayer-t így :

+

    ./configure --enable-streaming

-

    ./configure --enable-streaming

+

Nem tud viszont lejátszani ASF file-okat hálózatról se HTTP-vel, se +MMS-el.

MPlayer tud a standard bemenetről (NEM named pipe-okról) beolvasni. Itt egy példa az FTP-n keresztüli lejátszásra ennek segítségével :

diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/Hungarian/faq.html --- a/DOCS/Hungarian/faq.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/Hungarian/faq.html Thu Sep 27 22:13:38 2001 +0000 @@ -105,9 +105,9 @@   Q: -libcss/libdivxdecore támogatással fordítottam az MPlayer-t, de amikor +libdvdcss/libdivxdecore támogatással fordítottam az MPlayer-t, de amikor el akarom indítani, ezt írja ki : -> error while loading shared libraries: libcss.so.0: cannot load shared object file: No such file or directory
+> error while loading shared libraries: lib*.so.0: cannot load shared object file: No such file or directory
Megnéztem a file-t, és ott van az /usr/local/lib-ben.
A: Mit keresel te Linuxon? Nem tudsz feltenni egy könyvtárat? Miért diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/Hungarian/video.html --- a/DOCS/Hungarian/video.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/Hungarian/video.html Thu Sep 27 22:13:38 2001 +0000 @@ -261,7 +261,7 @@ SUID root-ként kell installálnod :

-    chown root /usr/local/bin/mplayer
+    chown root /usr/local/bin/mplayer
    chmod 750 /usr/local/bin/mplayer
    chmod +s /usr/local/bin/mplayer

diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/cd-dvd.html --- a/DOCS/cd-dvd.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/cd-dvd.html Thu Sep 27 22:13:38 2001 +0000 @@ -75,21 +75,21 @@ This is the first version of some real DVD support inside MPlayer and we're busy with hunting bugs and implementing basic DVD player features.

-

MPlayer uses libdvdread which has got built in support for IFO parsing, -reading navi blocks and doing authentication/descrambling. libdvdread -use the good old libcss to the latter tasks. So you will need libcss and -libdvdread downloaded, compiled and installed BEFORE you run ./configure -script of MPlayer which will autodetect libdvdread for you in this way.

+

MPlayer uses libdvdread which has got built in support for IFO +parsing, reading navi blocks and doing authentication/descrambling. libdvdread +uses libdvdcss to the latter tasks. So you will need libdvdcss and libdvdread +downloaded, compiled and installed BEFORE you run ./configure script of +MPlayer which will autodetect libdvdread for you in this way.

    -
  • Download source of libdvdread and libcss.

    +
  • Download source of libdvdread and libdvdcss.

    You can download them from http://www.dtek.chalmers.se/groups/dvd -(click 'download' in the menu at the left, and you can find libcss and +(click 'download' in the menu at the left, and you can find libdvdcss and libdvdread in a table).

  • -
  • Compile and install libcss THEN libdvdread.

    +
  • Compile and install libdvdcss THEN libdvdread.

    Read documentation of these packages to do this step easily.

  • @@ -101,7 +101,7 @@ line when you run ./configure). That's it! Say: make, then make install.

-

Of course after installing libcss and libdvdread you don't need recompile +

Of course after installing libdvdcss and libdvdread you don't need recompile them at each time when you want to recompile MPlayer (from a new CVS version for example) since the needed packages have already been installed on your machine.

@@ -130,7 +130,7 @@
Q: -Can I compile libdvdread and libcss for example on my sweet Sparc/Solaris? +Can I compile libdvdread and libdvdcss for example on my sweet Sparc/Solaris?
A: Who knows ... Please test it and send feedback. But it's said that it should work. Please refer documentation of libdvdread and its homepage @@ -174,7 +174,7 @@ under the XYZ#$ paragraph of the--
A: Get back asshole, there is no DeCSS code in MPlayer. MPlayer uses libdvdread -by linking against it, and libdvdread uses libcss by dynamic loading it. +by linking against it, and libdvdread uses libdvdcss by dynamic loading it.
 
Q: @@ -193,7 +193,7 @@
 
Q: -Where can I get libdvdread and libcss packages from? +Where can I get libdvdread and libdvdcss packages from?
A: From the site of Ogle: http://www.dtek.chalmers.se/groups/dvd. diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/codecs.html --- a/DOCS/codecs.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/codecs.html Thu Sep 27 22:13:38 2001 +0000 @@ -10,7 +10,7 @@

MPlayer can read/play from the following devices/formats:

  • VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file -
  • DVD, directly from your DVD disk, using optional libcss for decryption +
  • DVD, directly from your DVD disk, using optional libdvdcss for decryption
  • MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file formats
  • RIFF AVI file format diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/documentation.html --- a/DOCS/documentation.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/documentation.html Thu Sep 27 22:13:38 2001 +0000 @@ -220,7 +220,7 @@ You'll need this to gain DivX playing on non-x86 machines, or want to gain bigger speed than the Win32 codec does.
  • -
  • For DVD support, you'll have to compile libdvdread and libcss. +
  • For DVD support, you'll have to compile libdvdread and libdvdcss. See section 4.2 for more information.
@@ -250,7 +250,16 @@

1.4. What about the GUI?

-

TODO

+

The GUI is built upon GTK, so gtk (and it's devel stuff) has to be installed. +You can build it by specifying --enable-new-gui during ./configure . +Then, to turn on GUI mode, you either +

    +
  • use the -gui option
  • +
  • specify gui=yes in your config file
  • +
  • ln -s /usr/local/bin/mplayer /usr/local/bin/gmplayer , + and call gmplayer instead. +
+

1.5. Subtitles and OSD

@@ -352,7 +361,7 @@

GUI keyboard control

- + @@ -420,11 +429,13 @@

3.3. Streaming from network or pipes

-

MPlayer can play media from network, by using the HTTP protocol. +

MPlayer can play files from network, using the HTTP protocol. Configuring it is simple, just recompile MPlayer with

    ./configure --enable-streaming

+

MPlayer can NOT read ASF files from network, neither with HTTP nor MMS.

+

MPlayer can read from stdin (NOT named pipes). This can be for example used to play from FTP:

diff -r 5fd3f344fc89 -r 05189dbfb847 DOCS/faq.html --- a/DOCS/faq.html Thu Sep 27 21:29:40 2001 +0000 +++ b/DOCS/faq.html Thu Sep 27 22:13:38 2001 +0000 @@ -104,9 +104,9 @@
, and .previous / next stream
, and .previous / next file
gray - or +decrease / increase volume
enterstart playing
spacepause
 
Q: -I compiled MPlayer with libcss/libdivxdecore support, but when +I compiled MPlayer with libdvdcss/libdivxdecore support, but when I try to start it, it says:
-> error while loading shared libraries: libcss.so.0: cannot load +> error while loading shared libraries: lib*.so.0: cannot load shared object file: No such file or directory
I checked up on the file and it IS there in /usr/local/lib.
A: