Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

stereo balance control and soundtransform

12 replies [Last post]

Would it be possible to develop a stereo balance control for jwplayer?
also the ability to set from a flashvars the leftotleft, lefttoright, etc... soundtransform properties.
(to have a two channel mixer )

I also need this kind of stuff, does anybody know?

This is not currently possible via the JW Player, and there are currently no plans to introduce this feature.

What are you trying to do?

I need this too, we have audio files encoded with 2 languages, using left or right balance, isn't it possible via the API ?

Regards

Again, not currently supported and no plans to support it.

You're free to write a plugin that will implement this functionality, or to modify the player.

could you give me some directions please ?

Hello, I got a plugin working for this.
I can pass soundTransform attributes via flashvars.
However I would like to be able to do this dynamicaly via javascript, somehitng like player.sendEvent('dobalance',...)
I have been searching for hours but can't find a way to implement this in my plug-in.
Could you help a little bit please ?
Thanks in advance

I found the way via ExternalInterface.

ExternalInterface.addCallback("doBalance",doBalance);

Cheers

hello philippe,

did you really manage to have balance working?
I assume this was for files, not for live streams, right?

as of late, this was bugged in actionscript3 (but working in as2 and jwplayer 3.x) for NetStream objects; we were several people filing a bug in adobe jira

see: http://bugs.adobe.com/jira/browse/FP-2044

Even with actionscript2, balance is not perfect, there is still a small mixing of the two live channels.

would you share the plugin with the community?
regards
pkv

Hi philippe,
Would it be possible that you share your plugin with the community ?
Thanks a lot,
Seb

Hi,

News about this plugin ? :)

Any news on this plugin? We need something like this as well. Multilingual issues on a single stream. Please help!