Anyone have any issues that should hold up the 1.0.6 release for this
Friday?
Kevin
- --
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk988S8ACgkQ6w2kMH0L1dF+7QCfaMxVhlM+NZl0Y4h+X9CZh7lf
mssAn2250EdX5+AXcxYLEtrHxTouQ54l
=qWf5
-----END PGP SIGNATURE-----
Kurt,
Do you have gnome-mplayer also installed? It does not appear that you do
or at least not in the path.
Kevin
dat@player:/usr/local/bin$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/dat/player/bin:/dat/bin
Note that the first video plays fine, then the JavaScript basically reloads the page (empties a DIV's content and re-populates it) to start the second. The output below is from the second attempt at playing.
It is not repeatable, however. Sometimes, the failure happens on the first play.
- Kurt
> --
> You received this message because you are subscribed to the Google Groups "gecko-mediaplayer" group.
> To post to this group, send email to gecko-me...@googlegroups.com.
> To unsubscribe from this group, send email to gecko-mediapla...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/gecko-mediaplayer?hl=en.
>
Well, I'm not seeing gnome-mplayer launched in the log. You should see
something where it is launched and the gnome-mplayer should report its
version in the output. Also, the service errors are not normal, and what
that means is that gnome-mplayer is not running and dbus cannot find
something listening for those messages.
So my recommendation...
remove gecko-mediaplayer, gnome-mplayer, and gmtk...
start with gmtk, then do gnome-mplayer and then gecko-mediaplayer
For each one do the following
make clean
./configure (with your options)
make
make install (as root)
That should fix your problem, unless you didn't uninstall all the
gnome-mplayer pieces.
Kevin
gnome-mplayer : CFLAGS=-I/usr/include/gmtk ./configure [myFlags]
gecko-mediaplayer: CXXFLAGS=-I/usr/include/gmtk ./configure [myFlags]
- Kurt
Ok, I'll look into that. I know I made a change to that recently in SVN.
BTW, what is the output of the following commands
pkg-config --cflags gmlib
pkg-config --cflags gmtk
I get
pkg-config --cflags gmlib
-I/usr/include/gmtk
pkg-config --cflags gmtk
-I/usr/include/gmtk
Which should be what you are getting.
You probably have gmlib.pc and gmtk.pc files that are stale on your
disk. Most likely from a previous install. So remove those and it should
fix up your issue.
On 04/10/2012 01:18 PM, Kurt Freytag wrote:
> Kevin -
>
> An update. Further (extensive) experimentation shows that both
> 1.0.6b1 and 1.0.6 produce the errors I documented earlier. I am
> running Ubuntu 11.10 (Oneiric) and Firefox 11.0.
>
> I finally gave up, after re-compiling with as many permutations as
> I could think of and adding and removing various packages from the
> machine. Going back to 1.0.5, the combination of gmtk,
> gnome-mplayer, and gecko-mediaplayer perform perfectly.
>
> It looks like there is an issue in 1.0.6. Perhaps the following
> errors, logged in .xsession-errors only under 1.0.6, can provide
> some insight:
Kurt,
Well the below are not gnome-mplayer related messages so I'm not sure
why it is so different. The funny thing is that between 1.0.5 and
1.0.6 nothing was changed between the messaging.
Can you show me you 1.0.5 and 1.0.6 gmtk configure outputs. I'm
thinking that it might be related to something with base
configuration, but I'm not sure what it can be yet. 1.0.6 works great
on my two machines.
Kevin
- --
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+EkUEACgkQ6w2kMH0L1dExZQCeMgePe8d43+4ypy/IZbM0RdGg
0xoAoIV4ixVGbFH/jy8KcwfnshMVnMk7
=PjqH
-----END PGP SIGNATURE-----
On 04/10/2012 01:18 PM, Kurt Freytag wrote:
> Kevin -
>
> An update. Further (extensive) experimentation shows that both
> 1.0.6b1 and 1.0.6 produce the errors I documented earlier. I am
> running Ubuntu 11.10 (Oneiric) and Firefox 11.0.
>
> I finally gave up, after re-compiling with as many permutations as
> I could think of and adding and removing various packages from the
> machine. Going back to 1.0.5, the combination of gmtk,
> gnome-mplayer, and gecko-mediaplayer perform perfectly.
>
> It looks like there is an issue in 1.0.6. Perhaps the following
> errors, logged in .xsession-errors only under 1.0.6, can provide
> some insight:
Kurt,
Looking back thru your previous emails, I'm wondering if there is some
problem with your build system.. So lets try this.
uninstall gecko-mediaplayer, gnome-mplayer and gmtk. Then do this.
find /usr -name "*gmtk*" -print
and
find /usr -name "*gmlib*" -print
If anything comes up you should use your judgement and delete gmtk and
gmlib files. Then do a 1.0.6 install from scatch, doing a make clean
for each module.
Kevin
- --
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk+EmCIACgkQ6w2kMH0L1dGFMQCfeOGEipqQ14Nn+f7KMfSSldaS
0GYAn2xz9wIUM65NFU6sWrAlcLComeiB
=GwqB
-----END PGP SIGNATURE-----
Kevin -
I've been struggling with 1.0.6b1 on Ubuntu Oneiric, Firefox 11. It
will intermittently report the following when loading a (rather large)
movie from a local webserver URL:
<snip>
Website?
Enable verbose debugging in gnome-mplayer, start firefox from a terminal
with all other instances of firefox closed and open the site. An error
log should be printed giving you a hint as to what is going on or post
it here or as an issue in the bug tracker and I'll take a look at it.
Kevin
--
You received this message because you are subscribed to the Google Groups "gecko-mediaplayer" group.
To view this discussion on the web visit https://groups.google.com/d/msg/gecko-mediaplayer/-/rM934epRlksJ.