<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Wang Bo wrote:
<blockquote
 cite="mid:1233727120-5510-1-git-send-email-silencewang@msn.com"
 type="cite">
  <pre wrap="">---
 doc/realvideo-howto.txt   |   25 +++++++
 modules/codec/realvideo.c |  166 ++++++++++++++++++++++++++++++---------------
 2 files changed, 136 insertions(+), 55 deletions(-)
 create mode 100644 doc/realvideo-howto.txt

diff --git a/doc/realvideo-howto.txt b/doc/realvideo-howto.txt
new file mode 100644
index 0000000..8a936f8
--- /dev/null
+++ b/doc/realvideo-howto.txt
@@ -0,0 +1,25 @@
+RealVideo howto
+
+if you want to play RealNetworks' .rm/.rmvb video, 
+you need configure the vlc with --enable-real, and
+--enable-realrtsp for real's rtsp protocol.
+
+After config and make vlc, you need download the
+RealNetworks' codecs, general you can use codec
+from Real Player 9 or 10, the newer codec has not
+tested.  Or you can install Real's player or Helix SDK. 
+The important file is "drv4.so.6" for linux, and
+"drv43260.dll" for windows. you can put the file
+in same directory with vlc, or you can check
+module/codec/realvideo.c to get the better location
+for the codec dll. if you can not find the dll,
+you can check <a class="moz-txt-link-freetext" href="http://code.google.com/p/rm-for-vlc/">http://code.google.com/p/rm-for-vlc/</a>
+to get more info.
+
+Now the realvideo has tested on linux ( intel, 32bit)
+and windows ( intel, 32bit ), if you have tested it on
+other platform, please let me know.
+
+-- 
+WangBo <silencewang __at__ msn.com>
+
  </pre>
</blockquote>
Here's a sample which will crash drv43260.dll through vlc.<br>
<a>http://www.megaupload.com/?d=7ZZXXZ9P<br>
<br>
</a>
</body>
</html>