need help installing mozplugger in firefox on fedora core 2
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi. I downloaded mozplugger from their site. the exact file was: mozplugger-1.5.2.tar.gz. I unpacked the file and read the README. It says to
To install in your own directory: (for Mozilla)
cp mozplugger.so ~/.mozilla/plugins/mozplugger.so
cp mozpluggerrc ~/.mozilla/
cp mozplugger-helper ~/.mozilla/
cp mozplugger-controller ~/.mozilla/
however there was no mozplugger.so in the unpacked directory. there was a mozplugger.7.bz that i uncompressed. Am im supposed to substitute that for mozplugger.so? also i copied the remaining three files but they all end in .c. for example it wasn't mozpluggerrc but mozpluggerrc.c. Does that matter? also im using firefox so should i cp the files to ~/.mozilla/firefox instead? Any help would be appreciated. thanks.
To re-compile:
Edit Makefile to suit to your system.
Type 'make'.
Notes:
* You will need xlibs-dev (Debian) or libxfree86-devel
(Mandrake), or equivalent headers to compile.
* For 64-bit architectures, use the option -D__amd64__ in
the Makefile.
ok so now i see the apporiate files after doing the make and make localinstall_mozilla commands. But should i copy them to the .mozilla folder or the .mozilla/firefox folder?
nevermind: i did make install to install it globally and it works.
Last edited by dr_zayus69; 03-14-2005 at 06:45 PM..
is it possible to use a skin with moz plugger so that there is a play, pause, etc button with the streaming content? I've tried using the command line keys and they have not seem too responsive.
dunno, I've never really cared for the mplayer plugins too much. you could try the gxine and totem plugins and see if you like them better, just make sure you have the codecs from the mplayer site ( I usually use the all-xxxx package) extracted to /usr/lib/win32.
they are front ends to the xine engine. xine by itself is just an multimedia engine, without a frontend. the xine_ui package is the default frontend, but totem or gxine are others. on FC2, I'm not sure what rpm's you'll need, as with any rpm distro it will probably split the libs off into other packages. compiling from source, the libraries ( gxineplugin.so and libtotem_mozilla.so) end up in <prefix>/lib/gxine and <prefix>/lib/mozilla-1.x/plugins respectively.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.