adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

apple.com/trailers/ with gecko-mediaplayer on OpenBSD #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Wanted to watch trailer from apple.com/trailers/. Firefox disappeared.

$ mozilla-firefox
NPP_New called
DBUS connection created
Listening to path /control/38736
ARG: name = trailerMovie
ARG: id = trailerMovieInner
ARG: data =
http://movies.apple.com/movies/sony_pictures/theinternational/theinternational-t
lr2_h.640.mov?width=640&height=304
ARG: type = video/quicktime
ARG: width = 640
ARG: height = 320
ARG: SRC =
http://movies.apple.com/movies/sony_pictures/theinternational/theinternational-t
lr2_h.640.mov?width=640&height=304
ARG: PARAM = (null)
ARG: controller = true
ARG: showlogo = false
ARG: cache = true
ARG: bgcolor = #000000
ARG: autostart = true
ARG: saveembedtags = true
ARG: postdomevents = true
Window resized
Calling GetURLNotify with item = 0x8b63a000 src =
http://movies.apple.com/movies/sony_pictures/theinternational/theinternational-t
lr2_h.640.mov?width=640&height=304
Window resized
New Stream Requested
item is null
stream url
http://movies.apple.com/movies/sony_pictures/theinternational/theinternational-t
lr2_h.640.mov?width=640&height=304
Entering destroy stream reason = 1 for
http://movies.apple.com/movies/sony_pictures/theinternational/theinternational-t
lr2_h.640.mov?width=640&height=304
Exiting destroy stream reason = 1 for
http://movies.apple.com/movies/sony_pictures/theinternational/theinternational-t
lr2_h.640.mov?width=640&height=304
New Stream Requested
opening
/home/users/mikolaj/.cache/gnome-mplayer/plugin/gecko-mediaplayerfovifd for
localcache
Entering destroy stream reason = 0 for
http://movies.apple.com/movies/sony_pictures/theinternational/theinternational-t
lr2_h.640.mov?width=640&height=304
Entering list_parse_qt localsize = 91
/usr/local/mozilla-firefox/mozilla-firefox-bin:/usr/local/lib/mozilla-plugins/ge
cko-mediaplayer-qt.so:
undefined symbol '_Z6memmemPKvmS0_m'
lazy binding failed!

theinternational-tlr2_h640w.mov plays fine both in mplayer and
gnome-mplayer, but fails with above error when played embedded with
gecko-mediaplayer (Firefox is 3.0.6).

TIA,
David

Original issue reported on code.google.com by dco...@gmail.com on 11 Feb 2009 at 10:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Reported by a user on ports@openbsd.org and easily reproduced on my own system 
too.
Seems related to memmem() again.

Original comment by dco...@gmail.com on 11 Feb 2009 at 10:57

GoogleCodeExporter commented 8 years ago
Ok, this should be fixed in SVN now... probably could have been fixed easier, 
but now
we don't have any conditional compilation issues that can crop up between Linux 
and
OpenBSD.

Original comment by kdeko...@gmail.com on 11 Feb 2009 at 2:57

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 11 Feb 2009 at 2:57