Re: how to enable linux flash player in firefox

2007-01-30 Thread David Benfell
On Tue, 30 Jan 2007 07:50:30 +0100, Marc Fonvieille wrote:
 On Tue, Jan 30, 2007 at 12:43:21PM +0800, peter wrote:
  6.Check the libexec directory exists in /usr/src,
if no, #sysinstall- custom-deistributions-src-libexec, then
   # cd /usr/src/libexec
   # fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
   # patch  rtld_dlsym_hack.diff
   # cd rtld-elf
   # make clean
   # make obj
   # make depend
   # make  make install
 
 
 That last part is useless now and will not work with 6.2-RELEASE.
 The current working way, is using a freash port tree and following the
 Handbook instructions.  This is for Flash 7 (with or without soound
 according to the site you visit), for Flash 9 it's another story...
 
For what value, do you mean useless now and will not work?

I had to adjust the instructions because the patch actually is for
/usr/src not /usr/src/libexec but I have just completed the build.

Haven't rebooted yet, though.


-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/
NOTE: I sign all messages with GnuPG (0DD1D1E3).


pgpj0vob112Nl.pgp
Description: PGP signature


Re: how to enable linux flash player in firefox

2007-01-30 Thread Marc Fonvieille
On Tue, Jan 30, 2007 at 06:31:33AM -0800, David Benfell wrote:
 On Tue, 30 Jan 2007 07:50:30 +0100, Marc Fonvieille wrote:
  On Tue, Jan 30, 2007 at 12:43:21PM +0800, peter wrote:
   6.Check the libexec directory exists in /usr/src,
 if no, #sysinstall- custom-deistributions-src-libexec, then
# cd /usr/src/libexec
# fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
# patch  rtld_dlsym_hack.diff
# cd rtld-elf
# make clean
# make obj
# make depend
# make  make install
  
  
  That last part is useless now and will not work with 6.2-RELEASE.
  The current working way, is using a freash port tree and following the
  Handbook instructions.  This is for Flash 7 (with or without soound
  according to the site you visit), for Flash 9 it's another story...
  
 For what value, do you mean useless now and will not work?

[...]

I mean the www/linuxpluginwrapper has been updated (v 1.58 2007/01/28)
to avoid the use of any hack, and the rtld_dlsym_hack.diff diff cannot
be applied to a 6.2-RELEASE/6-STABLE source tree.

-- 
Marc


pgpQb2fxib10s.pgp
Description: PGP signature


Re: how to enable linux flash player in firefox

2007-01-30 Thread Tore Lund
Andreas Davour wrote:
 I did try to set up my environment like you described. But, in the 
 listarchive the ftp site you mentioned is scrambled. Could you please 
 repost it? The site I used didn't have many of the packages.

I suppose you are talking about PKG_SITES.  I use this Norwegian mirror:

ftp://ftp.no.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/

The procedure seemed to be fairly intelligent, with portinstall
searching /All and /Latest and sometimes going into packages-6.2-release
if some package could not be found.

But it needs to said that many installs failed with missing packages.
At any rate, I downloaded gentoo, worker, xnview and some other things
with portinstall -PPR.  And I have no idea whether any of this meant
anything for flash.
-- 
Tore

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-29 Thread Tore Lund
Andreas Davour wrote:
 It's terribly sad that nobody can make it work, as of now. I really hope 
 FreeBSD 7 can make a change.

It DOES work right now, in 6.2-RELEASE with linux-flashplugin7, and that
is with sound.  The problem is, it only works for some users, and no one
knows precisely which conditions must be met.

As I said some posts ago, I have struggled with this problem myself.
And then, after installing some packages with PKG_SITES set to
packages-6-stable, flash suddenly started working.  So it's a fair guess
that it might work for you too if you upgraded or installed something
from packages-6-stable.

But we really should get to the bottom of this.
-- 
Tore

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-29 Thread Abdullah Ibn Hamad Al-Marri

On 1/29/07, Andreas Davour [EMAIL PROTECTED] wrote:

On Sun, 28 Jan 2007, Garrett Cooper wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Andreas Davour wrote:
 On Sun, 28 Jan 2007, Tijl Coosemans wrote:

 Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
 final RELEASE, but it would be nice to know if someone can recognize
 _dlsym and say it is so.

 You need to apply the rtld patch mentioned in the first link above.

 Is there a way to get sound working as well? Google didn't give any
 answers.

 Short answer: no. Read my 2nd the last post made on this topic.

