# 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.
Töltsd le a libdvdread és libcss forrását.
+Töltsd le a libdvdread és libdvdcss forrását.
Letöltheted őket a -http://www.dtek.chalmers.se/gr +http://www.dtek.chalmers.se/groups/dvd címről (klikkelj a 'download'-ra a bal oldali menűben).
Fordítsd le és installáld a libcss-t és AZUTÁN a libdvdread-et.
+Fordítsd le és installáld a libdvdcss-t és AZUTÁN a libdvdread-et.
Olvasd el ezen csomagok dokumentációját, ha segítségre van szükséged.
make
és make install
.
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 | |
MPlayer közvetlenül tudja olvasni/lejátszani a következőket:
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 :
+
-gui
opciótgui=yes
sort a konfigurációs file-baln -s /usr/local/bin/mplayer /usr/local/bin/gmplayer
,
+ és a gmplayer
file-t indítsd.
+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 @@> 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
-
chown root /usr/local/bin/mplayer
+ chown root /usr/local/bin/mplayer
chmod 750 /usr/local/bin/mplayer
chmod +s /usr/local/bin/mplayer
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.
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:
TODO +The GUI is built upon GTK, so gtk (and it's devel stuff) has to be installed.
+You can build it by specifying
GUI keyboard control
|