[vlc-devel] Browser Plugin debug question

Guy Perkins me at atdotmedotuk.me.uk
Sun Aug 18 20:34:27 CEST 2013


Hi

Sorry for the post on devs, but I have posted on forum and VLC list, without
luck.

There is an issue within the browser activex plugin on windoze platform,
where the full options list/array is not getting through to VLC when using
IE9 or IE10.

VLC will only respond to the first item in the array/list and not
recognise/receive the others.

All compatibility modes within IE9 & IE10 make no difference. (same on 32 &
64 bit)

So, is there a way to run the plugin in a debug mode or to examine what the
VLC plugin is receiving from the browser?

 

EG - The following is an example where the VLC plugin running in IE9 & IE10
will only respond to the first item. (it will ignore the bandwidth, sub
track and no audio, but previous IE versions will be fine)


var myoptions = new
Array('program=123456','dvb-bandwidth=8','sub-track=0','no-audio');
vlc.playlist.add("dvb-t://frequency=456789000", "fancy name", myoptions);
alert(options[0])
alert(options[1])
alert(options[2])
alert(options[3])

 

If somebody wants a little sponsored work on this at a reasonable rate, feel
free to respond.

 

Regards

 

Guy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130818/f4732689/attachment.html>


More information about the vlc-devel mailing list