Sorry for being so lost. I'm totally lost in the native/emulated mess
and which of the ports work with which.

It's terribly sad that nobody can make it work, as of now. I really hope
FreeBSD 7 can make a change.

Unfortunately this means I will have to switch to using Linux as my
desktop OS. Crap. Reinstall hell... :(

Flash, however much we all hate it, isn't going to go away.
It's extra annoying since I had Flash6 working all right before, and now
this mess.

While FreeBSD has a great community (thanks all guys who have patience
with me asking stupid questions!) and is much more pleasant to
administer it doesn't meet my needs in this area. A crying shame, and I
just wish I wasn't such a total looser at coding or I'd try to help with
this problem.

Many thanks to all who answered!

/Andreas


I was able to use Opera Native via this link

http://lists.freebsd.org/pipermail/freebsd-questions/2006-December/137131.html

Didn't put more time in FF yet.

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-29 Thread Tore Lund
Andreas Davour wrote:
 I'll try to do a cvsup, rebuild and try to reinstall the browser and the 
 plugins. Is PKG_SITES only used with pkg_fetch or can I use the ports 
 system as is? I've never even heard of it before today.

I believe you can use the ports system as is.  In theory at least you
should get the same or newer packages that way.

But I doubt that you need to rebuild the browser and plugins.  The point
is that I used portinstall -PPR some time between January 20 and 24.
And it is probably the -R that has sucked in some updated library.

I see a couple of Linux libraries last updated on January 22.  Packages
with linux in their name on my machine comprise the following:

%pkg_info -Ex linux
linux-expat-1.95.8
linux-flashplugin-7.0r69
linux-fontconfig-2.2.3_5
linux-xorg-libs-6.8.2_5
linux_base-fc-4_9
linuxpluginwrapper-20051113_6

You could check whether you have the same versions.  And we could make
other such checks if anyone has an idea what to look for.

But it needs to be said that I also downloaded other things in those
four days.  And, most significantly, I settled some problems with my
Nvidia driver.  Maybe this was what made the penny drop.
-- 
Tore


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-29 Thread Tore Lund
Andreas Davour wrote:
 [snip] 
 Is what I get when I try Google Video. YouTube works for video, but not 
 sound. I wonder if that state kserel is what's troubling us?

It's past midnight here, so I'll think about this thing tomorrow.

I also get YouTube without sound.  But I get http://www.flashsound.com/
with sound, and as far as I can understand, that is flash sound.  In any
case, I am ecstatic just to get the video, which I did not get before.

 I now have 6.2-RELEASE installed, and have not yet tried portinstall 
 -PPR. What did you -PPR? Firefox? linux-flashplugin?

I downloaded some file managers and editors in order to try them out.
Afraid I don't recall too many particulars.
-- 
Tore

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-29 Thread Chris
Tore Lund wrote:
 Andreas Davour wrote:
 [snip] 
 Is what I get when I try Google Video. YouTube works for video, but not 
 sound. I wonder if that state kserel is what's troubling us?
 
 It's past midnight here, so I'll think about this thing tomorrow.
 
 I also get YouTube without sound.  But I get http://www.flashsound.com/
 with sound, and as far as I can understand, that is flash sound.  In any
 case, I am ecstatic just to get the video, which I did not get before.
 
 I now have 6.2-RELEASE installed, and have not yet tried portinstall 
 -PPR. What did you -PPR? Firefox? linux-flashplugin?
 
 I downloaded some file managers and editors in order to try them out.
 Afraid I don't recall too many particulars.

Here's an idea - if yer not married to the idea of using either T-Bird
or F-fox (native) install the linux-firefox and linux-thunderbird.

I did - no issues with shock etc. Just an alternative I spose.

Mind you, I prefer to use the native, but


-- 
Best regards,
Chris

Superiority is recessive.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: how to enable linux flash player in firefox

2007-01-29 Thread Garrett Cooper

Chris wrote:

Tore Lund wrote:

Andreas Davour wrote:
[snip] 
Is what I get when I try Google Video. YouTube works for video, but not 
sound. I wonder if that state kserel is what's troubling us?

It's past midnight here, so I'll think about this thing tomorrow.

I also get YouTube without sound.  But I get http://www.flashsound.com/
with sound, and as far as I can understand, that is flash sound.  In any
case, I am ecstatic just to get the video, which I did not get before.

I now have 6.2-RELEASE installed, and have not yet tried portinstall 
-PPR. What did you -PPR? Firefox? linux-flashplugin?

I downloaded some file managers and editors in order to try them out.
Afraid I don't recall too many particulars.


Here's an idea - if yer not married to the idea of using either T-Bird
or F-fox (native) install the linux-firefox and linux-thunderbird.

I did - no issues with shock etc. Just an alternative I spose.

Mind you, I prefer to use the native, but


Clarification for those confused: I didn't say Flash 9 wouldn't work on 
FreeBSD--I said Flash 9 _with sound_ wouldn't work. That's just the way 
that they chose to program since OSS went out of style in Linux and 
Alsa got in style between versions 7 and 9 of Flash.


-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-29 Thread peter
 Andreas Davour wrote:

 Sorry for being so lost. I'm totally lost in the native/emulated mess 
 and which of the ports work with which.
It's terribly sad that nobody can make it work, as of now. I really
hope 
FreeBSD 7 can make a change.

I'm now using 6.2-PRERELEASE as the desktop with firefox
2,linux-flashplugin7. All work well.

That confused me for few days, now I write the detail steps for you.

1.Use portsnap update the ports tree.You can read the info from the
freebsd handbook, Appendix A. Obtaining FreeBSD

2.Install linux_base from /usr/ports/emulators/linux_base-fc4,
In /etc/rc.onf, add the line: linux_enable=YES

3.Install firefox2 from /usr/ports/www/firefox.

4.Install linuxpluginwrapper in /usr/ports/www/linuxpluginwrapper.
cp /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 
/etc/libmap.conf

5.Install linux-flashplugin7 in /usr/ports/www/linux-flashplugin7.
   In handbook :
# ln -s /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so \
  /usr/X11R6/lib/browser_plugins/
# ln -s /usr/local/lib/npapi/linux-flashplugin/flashplayer.xpt \
  /usr/X11R6/lib/browser_plugins/

but firefox plugin directory is /usr/local/lib/browser_plugins/, so you must 
change above line 
/usr/X11R6/lib/browser_plugins/ to /usr/local/lib/browser_plugins/

6.Check the libexec directory exists in /usr/src,
  if no, #sysinstall- custom-deistributions-src-libexec, then
 # cd /usr/src/libexec
 # fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
 # patch  rtld_dlsym_hack.diff
 # cd rtld-elf
 # make clean
 # make obj
 # make depend
 # make  make install

Then reboot your machine.
  
 Now it should work.
 hope this help you.

 peter





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-29 Thread Marc Fonvieille
On Tue, Jan 30, 2007 at 12:43:21PM +0800, peter wrote:
  Andreas Davour wrote:
 
  Sorry for being so lost. I'm totally lost in the native/emulated mess 
  and which of the ports work with which.
 It's terribly sad that nobody can make it work, as of now. I really
 hope 
 FreeBSD 7 can make a change.
 
 I'm now using 6.2-PRERELEASE as the desktop with firefox
 2,linux-flashplugin7. All work well.
 
 That confused me for few days, now I write the detail steps for you.
 
 1.Use portsnap update the ports tree.You can read the info from the
 freebsd handbook, Appendix A. Obtaining FreeBSD
 
 2.Install linux_base from /usr/ports/emulators/linux_base-fc4,
 In /etc/rc.onf, add the line: linux_enable=YES
 
 3.Install firefox2 from /usr/ports/www/firefox.
 
 4.Install linuxpluginwrapper in /usr/ports/www/linuxpluginwrapper.
 cp /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 
 /etc/libmap.conf
 
 5.Install linux-flashplugin7 in /usr/ports/www/linux-flashplugin7.
In handbook :
 # ln -s /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so \
   /usr/X11R6/lib/browser_plugins/
 # ln -s /usr/local/lib/npapi/linux-flashplugin/flashplayer.xpt \
   /usr/X11R6/lib/browser_plugins/
 
 but firefox plugin directory is /usr/local/lib/browser_plugins/, so you must 
 change above line 
 /usr/X11R6/lib/browser_plugins/ to /usr/local/lib/browser_plugins/
 
 6.Check the libexec directory exists in /usr/src,
   if no, #sysinstall- custom-deistributions-src-libexec, then
  # cd /usr/src/libexec
  # fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
  # patch  rtld_dlsym_hack.diff
  # cd rtld-elf
  # make clean
  # make obj
  # make depend
  # make  make install


That last part is useless now and will not work with 6.2-RELEASE.
The current working way, is using a freash port tree and following the
Handbook instructions.  This is for Flash 7 (with or without soound
according to the site you visit), for Flash 9 it's another story...

-- 
Marc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-28 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas Davour wrote:
 On Sun, 28 Jan 2007, Tijl Coosemans wrote:
 
 Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
 final RELEASE, but it would be nice to know if someone can recognize
 _dlsym and say it is so.

 You need to apply the rtld patch mentioned in the first link above.
 
 Is there a way to get sound working as well? Google didn't give any
 answers.
 
 /andreas

Short answer: no. Read my 2nd the last post made on this topic.
- -Garrett

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFvHAnEnKyINQw/HARAqAWAKCDJNceW5DRcIKOYQLMiIclntNAJwCfcB9L
IPjIzerH/181nyql8xxBSNA=
=KqF0
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-28 Thread Robert Huff
Andreas Davour writes:

  Anyway. Can we hope that patch is finding it's way into the main
  branch with haste?

As I understand it:
1) This patch is the tip of the iceberg for a much larger
change,  
2) That change will not debut globally until 7.0.
3) Unfortunately, a critical piece of the enabling
infrastructure (www/linuxpluginwrapper) is broken by this and no one
has stepped forward to fix it.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-28 Thread Andrew Gould
 From: Robert Huff [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Sent: Sunday, January 28, 2007 7:44:41 AM
 Subject: Re: how to enable linux flash player in firefox
 
 Andreas Davour writes:
 
   Anyway. Can we hope that patch is finding it's way into the main
   branch with haste?
 
 As I understand it:
 1) This patch is the tip of the iceberg for a much larger
 change,  
 2) That change will not debut globally until 7.0.
 3) Unfortunately, a critical piece of the enabling
 infrastructure (www/linuxpluginwrapper) is broken by this and no one
 has stepped forward to fix it.
 
 Robert Huff
 ___

