how set waveout-audio-device option in plugin FF

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
granata71
New Cone
New Cone
Posts: 2
Joined: 08 Jun 2010 12:54

how set waveout-audio-device option in plugin FF

Postby granata71 » 08 Jun 2010 13:06

can u help me?

it's also importan set like command line --aout=waveout...

this is the script by command line that work fine:

vlc --aout=waveout --waveout-audio-device"mycableleft" blabla.mov

i'd like insert that command in js script like this:

var option= new Array("--aout=waveout", "--waveout-audio-device="mycableleft"); vlc.addplaylist(...., name, option); vlc.playlist.play;

but don't work...

or this

var option= new Array(":out=waveout", ":waveout-audio-device="mycableleft"); vlc.addplaylist(...., name, option); vlc.playlist.play;

but don't work too...

have u any ideas?

Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 13 guests