Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2011 11:10:05 +0200
From:      Tijl Coosemans <tijl@coosemans.org>
To:        freebsd-questions@freebsd.org
Cc:        Ross <basarevych@gmail.com>
Subject:   Re: Redirect sound of flash plugin?
Message-ID:  <201108201110.11624.tijl@coosemans.org>
In-Reply-To: <CANmv3=xai7uoJHZkcg_yW_onpgRrXFBs4ziAmRhVzs7CBreBOw@mail.gmail.com>
References:  <CANmv3=xai7uoJHZkcg_yW_onpgRrXFBs4ziAmRhVzs7CBreBOw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1797029.75cvSF56hR
Content-Type: Text/Plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable

On Friday 12 August 2011 17:15:04 Ross wrote:
> Is it possible to redirect sound of flash plugin?
>=20
> I am running firefox via ssh. Currently I successfully redirected
> sound of other applications using NAS. How can I do the same with
> flash? Maybe intercept sound some how.

The flash plugin sound goes through libflashsupport, which is a small
open source library that allows anyone to implement any sound backend.

The libflashsupport currently installed by the flash plugin port
(/compat/linux/usr/lib/libflashsupport.so) only supports OSS now. With
any luck somebody has already implemented NAS support and all you have
to do is replace this library. In case you want to implement it
yourself, you can find the source code for our (slightly patched)
libflashsupport at http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/127839
Note that the library has to be compiled as a Linux library, not a
=46reeBSD one.

An alternative would be to experiment with libaudiooss, which allows
capturing OSS output from any program and send it over NAS. This project
looks abandoned though.

--nextPart1797029.75cvSF56hR
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iF4EABEIAAYFAk5PefMACgkQfoCS2CCgtisAeAD+JRLCLAFQs4GCxTz27/23Q2Tu
VBrZE2+nRdgJuAdFzVkA/2aHRbRwXxBHr/1K0igbpXY/Fuow4b/ktQNTlBPzToDQ
=TJiC
-----END PGP SIGNATURE-----

--nextPart1797029.75cvSF56hR--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108201110.11624.tijl>