I installed gnash, the port related to effort to create an open source 
flash player, including a plugin.  Firefox recognizes it as a plugin; but 
I still get the missing plugin message on many flash web pages.

Has anyone else here tried gnash?  If so, what has your experience been?

Thanks,

Andrew







___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-28 Thread Abdullah Ibn Hamad Al-Marri

On 1/28/07, Andreas Davour [EMAIL PROTECTED] wrote:

On Sun, 28 Jan 2007, Tijl Coosemans wrote:

 I followed those instructions and with firefox-2.0.0.1_1,1 it gives this
 result:
 /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined
 symbol _dlsym

 Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
 final RELEASE, but it would be nice to know if someone can recognize
 _dlsym and say it is so.

 You need to apply the rtld patch mentioned in the first link above.

And I thought that I read that carefully! Was that paragraph added since
I read the document? ;)

Anyway. Can we hope that patch is finding it's way into the main branch
with haste? FreeBSD without Flash working is not a suitable day-to-day
websurfing system.

/andreas

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


How about it now?

http://www.freshports.org/www/linuxpluginwrapper/

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-28 Thread FreeBSD WickerBill

On 1/28/07, Abdullah Ibn Hamad Al-Marri [EMAIL PROTECTED] wrote:


On 1/28/07, Andreas Davour [EMAIL PROTECTED] wrote:
 On Sun, 28 Jan 2007, Tijl Coosemans wrote:

  I followed those instructions and with firefox-2.0.0.1_1,1 it gives
