I could actually think of a few cases where a per-system plugin config file could be useful, esspecially for Intranet applications, for example: -- Codec settings (notably all the ffmpeg parameters) -- Video renderer settings -- Audio output parameters If the config file is not there, all the usual ...
Hi, basically, it would be nice if a default VLC config file could be saved by the user from the VLC standalone player which then could contain all kinds of options relevant to decoding etc. which would be picked up by the Web plugin. It could be the same format as the default config file, and it co...
Tried it, works like a charm: args=new Array(":avformat-format=mxg"); id=pl.addWithOptions(surl,args); Thank you very much! Best Regards, Olli PS: Noticed in passing and not investigated yet: I had to use document.getElementById("vlc") explicitely, a jQuery selector $("#vlc&...
Hi, I have exactly the same issue. As far as I can tell, the reason is that the "avformat-format" option is not declared "safe" and thus stripped out from the web plugin parameters. Thus, vlc continues to treat the MxPEG stream as a MJPEG stream, and failing. A fix might be to ad...