Greg Klanderman <greg(a)alphatech.com> writes:
I got rvplayer and it works, but how do I convince TM to do
something
more useful than dump the attachment into a random file in /tmp?
It works for me. I hit "v" and rvplayer comes up and plays.
I'm trying something like
(push '((type . "audio/x-pn-realaudio")
(method "rvplayer" nil 'file))
mime/content-decoding-condition)
but it does not seem to be working. Rvplayer comes up but isn't
playing anything.
Try putting the line
audio/x-pn-realaudio;rvplayer %s
in your ~/.mailcap. Then XEmacs, Netscape, etc. will be happy.
I had to do a stupid installation trick to make it start with the
simple command "rvplayer". I have the Real Audio .so's
(librvplayer.so, librvcore.so, etc.) hardlinked into /usr/lib so they
can be found by default.
If you don't put the .so's in a default run-time link directory you
have to invoke it with the correct directory added to LD_LIBRARY_PATH:
$ LD_LIBRARY_PATH=/usr/local/lib/rvplayer5.0 rvplayer
Either a local file or a URL as a parameter should be acceptable (it
works for me).