[vlc-devel] [PATCH] realvideo bug fix and document
xxcv
xxcv07 at gmail.com
Thu Feb 5 10:21:26 CET 2009
Wang Bo wrote:
> ---
> 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 http://code.google.com/p/rm-for-vlc/
> +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>
> +
>
Here's a sample which will crash drv43260.dll through vlc.
http://www.megaupload.com/?d=7ZZXXZ9P
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090205/47e338cf/attachment.html>
More information about the vlc-devel
mailing list