this
  result:
  /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so:
Undefined
  symbol _dlsym
 
  Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
  final RELEASE, but it would be nice to know if someone can recognize
  _dlsym and say it is so.
 
  You need to apply the rtld patch mentioned in the first link above.

 And I thought that I read that carefully! Was that paragraph added since
 I read the document? ;)

 Anyway. Can we hope that patch is finding it's way into the main branch
 with haste? FreeBSD without Flash working is not a suitable day-to-day
 websurfing system.

 /andreas

 --
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?

How about it now?

http://www.freshports.org/www/linuxpluginwrapper/

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___




Just installed the new linuxpluginwrapper and cp'd the new libmap.conf to
/etc and everything works as before.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-28 Thread Dak Ghatikachalam

On 1/28/07, Andreas Davour [EMAIL PROTECTED] wrote:


On Sun, 28 Jan 2007, FreeBSD WickerBill wrote:

 How about it now?

 http://www.freshports.org/www/linuxpluginwrapper/

 Just installed the new linuxpluginwrapper and cp'd the new libmap.confto
 /etc and everything works as before.

That is, for me it shows up a Flash movie and I can play it, but no
sound at all.

/andreas



I  had followd the thread in full, none  of the patch procedure or symlinks
etc, nothing works ,  I am running out of all ideas one thing I noticed was
that the mplayer which I installed with simple make install clean  all have
gotten just right and I can see them all in  and it works each and everytime

