diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-10 18:25:09 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-10 18:25:09 +0000 |
commit | 1c19b8e8e3cfb32e341332b751686e86d7389569 (patch) | |
tree | 64d9edcf312915b3d9ae524d55b6508b61bf361f /doc/faq | |
parent | c62b455944c8c91bd4d9ae5e8000ec33190174c5 (diff) | |
parent | 6002a9a87b3f591832c2b91ca1b2b1b67be008f5 (diff) | |
download | xine-lib-1c19b8e8e3cfb32e341332b751686e86d7389569.tar.gz xine-lib-1c19b8e8e3cfb32e341332b751686e86d7389569.tar.bz2 |
Merge from 1.1.
--HG--
rename : doc/faq/faq.sgml => doc/faq/faq.docbook
rename : src/xine-engine/buffer.h => include/xine/buffer.h
rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h
Diffstat (limited to 'doc/faq')
-rw-r--r-- | doc/faq/faq.docbook | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/faq/faq.docbook b/doc/faq/faq.docbook index 7b8acd7a9..4eb947e06 100644 --- a/doc/faq/faq.docbook +++ b/doc/faq/faq.docbook @@ -876,6 +876,19 @@ <filename>/opt/real/RealPlayer/codecs/</filename>. Restart xine then and you should be able to watch Real files/streams. </para> + <para> + Another way to get the Real codecs is to download them from the MPlayer website + <ulink url="http://www.mplayerhq.hu/design7/dload.html"> + http://www.mplayerhq.hu/design7/dload.html + </ulink>. + The package is called "essential". Unpack it and move everything you + find inside to <filename>/usr/lib/codecs</filename> and set the + <parameter>decoder.external.real_codecs_path</parameter> in your xine config file + to <filename>/usr/lib/codecs</filename> (actually you can place them + anywhere you want, e.g. someplace in your home directory, but then you'll + have to set <parameter>decoder.external.real_codecs_path</parameter> accordingly). + Restart xine then and you should be able to watch Real files/streams. + </para> </sect3> <sect3 id="realnetworkstreams"> <title>What about (live) network streams (pnm://, rtsp:// style urls)?</title> |