The syntax of the options array is incorrect. This should work: var options = new Array(":demux=rawaud", ":rawaud-channels=2", ":rawaud-samplerate=44100", ":rawaud-fourcc=s16b"); I tried as you suggest but it does not work either. I have also tried to pass on...
I need to embed vlc in my webpage to receive and play an udp audio stream. This stream is a raw audio so some audio options need to be set. However, function vlc.playlist.add(mrl, name, options) seems to ignore all options which is passed Here is the code I use <embed type="application/x-vlc-pl...