This is output of my about:plugins.

I am really about to give up on this flash player or shockwave flash

I tried performing all the steps discussed with both flash 7 and flash 9,
wrapper etc whatever with just no succcess


=== Help for installing plug-ins is available from
plugindoc.mozdev.org.
--
Windows Media Player Plugin
File name: mplayerplug-in-wmp.so
mplayerplug-inhttp://mplayerplug-in.sourceforge.net/
3.31

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player
streams using MPlayer http://mplayerhq.hu/
JavaScript Enabled and Using GTK2 Widgets
MIME Type Description Suffixes Enabled  application/asx Media Files * Yes
video/x-ms-asf-plugin Media Files * Yes  video/x-msvideo AVI avi,* Yes
video/msvideo AVI avi,* Yes  application/x-mplayer2 Media Files * Yes
application/x-ms-wmv Microsoft WMV video wmv,* Yes  video/x-ms-asf Media
Files asf,asx,* Yes  video/x-ms-wm Media Files wm,* Yes
video/x-ms-wmv Microsoft
WMV video wmv,* Yes  audio/x-ms-wmv Windows Media wmv,* Yes
video/x-ms-wmp Windows
Media wmp,* Yes  video/x-ms-wvx Windows Media wvx,* Yes  audio/x-ms-wax Windows
Media wax,* Yes  audio/x-ms-wma Windows Media wma,* Yes
application/x-drm-v2 Windows Media asx,* Yes  audio/wav Microsoft wave file
wav,* Yes  audio/x-wav Microsoft wave file wav,* Yes DivX Browser Plug-In
File name: mplayerplug-in-dvx.so
mplayerplug-inhttp://mplayerplug-in.sourceforge.net/
3.31

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player
streams using MPlayer http://mplayerhq.hu/
JavaScript Enabled and Using GTK2 Widgets
MIME Type Description Suffixes Enabled  video/divx DivX Media Format divx
Yes  video/vnd.divx DivX Media Format divx Yes Google VLC multimedia plugin
1.0
File name: mplayerplug-in-gmp.so
mplayerplug-inhttp://mplayerplug-in.sourceforge.net/
3.31

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player
streams using MPlayer http://mplayerhq.hu/
JavaScript Enabled and Using GTK2 Widgets
MIME Type Description Suffixes Enabled  application/x-google-vlc-plugin Google
Video
Yes QuickTime Plug-in 6.0 / 7
File name: mplayerplug-in-qt.so
mplayerplug-inhttp://mplayerplug-in.sourceforge.net/
3.31

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player
streams using MPlayer http://mplayerhq.hu/
JavaScript Enabled and Using GTK2 Widgets
MIME Type Description Suffixes Enabled  video/quicktime Quicktime mov Yes
video/x-quicktime Quicktime mov Yes  image/x-quicktime Quicktime mov Yes
video/quicktime Quicktime mp4 Yes  video/quicktime Quicktime - Session
Description Protocol sdp Yes  application/x-quicktimeplayer Quicktime mov
Yes  application/smil SMIL smil Yes RealPlayer 9
File name: mplayerplug-in-rm.so
mplayerplug-inhttp://mplayerplug-in.sourceforge.net/
3.31

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player
streams using MPlayer http://mplayerhq.hu/
JavaScript Enabled and Using GTK2 Widgets
MIME Type Description Suffixes Enabled  audio/x-pn-realaudio RealAudio
ram,rm Yes  application/vnd.rn-realmedia RealMedia rm Yes
application/vnd.rn-realaudio RealAudio ra,ram Yes  video/vnd.rn-realvideo
RealVideo rv Yes  audio/x-realaudio RealAudio ra Yes
audio/x-pn-realaudio-plugin RealAudio rpm Yes  application/smil SMIL smil
Yes mplayerplug-in 3.31
File name: mplayerplug-in.so
mplayerplug-inhttp://mplayerplug-in.sourceforge.net/
3.31

Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player
streams using MPlayer http://mplayerhq.hu/
JavaScript Enabled and Using GTK2 Widgets
MIME Type Description Suffixes Enabled  video/mpeg MPEG mpg,mpeg Yes
audio/mpeg MPEG mpg,mpeg Yes  video/x-mpeg MPEG mpg,mpeg Yes  video/x-mpeg2
MPEG2 mpv2,mp2ve Yes  audio/mpeg MPEG mpg,mpeg Yes  audio/x-mpeg MPEG
mpg,mpeg Yes  audio/mpeg2 MPEG audio mp2 Yes  audio/x-mpeg2 MPEG audio mp2
Yes  video/mp4 MPEG 4 Video mp4 Yes  audio/mpeg3 MPEG audio mp3 Yes
audio/x-mpeg3 MPEG audio mp3 Yes  audio/x-mpegurl MPEG url m3u Yes
audio/mp3 MPEG audio mp3 Yes  application/x-ogg Ogg Vorbis Media ogg Yes
audio/ogg Ogg Vorbis Audio ogg Yes  application/ogg Ogg Vorbis / Ogg Theora
ogg Yes  video/fli FLI animation fli,flc Yes  video/x-fli FLI animation
fli,flc Yes  video/vnd.vivo VivoActive viv,vivo Yes
application/x-nsv-vp3-mp3 Nullsoft Streaming 

