I want to offer a mpeg file with two languages via http-streaming.
With the ActiveX Control it is no problem to select the audiotrack by
Code: Select all
var options = [":audio-track=<?echo $_GET["track"];?>"];
document.vlc.addTarget(targetURL, options, 2, 0)
Is it possible via one of these functions?
Code: Select all
set_int_variable(var_name, value)
set_bool_variable(var_name, value)
set_str_variable(var_name, value)
Thx
Sebastian