diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-09 16:35:45 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-09 16:35:45 +0000 |
commit | b69cc6330e66260238abf75164f18db17337ba20 (patch) | |
tree | 6415fe5e90dc082be503f00af4284f6d71833c80 | |
parent | d50b6542e330db416b50aa717aa67e2a0b564d58 (diff) | |
download | xine-lib-b69cc6330e66260238abf75164f18db17337ba20.tar.gz xine-lib-b69cc6330e66260238abf75164f18db17337ba20.tar.bz2 |
Reinstate the previous Real codecs info, leaving in place the RealPlayer text.
-rw-r--r-- | doc/faq/faq.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 59bc5cde6..5dbd1c6a4 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -874,6 +874,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> |