Re: how to enable linux flash player in firefox

2007-01-28 Thread Dhénin Jean-Jacques

And so am I

2007/1/29, Dak Ghatikachalam [EMAIL PROTECTED]:


  http://www.freshports.org/www/linuxpluginwrapper/
I  had followd the thread in full, none  of the patch procedure or symlinks
etc, nothing works ,  I am running out of all ideas one thing I noticed was
that the mplayer which I installed with simple make install clean  all have
gotten just right and I can see them all in  and it works each and everytime

This is output of my about:plugins.

I am really about to give up on this flash player or shockwave flash

I tried performing all the steps discussed with both flash 7 and flash 9,
wrapper etc whatever with just no succcess



--
jjd
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Tijl Coosemans
On Thursday 25 January 2007 20:41, Erik Norgaard wrote:
 I see the new flash9 for linux has been included in ports, so I
 installed it - but how do I enable the plugin in Firefox? Does it
 work or does it crash?

You should check out the freebsd-ports mailing list archives. This has
been discussed maybe a week ago.

Basically, it works with linux-firefox and you can get sound if you
follow the intructions at

http://labs.adobe.com/wiki/index.php/Flash_Player:Additional_Interface_Support_for_Linux

You need to compile a file on a linux box and install the resulting
libflashsupport.so in /compat/linux/usr/lib

Flash9 is very unstable though, so you'll probably want to stay with
flash7 for now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Tsu-Fan Cheng

MM... we should write up a step-by-step How-to about this subject and have
it post on somewhere (or have it associated with firefox pkg-message), more
and more website pages depend on flash to function correctly, this is a
serious issue...

TFC

On 1/27/07, Andreas Davour [EMAIL PROTECTED] wrote:


On Sat, 27 Jan 2007, Tijl Coosemans wrote:

 Flash9 is very unstable though, so you'll probably want to stay with
 flash7 for now.

Since I have had serious problems getting even Flash7 to work, following
instructions found here at the list, could you please summarize the
steps for getting the older Flash version running? I'm begining to
suspect something more is needed than the information I've found. Do
e.g. I have to run firefox under Linux emulation?

/andreas

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Tore Lund
Andreas Davour wrote:
 On Sat, 27 Jan 2007, Tijl Coosemans wrote:
 
 Flash9 is very unstable though, so you'll probably want to stay with 
 flash7 for now.
 
 Since I have had serious problems getting even Flash7 to work, following 
 instructions found here at the list, could you please summarize the 
 steps for getting the older Flash version running? I'm begining to 
 suspect something more is needed than the information I've found. Do 
 e.g. I have to run firefox under Linux emulation?

I think it is not a matter of detailing steps.  I have used the steps
in question many times over in order to get linux-flashplugin7 working
with native Firefox, with no luck whatsoever.

