Search found 3 matches

Go to advanced search

by optimist_259
16 Feb 2017 17:56
Forum: Web and scripting
Topic: Can not pass options to playlist.add()
Replies: 13
Views: 10091

Re: Can not pass options to playlist.add()

So it's indeed an issue in plugin vlc.
Anyway, to avoid issue, I convert audio source to wav format so that I can launch plugin vlc without arguments

Thank everybody.
by optimist_259
09 Feb 2017 15:50
Forum: Web and scripting
Topic: Can not pass options to playlist.add()
Replies: 13
Views: 10091

Re: Can not pass options to playlist.add()

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...
by optimist_259
08 Feb 2017 17:25
Forum: Web and scripting
Topic: Can not pass options to playlist.add()
Replies: 13
Views: 10091

Can not pass options to playlist.add()

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...

Go to advanced search