mplayerplug-in-devel Mailing List for mplayerplug-in for mozilla (Page 4)
Brought to you by:
kdekorte
You can subscribe to this list here.
2003 |
Jan
(72) |
Feb
(110) |
Mar
(74) |
Apr
(34) |
May
(60) |
Jun
(37) |
Jul
(25) |
Aug
(22) |
Sep
(49) |
Oct
(72) |
Nov
(42) |
Dec
(26) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(108) |
Feb
(184) |
Mar
(361) |
Apr
(154) |
May
(59) |
Jun
(62) |
Jul
(32) |
Aug
(51) |
Sep
(54) |
Oct
(57) |
Nov
(51) |
Dec
(54) |
2005 |
Jan
(86) |
Feb
(28) |
Mar
(15) |
Apr
(22) |
May
(30) |
Jun
(65) |
Jul
(113) |
Aug
(92) |
Sep
(32) |
Oct
(138) |
Nov
(55) |
Dec
(62) |
2006 |
Jan
(104) |
Feb
(73) |
Mar
(71) |
Apr
(155) |
May
(64) |
Jun
(81) |
Jul
(42) |
Aug
(56) |
Sep
(61) |
Oct
(47) |
Nov
(69) |
Dec
(72) |
2007 |
Jan
(90) |
Feb
(65) |
Mar
(77) |
Apr
(40) |
May
(42) |
Jun
(4) |
Jul
(32) |
Aug
(51) |
Sep
(31) |
Oct
(45) |
Nov
(54) |
Dec
(37) |
2008 |
Jan
(12) |
Feb
(15) |
Mar
(14) |
Apr
(8) |
May
(18) |
Jun
(23) |
Jul
(14) |
Aug
(8) |
Sep
(7) |
Oct
(11) |
Nov
(16) |
Dec
(26) |
2009 |
Jan
(12) |
Feb
(2) |
Mar
|
Apr
(2) |
May
(17) |
Jun
|
Jul
|
Aug
(1) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
(1) |
2010 |
Jan
(16) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(7) |
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Nogueira, N. <nel...@WP...> - 2009-04-13 05:12:01
|
[catwoman]$ dir 404.html MPlayer-1.0rc1 MPlayer-1.0rc1.tar Maildir bin chippedthegame chippedthegame.com essential-20061022.tar etc gecko-sdk gecko-sdk-i686-pc-linux-gnu-1.7.11.tar.gz lib libglib2.0-dev_2.20.0-2_i386.deb logs man mozilla-i686-pc-linux-gnu-1.7-installer.tar.gz mozilla-installer mplayerplug-in mplayerplug-in-3.11.tar.gz mplayerplug-in-3.55 mplayerplug-in-3.55.tar.gz share stuff vlc-0.9.8a vlc-0.9.8a.tar.bz2 [catwoman]$ cd mplayerplug-in [catwoman]$ ./configure checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: Determining mozilla/firefox packages to link against checking for pkg-config... /usr/bin/pkg-config checking for mozilla-plugin... configure: WARNING: mozilla-plugin not found checking for firefox-plugin... configure: WARNING: firefox-plugin not found checking for seamonkey-plugin... configure: WARNING: seamonkey-plugin not found configure: error: Unable to find mozilla or firefox development files [catwoman]$ ./configure --with-gecko-sdk=/../gecko-sdk checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking whether make sets $(MAKE)... yes Using new (v1.7+) gecko-sdk checking for pkg-config... /usr/bin/pkg-config checking for gtk+-2.0... configure: WARNING: *** Running in X mode - Limited Features *** checking for gthread-2.0... configure: error: Missing gthread package |
From: David C D. <be...@sh...> - 2009-04-01 07:21:20
|
On running configure (as normal user) with the gecko-sdk path AND exporting PATH with the directories inside geck-sdk (won't run xpidl without path set) I get the following: /usr/local/src/gecko-sdk/bin/xpidl -w -m header -I -I Source -e Source/nsIScrip tableMplayerPlugin.h Source/nsIScriptableMplayerPlugin.idl /usr/local/src/gecko-sdk/bin/xpidl: error while loading shared libraries: libgli b-1.2.so.0: cannot open shared object file: No such file or directory p libglib-1.2.so.0 IS in /usr/lib, so I am perplexed. Its as if xpidl is not looking in PATH at all, so where IS it looking? Does anyone have a useful suggestion? If so please tell me. Thanks. /DAVE |
From: Kevin D. <kde...@gm...> - 2009-02-09 13:44:21
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul Over wrote: > Is it possible or are there plans to make it possible to > pass arguments to mplayer(plugin). I'm looking for a way > to start the playing at time1 and end at time2, e.g., by > using mplayer's -ss and -endpos parameters. > > - Paul Paul, There is a 'starttime' argument that you can pass that starts the media with the -ss option. There is not 'endtime' option, but you could do something in javascript with the getDuration() method and then use stop or quit when you reach where you want to end the file. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iEYEARECAAYFAkmQMy0ACgkQ6w2kMH0L1dEPgACggv5DWUz966G4XY8/SDmr8qQy ChUAn0hAiJnkAcfNAJxetsAe5GRL80Zw =Ifrq -----END PGP SIGNATURE----- |
From: Paul O. <ov...@ni...> - 2009-02-05 18:10:13
|
Is it possible or are there plans to make it possible to pass arguments to mplayer(plugin). I'm looking for a way to start the playing at time1 and end at time2, e.g., by using mplayer's -ss and -endpos parameters. - Paul |
From: Kevin D. <kde...@gm...> - 2009-01-27 13:39:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mee...@fi... wrote: > Hi all, > Iam trying to embed a video in my website using mplayer. > Can u please give me the full instructions to embed it in my page. > That embedded video has to run in LINUX ,WINDOWS OS. > Please expecting a reply as soon as possible. > Thanks & Regards, > Mohmmad Meerasaaheb. Please see... http://sourceforge.net/mailarchive/forum.php?thread_name=1232458922.4835.4.camel%40meerasaheb&forum_name=mplayerplug-in-devel Your question was already answered Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iEYEARECAAYFAkl/DokACgkQ6w2kMH0L1dFl9QCdGrz9GraG+btJMQbSXoSsMYMl Z+UAoIaCT8k5OQErRxfIc36wK55OAG7X =+1AU -----END PGP SIGNATURE----- |
From: <mee...@fi...> - 2009-01-27 11:12:53
|
Hi all, Iam trying to embed a video in my website using mplayer. Can u please give me the full instructions to embed it in my page. That embedded video has to run in LINUX ,WINDOWS OS. Please expecting a reply as soon as possible. Thanks & Regards, Mohmmad Meerasaaheb. |
From: Kevin D. <kde...@gm...> - 2009-01-20 14:31:55
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Meerasaaheb wrote: > Hi all, > I need to embed Mplayer in a webpage. > Iam unable to get the required plugins. > Iam using Fedora(Linux). > Please help me.I need a html page to dispaly the video. > Thanks & Regards > Mohmmad Meerasaaheb Mohmmad, Well in order to embed mplayer in a webpage, you need to install mplayerplug-in or gecko-mediaplayer. Depending on your version of Fedora one of those should be available in the livna/rpmfusion repository. gecko-mediaplayer is the newer version of mplayerplug-in. Once you get it installed you can test it with this URL http://mplayerplug-in.sourceforge.net/testing/testvid.html And you can view the source of that page to see how the embedding is done if you need that. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iEYEARECAAYFAkl14FIACgkQ6w2kMH0L1dEy5gCghiBCjlaW3QKXB3tzv4xSgPfz oisAnA6QDkZTB2aBnZHkZYgtaGEh4Smb =D3Yf -----END PGP SIGNATURE----- |
From: Meerasaaheb <mee...@fi...> - 2009-01-20 14:10:22
|
Hi all, I need to embed Mplayer in a webpage. Iam unable to get the required plugins. Iam using Fedora(Linux). Please help me.I need a html page to dispaly the video. Thanks & Regards Mohmmad Meerasaaheb |
From: Ricardo A. <rik...@gm...> - 2009-01-13 22:51:18
|
I installed the missing dependecie and works! Many thanks for your help and pacience Kevin! En Tue, 13 Jan 2009 21:44:21 +0100, Kevin DeKorte <kde...@gm...> escribió: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ricardo Antón wrote: >> OK. I installed libxt-dev and now prints this message: >> > > You missing libXpm-dev > > Source/plugin-ui.cpp:6:21: error: X11/xpm.h: No existe el fichero o el > directorio > > Kevin > > - -- > Get my public GnuPG key from > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Remi - http://enigmail.mozdev.org > > iEYEARECAAYFAkls/SUACgkQ6w2kMH0L1dH6PwCfYLaNTfVgPiVbSl8TavpfC+sK > zUMAn3Vq5c6zlbj4KH1UpxFiyWu0tBuV > =QLCw > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Mplayerplug-in-devel mailing list > Mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel |
From: Kevin D. <kde...@gm...> - 2009-01-13 20:44:29
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ricardo Antón wrote: > OK. I installed libxt-dev and now prints this message: > You missing libXpm-dev Source/plugin-ui.cpp:6:21: error: X11/xpm.h: No existe el fichero o el directorio Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iEYEARECAAYFAkls/SUACgkQ6w2kMH0L1dH6PwCfYLaNTfVgPiVbSl8TavpfC+sK zUMAn3Vq5c6zlbj4KH1UpxFiyWu0tBuV =QLCw -----END PGP SIGNATURE----- |
From: Ricardo A. <rik...@gm...> - 2009-01-13 20:33:21
|
OK. I installed libxt-dev and now prints this message: g++ -c -o plugin.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin.cpp include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor Source/nsScriptablePeer.h:57: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIServiceManager.h:40: warning: ‘class nsIServiceManager’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIMemory.h:58: warning: ‘class nsIMemory’ has virtual functions but non-virtual destructor Source/plugin.cpp: In function ‘NPError NS_PluginInitialize()’: Source/plugin.cpp:101: warning: dereferencing type-punned pointer will break strict-aliasing rules g++ -c -o nsScriptablePeer.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/nsScriptablePeer.cpp include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor Source/nsScriptablePeer.h:57: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor g++ -c -o npp_gate.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED plugingate/npp_gate.cpp include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor g++ -c -o np_entry.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED plugingate/np_entry.cpp include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor g++ -c -o npn_gate.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED plugingate/npn_gate.cpp g++ -c -o plugin-support.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin-support.cpp include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor Source/nsScriptablePeer.h:57: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor g++ -c -o plugin-setup.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED -DSTD Source/plugin-setup.cpp include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor Source/nsScriptablePeer.h:57: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor g++ -c -o plugin-list.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin-list.cpp include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor Source/nsScriptablePeer.h:57: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor Source/plugin-list.cpp: In function ‘void buildPlaylist(nsPluginInstance*, char*, Node*)’: Source/plugin-list.cpp:309: warning: unused variable ‘entry’ Source/plugin-list.cpp:309: warning: unused variable ‘href’ Source/plugin-list.cpp:309: warning: unused variable ‘repeat’ Source/plugin-list.cpp:316: warning: unused variable ‘entry_counter’ Source/plugin-list.cpp:316: warning: unused variable ‘loopentry’ g++ -c -o plugin-ui.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin-ui.cpp Source/plugin-ui.cpp:6:21: error: X11/xpm.h: No existe el fichero o el directorio include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor Source/nsScriptablePeer.h:57: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor Source/plugin-ui.cpp: In function ‘gboolean gtkgui_show_src(void*)’: Source/plugin-ui.cpp:3366: warning: control reaches end of non-void function make: *** [plugin-ui.o] Error 1 Thanks again! En Tue, 13 Jan 2009 00:21:33 +0100, Kevin DeKorte <kde...@gm...> escribió: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ricardo Antón wrote: >> When i execute "make" prints those errors: >> >> g++ -c -o plugin.o -Wall -DXP_UNIX -DMOZ_X11 >> -I/usr/include/xulrunner/java >> -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner >> -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string >> -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -INONE -g -O2 >> -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include >> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 >> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include >> -I/usr/include/freetype2 -I/usr/include/libpng12 >> -I/usr/include/gtk-2.0 >> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo >> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 >> -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin.cpp >> In file included from Source/plugin.h:55, >> from Source/plugin.cpp:37: >> Source/plugin-setup.h:4:27: error: X11/Intrinsic.h: No existe el >> fichero o >> el directorio >> Source/plugin-setup.h:5:28: error: X11/StringDefs.h: No existe el >> fichero >> o el directorio > > This means you are missing the libXt development packages. Any reason > you are not using the .deb. I believe it is in the repository as > mozilla-mplayer. > > Kevin > > - -- > Get my public GnuPG key from > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Remi - http://enigmail.mozdev.org > > iEYEARECAAYFAklr0H0ACgkQ6w2kMH0L1dH84wCfVG4jwtmzx0NzRswGr5zPIVtx > uZEAn254RDF+xW1c9kt+EdJVSaWodmnN > =5gUO > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Mplayerplug-in-devel mailing list > Mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel |
From: Kevin D. <kde...@gm...> - 2009-01-12 23:21:44
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ricardo Antón wrote: > When i execute "make" prints those errors: > > g++ -c -o plugin.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java > -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner > -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string > -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -INONE -g -O2 > -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 > -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin.cpp > In file included from Source/plugin.h:55, > from Source/plugin.cpp:37: > Source/plugin-setup.h:4:27: error: X11/Intrinsic.h: No existe el fichero o > el directorio > Source/plugin-setup.h:5:28: error: X11/StringDefs.h: No existe el fichero > o el directorio This means you are missing the libXt development packages. Any reason you are not using the .deb. I believe it is in the repository as mozilla-mplayer. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iEYEARECAAYFAklr0H0ACgkQ6w2kMH0L1dH84wCfVG4jwtmzx0NzRswGr5zPIVtx uZEAn254RDF+xW1c9kt+EdJVSaWodmnN =5gUO -----END PGP SIGNATURE----- |
From: Ricardo A. <rik...@gm...> - 2009-01-12 22:50:39
|
When i execute "make" prints those errors: g++ -c -o plugin.o -Wall -DXP_UNIX -DMOZ_X11 -I/usr/include/xulrunner/java -I/usr/include/xulrunner/plugin -I/usr/include/xulrunner -I/usr/include/xulrunner/xpcom -I/usr/include/xulrunner/string -I/usr/include/nspr -I/usr/include/xulrunner -g -O2 -INONE -g -O2 -Iinclude -fPIC -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGTK_ENABLED Source/plugin.cpp In file included from Source/plugin.h:55, from Source/plugin.cpp:37: Source/plugin-setup.h:4:27: error: X11/Intrinsic.h: No existe el fichero o el directorio Source/plugin-setup.h:5:28: error: X11/StringDefs.h: No existe el fichero o el directorio include/pluginbase.h:55: warning: ‘class nsPluginInstanceBase’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsISupportsBase.h:80: warning: ‘class nsISupports’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIProgrammingLanguage.h:32: warning: ‘class nsIProgrammingLanguage’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIClassInfo.h:33: warning: ‘class nsIClassInfo’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:25: warning: ‘class nsIScriptableWMPPlugin’ has virtual functions but non-virtual destructor Source/nsIScriptableMplayerPlugin.h:120: warning: ‘class nsIScriptableMplayerPlugin’ has virtual functions but non-virtual destructor Source/nsScriptablePeer.h:57: warning: ‘class nsClassInfoMixin’ has virtual functions but non-virtual destructor Source/plugin-setup.h:134: error: ‘Widget’ does not name a type Source/plugin-setup.h:205: error: variable or field ‘DrawUI’ declared void Source/plugin-setup.h:205: error: ‘Widget’ was not declared in this scope Source/plugin-setup.h:205: error: expected primary-expression before ‘*’ token Source/plugin-setup.h:205: error: ‘instance’ was not declared in this scope Source/plugin-setup.h:205: error: expected primary-expression before ‘char’ Source/plugin-setup.h:206: error: expected primary-expression before ‘int’ Source/plugin-setup.h:206: error: expected primary-expression before ‘int’ Source/plugin-setup.h:206: error: initializer expression list treated as compound expression Source/plugin-setup.h:208: warning: ‘RedrawCB’ initialized and declared ‘extern’Source/plugin-setup.h:208: error: variable or field ‘RedrawCB’ declared void Source/plugin-setup.h:208: error: ‘Widget’ was not declared in this scope Source/plugin-setup.h:208: error: ‘XtPointer’ was not declared in this scope Source/plugin-setup.h:209: error: ‘XtPointer’ was not declared in this scope Source/plugin-setup.h:209: error: initializer expression list treated as compound expression Source/plugin.h:176: error: ‘Widget’ does not name a type /usr/include/xulrunner/nsIServiceManager.h:40: warning: ‘class nsIServiceManager’ has virtual functions but non-virtual destructor /usr/include/xulrunner/nsIMemory.h:58: warning: ‘class nsIMemory’ has virtual functions but non-virtual destructor Source/plugin.cpp: In function ‘NPError NS_PluginInitialize()’: Source/plugin.cpp:101: warning: dereferencing type-punned pointer will break strict-aliasing rules Source/plugin.cpp: In constructor ‘nsPluginInstance::nsPluginInstance(NPP_t*)’: Source/plugin.cpp:208: error: ‘widget’ was not declared in this scope make: *** [plugin.o] Error 1 En Sun, 11 Jan 2009 22:39:21 +0100, Kevin DeKorte <kde...@gm...> escribió: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ricardo Antón wrote: >> Hi. >> >> I'm trying to compile mplayerplug-in in Debian Etch but I can't. I tried >> to post my problem in several forums but I get no answer. If this is not >> the correct place to post my problem, make me know. >> >> The ./configure script gives me this message (latest lines after >> "checking >> for..."): >> configure: creating ./config.status >> config.status: creating Makefile >> config.status: WARNING: Makefile.in seems to ignore the --datarootdir >> setting >> config.status: creating po/Makefile >> config.status: WARNING: po/Makefile.in seems to ignore the >> --datarootdir >> setting >> config.status: creating install.sh >> config.status: WARNING: install.sh.in seems to ignore the --datarootdir >> settingconfig.status: creating uninstall.sh >> config.status: creating dist.sh >> config.status: creating mplayerplug-in.spec >> config.status: creating config.h >> /usr/lib/xulrunner/xpidl -w -m header -I /usr/share/idl/xulrunner -I >> Source -e Source/nsIScriptableMplayerPlugin.h >> Source/nsIScriptableMplayerPlugin.idl >> >> I've installed libgtk2.0-dev, X11 devel files, xulrunner, mozilla-dev >> and >> gettext. I also tried downloading gecko-sdk packages and passing the >> option in ./configure. I've also tried to install packages related with >> "po": libgettext-ruby-util, gettext-el, poedit, po4a, poxml, pointerize, >> potool, intltool-debian, libintl-gettext-ruby, po-debconf y emac. >> >> Anticipated thanks! > > Those messages are perfectly fine... please post the actual error. > > Kevin > > > > - -- > Get my public GnuPG key from > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Remi - http://enigmail.mozdev.org > > iEYEARECAAYFAklqZwkACgkQ6w2kMH0L1dEhTACdFqxcYHcpnYdKEEWVXAGRiocH > IO4An36Zae/GZsTZoRx9bs2gbHhC6u3V > =w+X+ > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Mplayerplug-in-devel mailing list > Mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel |
From: Kevin D. <kde...@gm...> - 2009-01-11 21:48:59
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ricardo Antón wrote: > Hi. > > I'm trying to compile mplayerplug-in in Debian Etch but I can't. I tried > to post my problem in several forums but I get no answer. If this is not > the correct place to post my problem, make me know. > > The ./configure script gives me this message (latest lines after "checking > for..."): > configure: creating ./config.status > config.status: creating Makefile > config.status: WARNING: Makefile.in seems to ignore the --datarootdir > setting > config.status: creating po/Makefile > config.status: WARNING: po/Makefile.in seems to ignore the --datarootdir > setting > config.status: creating install.sh > config.status: WARNING: install.sh.in seems to ignore the --datarootdir > settingconfig.status: creating uninstall.sh > config.status: creating dist.sh > config.status: creating mplayerplug-in.spec > config.status: creating config.h > /usr/lib/xulrunner/xpidl -w -m header -I /usr/share/idl/xulrunner -I > Source -e Source/nsIScriptableMplayerPlugin.h > Source/nsIScriptableMplayerPlugin.idl > > I've installed libgtk2.0-dev, X11 devel files, xulrunner, mozilla-dev and > gettext. I also tried downloading gecko-sdk packages and passing the > option in ./configure. I've also tried to install packages related with > "po": libgettext-ruby-util, gettext-el, poedit, po4a, poxml, pointerize, > potool, intltool-debian, libintl-gettext-ruby, po-debconf y emac. > > Anticipated thanks! Those messages are perfectly fine... please post the actual error. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iEYEARECAAYFAklqZwkACgkQ6w2kMH0L1dEhTACdFqxcYHcpnYdKEEWVXAGRiocH IO4An36Zae/GZsTZoRx9bs2gbHhC6u3V =w+X+ -----END PGP SIGNATURE----- |
From: Ricardo A. <rik...@gm...> - 2009-01-11 21:09:42
|
Hi. I'm trying to compile mplayerplug-in in Debian Etch but I can't. I tried to post my problem in several forums but I get no answer. If this is not the correct place to post my problem, make me know. The ./configure script gives me this message (latest lines after "checking for..."): configure: creating ./config.status config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating po/Makefile config.status: WARNING: po/Makefile.in seems to ignore the --datarootdir setting config.status: creating install.sh config.status: WARNING: install.sh.in seems to ignore the --datarootdir settingconfig.status: creating uninstall.sh config.status: creating dist.sh config.status: creating mplayerplug-in.spec config.status: creating config.h /usr/lib/xulrunner/xpidl -w -m header -I /usr/share/idl/xulrunner -I Source -e Source/nsIScriptableMplayerPlugin.h Source/nsIScriptableMplayerPlugin.idl I've installed libgtk2.0-dev, X11 devel files, xulrunner, mozilla-dev and gettext. I also tried downloading gecko-sdk packages and passing the option in ./configure. I've also tried to install packages related with "po": libgettext-ruby-util, gettext-el, poedit, po4a, poxml, pointerize, potool, intltool-debian, libintl-gettext-ruby, po-debconf y emac. Anticipated thanks! |
From: Tamás <ko...@fr...> - 2009-01-08 11:15:08
|
Dear Members! I have a big problem about mplayer plugin. I have a thin client. On it there is a firefox with mplayer plugin. It's functionally good. I can open video files from ftp, or build into a html page. I want to play another video, but I can't resolv this problem. The problem: I have a streaming server, a VLC player. I would broadcast a webcamera with this (for example with http protocol). I broadcast this video with vlc (mpeg2 codec), I open the broadcasted http (http://192.168.1.2:8080) link in firefox, but it wants to save it as a binary file and don't to play. Please help me, how can I embed a steamed video with this player into a html or php page (without flash!) that is streamed by VLC player! Thanks a lot! Greetings: TK! ________________________________________________________ Szerelem, komoly kapcsolat, flört - az igazi társkereső ingyenes regisztrációval, 400.000 taggal! Kattints ide: http://ad.adverticum.net/b/cl,1,6022,307522,376977/click.prm |
From: Kevin D. <kde...@gm...> - 2008-12-21 15:09:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gregor Hamster wrote: > Hello guys, > > I really don't know much about programming, but what is the big deal to make a MPlayer-Plug version with support for other platforms like Windows and Mac? > > I mean, Firefox and MPlayer are cross-platform already. > > You would do us a big favour, if you would decide to make it cross-platform compatible! > > Thanks for response! > > Regards, > Greg This question comes up every couple of years and my response pretty much is this... I don't have any interest myself in making it cross platform, but I will accept patches to do it. So far not a single attempt. So I'm guessing it is not that desired. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAklOXBMACgkQ6w2kMH0L1dHNaACfRaqJn+P/SYBcAwY8gKU0+EO0 ZNQAn2g85W7CIvYIXuxPEhZZqgzI9Cup =Ql8L -----END PGP SIGNATURE----- |
From: Gregor H. <gre...@we...> - 2008-12-21 14:57:08
|
Hello guys, I really don't know much about programming, but what is the big deal to make a MPlayer-Plug version with support for other platforms like Windows and Mac? I mean, Firefox and MPlayer are cross-platform already. You would do us a big favour, if you would decide to make it cross-platform compatible! Thanks for response! Regards, Greg ____________________________________________________________________ Psssst! Schon vom neuen WEB.DE MultiMessenger gehört? Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123 |
From: Dâniel F. <fr...@gm...> - 2008-12-12 17:33:10
|
On Thu, 11 Dec 2008 10:09:52 -0700 Kevin DeKorte <kde...@gm...> wrote: > The media gives a 403 when you try to request it. So something is wrong > with the site. Firefox is getting a network error when it tries to > request the media. Ok, so thank you very much for gecko-mediaplayer. I'll be using it. Mayen you could put a warning on mplayerplug-in page that it would be better to use gecko-mediaplayer ;). -- Linux 2.6.28-rc6: Killer Bat of Doom http://u-br.net |
From: Kevin D. <kde...@gm...> - 2008-12-11 17:10:03
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dâniel Fraga wrote: > On Thu, 11 Dec 2008 06:39:14 -0700 > Kevin DeKorte <kde...@gm...> wrote: > >> Please open a simple file in gnome-mplayer (use the -v option) and see >> if you can get that to play. Normally if that works you should be ok. >> Also make sure that dbus is running. > > Ok, this is fine now. Probably dbus. But since kde3 apps launch > dbus automatically, I didn't care about launching it: > > fraga@tux ~/src$ ps axw|grep dbus > 2981 ? S 0:00 dbus-launch --sh-syntax --exit-with-session > 2982 ? Ss 0:01 /usr/local/bin/dbus-daemon --fork > --print-pid 4 --print-address 6 --session > > I got to play on 2 sites succesfully, but not on vreel. Can you > try it there? > > http://beta.vreel.net/watch_2685.html > > Maybe a site bug? > The media gives a 403 when you try to request it. So something is wrong with the site. Firefox is getting a network error when it tries to request the media. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAklBSWAACgkQ6w2kMH0L1dGBBACgjeOAIKVMYHkjS9q05RG0edwV 7OIAn1ZTJ1raFKeVZoHr5i+cOPFcda45 =KEDe -----END PGP SIGNATURE----- |
From: Dâniel F. <fr...@gm...> - 2008-12-11 16:46:23
|
On Thu, 11 Dec 2008 06:39:14 -0700 Kevin DeKorte <kde...@gm...> wrote: > Please open a simple file in gnome-mplayer (use the -v option) and see > if you can get that to play. Normally if that works you should be ok. > Also make sure that dbus is running. Ok, this is fine now. Probably dbus. But since kde3 apps launch dbus automatically, I didn't care about launching it: fraga@tux ~/src$ ps axw|grep dbus 2981 ? S 0:00 dbus-launch --sh-syntax --exit-with-session 2982 ? Ss 0:01 /usr/local/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session I got to play on 2 sites succesfully, but not on vreel. Can you try it there? http://beta.vreel.net/watch_2685.html Maybe a site bug? -- Linux 2.6.28-rc6: Killer Bat of Doom http://u-br.net |
From: Kevin D. <kde...@gm...> - 2008-12-11 13:39:28
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dâniel Fraga wrote: > On Wed, 10 Dec 2008 10:26:19 -0700 > Kevin DeKorte <kde...@gm...> wrote: > >> I just made some patches to the gecko-mediaplayer configure script that >> should make the --with-xulrunner-sdk compile work better. I got it >> working here and it tested out ok and I committed those patches to SVN. > > I wrote: > >>> So does it need gnome-mplayer? > > Yes, and I should know that ;) I installed gnome-mplayer and I > can see now the controls. I configured everything in preferences and: Please open a simple file in gnome-mplayer (use the -v option) and see if you can get that to play. Normally if that works you should be ok. Also make sure that dbus is running. Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAklBGAIACgkQ6w2kMH0L1dH1ZACbBRKo5iBavLvXK7uaTt45jBgp TKcAn1gxNPrf2GKTbvXF98qeVO3llSIJ =5N+P -----END PGP SIGNATURE----- |
From: Dâniel F. <fr...@gm...> - 2008-12-11 05:01:23
|
On Wed, 10 Dec 2008 10:26:19 -0700 Kevin DeKorte <kde...@gm...> wrote: > I just made some patches to the gecko-mediaplayer configure script that > should make the --with-xulrunner-sdk compile work better. I got it > working here and it tested out ok and I committed those patches to SVN. I wrote: >> So does it need gnome-mplayer? Yes, and I should know that ;) I installed gnome-mplayer and I can see now the controls. I configured everything in preferences and: DBUS connection created Listening to path /control/25224 ARG: type = video/divx ARG: src = http://ne.edgecastcdn.net/00054B/vreel/3000/3515enginepoint.-xvid.avi?173434eab7e184e3abbf13fc001f857c4e432e38a69ce371fe60e4d9a6ee98a68f080e53e004075348f9c4e540b3f8c5/.divx?ec_rate=90 ARG: custommode = none ARG: previewimage = http://beta.vreel.net/thumbs/3515enginepoint.-jpg.jpg ARG: disabledimmer = true ARG: autoplay = false ARG: pluginspage = http://go.divx.com/plugin/download/ ARG: width = 710 ARG: height = 405 GNOME MPlayer v0.9.2 Running with GIO support Front,0 Range is 0 to 39 Front,0 Current Volume 21, multiplier = 2.564103 Scaled Volume is 53.846157 Using volume of 53.85 vo = xv ao = alsa Using match: type='signal',interface='com.gnome.mplayer' Using match: type='signal',interface='org.gnome.SettingsDaemon' Proxy connections and Command connected Exiting destroy stream reason = 1 for http://ne.edgecastcdn.net/00054B/vreel/3000/3515enginepoint.-xvid.avi?173434eab7e184e3abbf13fc001f857c4e432e38a69ce371fe60e4d9a6ee98a68f080e53e004075348f9c4e540b3f8c5/.divx?ec_rate=90 I hit play and nothing happens. -- Linux 2.6.28-rc6: Killer Bat of Doom http://u-br.net |
From: Dâniel F. <fr...@gm...> - 2008-12-11 04:35:22
|
On Wed, 10 Dec 2008 10:26:19 -0700 Kevin DeKorte <kde...@gm...> wrote: > I just made some patches to the gecko-mediaplayer configure script that > should make the --with-xulrunner-sdk compile work better. I got it > working here and it tested out ok and I committed those patches to SVN. Here it's what is happening: DBUS connection created Listening to path /control/6845 ARG: type = video/divx ARG: src = http://ne.edgecastcdn.net/00054B/vreel/3000/3124starcraft2ci-xvid.avi?173434eab7e184e3abbf13fc001f857c4e432e38a69ce371fe60e4d9a6ee9aa3d765768c4c857fc42e694f5be8d96073/.divx?ec_rate=90 ARG: custommode = none ARG: previewimage = http://beta.vreel.net/thumbs/3124starcraft2ci-jpg.jpg ARG: disabledimmer = true ARG: autoplay = false ARG: pluginspage = http://go.divx.com/plugin/download/ ARG: width = 710 ARG: height = 405 Unable to launch gnome-mplayer: Failed to execute child process "(null)" (No such file or directory) Unable to launch gnome-mplayer: Failed to execute child process "(null)" (No such file or directory) Exiting destroy stream reason = 1 for http://ne.edgecastcdn.net/00054B/vreel/3000/3124starcraft2ci-xvid.avi?173434eab7e184e3abbf13fc001f857c4e432e38a69ce371fe60e4d9a6ee9aa3d765768c4c857fc42e694f5be8d96073/.divx?ec_rate=90 So does it need gnome-mplayer? -- Linux 2.6.28-rc6: Killer Bat of Doom http://u-br.net |
From: Dâniel F. <fr...@gm...> - 2008-12-11 04:25:18
|
On Wed, 10 Dec 2008 10:26:19 -0700 Kevin DeKorte <kde...@gm...> wrote: > I just made some patches to the gecko-mediaplayer configure script that > should make the --with-xulrunner-sdk compile work better. I got it > working here and it tested out ok and I committed those patches to SVN. Nice Kevin, the svn compiled fine, but when I try to open a site which uses the plugin, I get just a grey window... Nothing is displayed, not even the controls. -- Linux 2.6.28-rc6: Killer Bat of Doom http://u-br.net |