However, after installing 6.2-RELEASE, I have added some packages with
portinstall -PP, and for some reason, linux-flashplugin7 now works on my
system.  I suspect this happened because my PKG_SITES is set to
ftp:.../i386/packages-6-stable/.  Most likely, some library was updated,
and this did the trick.  Wish I knew precisely which update that was.
-- 
Tore


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Tijl Coosemans
On Saturday 27 January 2007 13:20, Andreas Davour wrote:
 On Sat, 27 Jan 2007, Tijl Coosemans wrote:
  Flash9 is very unstable though, so you'll probably want to stay
  with flash7 for now.
 
 Since I have had serious problems getting even Flash7 to work,
 following instructions found here at the list, could you please
 summarize the steps for getting the older Flash version running? I'm
 begining to suspect something more is needed than the information
 I've found. Do e.g. I have to run firefox under Linux emulation?

When I need to access a flash site (and only then, the rest are ads
anyway), I simply use linux-firefox (or linux-opera) with
linux-flashplugin7. That works by simply installing those ports. No
extra configuration is necessary.

If you want to use flash with native freebsd browsers, you need to use
linuxpluginwrapper (only for FreeBSD 5.x and 6.x). The details are
explained at

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html
http://freebsd.kde.org/howtos/konqueror-flash.php

If that doesn't work, please specify which FreeBSD version you're
using and which browser.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Erik Norgaard

Tijl Coosemans wrote:

On Thursday 25 January 2007 20:41, Erik Norgaard wrote:

I see the new flash9 for linux has been included in ports, so I
installed it - but how do I enable the plugin in Firefox? Does it
work or does it crash?


Basically, it works with linux-firefox and you can get sound if you
follow the intructions at

http://labs.adobe.com/wiki/index.php/Flash_Player:Additional_Interface_Support_for_Linux


Does this mean that I cannot use linux-flash with native Firefox? Can
flash be launched as a standalone application? If the answer is yes, no,
then I will file a bug report to have linux-firefox added to the
run-dependency list.

Cheers, Erik

--
Ph: +34.666334818  web: http://www.locolomo.org


smime.p7s
Description: S/MIME Cryptographic Signature


Re: how to enable linux flash player in firefox

2007-01-27 Thread Tsu-Fan Cheng

my psersonal flash experience with
opera by going to youtube is linux-opera works but not native
opera+linuxplugin.

TFC


On 1/27/07, Andreas Davour [EMAIL PROTECTED] wrote:


On Sat, 27 Jan 2007, Tijl Coosemans wrote:

 On Saturday 27 January 2007 13:20, Andreas Davour wrote:
 On Sat, 27 Jan 2007, Tijl Coosemans wrote:
 Flash9 is very unstable though, so you'll probably want to stay
 with flash7 for now.

 Since I have had serious problems getting even Flash7 to work,
 following instructions found here at the list, could you please
 summarize the steps for getting the older Flash version running? I'm
 begining to suspect something more is needed than the information
 I've found. Do e.g. I have to run firefox under Linux emulation?

 When I need to access a flash site (and only then, the rest are ads
 anyway), I simply use linux-firefox (or linux-opera) with
 linux-flashplugin7. That works by simply installing those ports. No
 extra configuration is necessary.

I'm tempted to install linux-firefox or linux-opera myself, since you
have no problems with them

 If you want to use flash with native freebsd browsers, you need to use
 linuxpluginwrapper (only for FreeBSD 5.x and 6.x). The details are
 explained at


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html
 http://freebsd.kde.org/howtos/konqueror-flash.php

 If that doesn't work, please specify which FreeBSD version you're
 using and which browser.

I followed those instructions and with firefox-2.0.0.1_1,1 it gives this
result:
/libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined
symbol _dlsym

Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
final RELEASE, but it would be nice to know if someone can recognize
_dlsym and say it is so.

/andreas


--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Tijl Coosemans
On Saturday 27 January 2007 21:17, Andreas Davour wrote:
 On Sat, 27 Jan 2007, Tijl Coosemans wrote:
  If you want to use flash with native freebsd browsers, you need to use
  linuxpluginwrapper (only for FreeBSD 5.x and 6.x). The details are
  explained at
 
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html
  http://freebsd.kde.org/howtos/konqueror-flash.php
 
  If that doesn't work, please specify which FreeBSD version you're
  using and which browser.
 
 I followed those instructions and with firefox-2.0.0.1_1,1 it gives this 
 result:
 /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined 
 symbol _dlsym
 
 Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the 
 final RELEASE, but it would be nice to know if someone can recognize 
 _dlsym and say it is so.

