Is there a way to retrieve properties such as bitrate/vbr, samplerate in khz, channel setting stereo/mono, etc. for a currently playing item from the VLC's playlist? If so, how? Thx!
Here are some details about the problem: On Windows (cygwin) the error comes from the file http_client.c (in both versions 0.3.0 and 0.4.0). All other files seem to be ok. I think the problem starts with the compiler not getting the right OS flags (e.g. SYSTEM_WIN32) passed. This results in the wron...
Thanks for your answer Quovodis! Im not using the ActiveX within IE. But this option sounds rather interesting! The other option involves enabling the logger interface which will aways open a dos-console, even if the VLC ActiveX is set to visible = false. I just need a way to always parse the debug ...
Is there any way to get a hold of the debug output of a VLC ActiveX instance?
Could the output be written to a file? Is there a switch I can trigger using GetVariable/SetVariable to achive this?