You need to apply the rtld patch mentioned in the first link above.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Tijl Coosemans
On Saturday 27 January 2007 15:44, Erik Norgaard wrote:
 Tijl Coosemans wrote:
  On Thursday 25 January 2007 20:41, Erik Norgaard wrote:
   I see the new flash9 for linux has been included in ports, so I
   installed it - but how do I enable the plugin in Firefox? Does it
   work or does it crash?
  
  Basically, it works with linux-firefox and you can get sound if you
  follow the intructions at
  
  http://labs.adobe.com/wiki/index.php/Flash_Player:Additional_Interface_Support_for_Linux
 
 Does this mean that I cannot use linux-flash with native Firefox? Can
 flash be launched as a standalone application? If the answer is yes, no,
 then I will file a bug report to have linux-firefox added to the
 run-dependency list.

linuxpluginwrapper doesn't support flash9 yet, so no, you can't use it
with any native browser.

There is a standalone flash player I believe, but not in the plugin
package.

I wouldn't add a run dependency on linux-firefox though. The plugin
can be used with other browsers as well. A pkg-message would be nice
though. And it needs a run dependency on linux-gtk2.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Oliver Iberien
On Saturday 27 January 2007 16:06, [EMAIL PROTECTED] 
wrote:
 Subject: Re: how to enable linux flash player in firefox
 To: freebsd-questions@freebsd.org
 Cc: Andreas Davour [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain;  charset=iso-8859-1

 On Saturday 27 January 2007 21:17, Andreas Davour wrote:
  On Sat, 27 Jan 2007, Tijl Coosemans wrote:
   If you want to use flash with native freebsd browsers, you need to use
   linuxpluginwrapper (only for FreeBSD 5.x and 6.x). The details are
   explained at
  
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-brows
  ers.html http://freebsd.kde.org/howtos/konqueror-flash.php
  
   If that doesn't work, please specify which FreeBSD version you're
   using and which browser.
 
  I followed those instructions and with firefox-2.0.0.1_1,1 it gives this
  result:
  /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined
  symbol _dlsym
 
  Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
  final RELEASE, but it would be nice to know if someone can recognize
  _dlsym and say it is so.

 You need to apply the rtld patch mentioned in the first link above.

This is what I used (from an archived posting to this list):

$ cd /usr/src
$ fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff
$ patch  rtld_dlsym_hack.diff
$ cd libexec/rtld-elf
$ sudo make rtld
$ sudo make install

I also had to make symlinks from libflashplayer.so and flashplayer.xpt to 
the /npapi and /browser-plugins folders and update /etc/libmap.conf 
(change flash6 to flash7 wherever it appears, basically) to get this to 
work. But it does, in native Firefox, at least. Never seen or heard of it 
working in Konqueror.

Oliver


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to enable linux flash player in firefox

2007-01-27 Thread Oliver Iberien
On Saturday 27 January 2007 16:06, [EMAIL PROTECTED] 
wrote:
 Subject: Re: how to enable linux flash player in firefox
 To: freebsd-questions@freebsd.org
 Cc: Andreas Davour [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain;  charset=iso-8859-1

 On Saturday 27 January 2007 21:17, Andreas Davour wrote:
  On Sat, 27 Jan 2007, Tijl Coosemans wrote:
   If you want to use flash with native freebsd browsers, you need to use
   linuxpluginwrapper (only for FreeBSD 5.x and 6.x). The details are
   explained at
  
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-brows
  ers.html http://freebsd.kde.org/howtos/konqueror-flash.php
  
   If that doesn't work, please specify which FreeBSD version you're
   using and which browser.
 
  I followed those instructions and with firefox-2.0.0.1_1,1 it gives this
  result:
  /libexec/ld-elf.so.1: /usr/local/lib/pluginwrapper/flash7.so: Undefined
  symbol _dlsym
 
  Since I'm now using 6.2-PRERELEASE I guess it could be fixed in the
  final RELEASE, but it would be nice to know if someone can recognize
  _dlsym and say it is so.

 You need to apply the rtld patch mentioned in the first link above.

It's:

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]