Search found 2 matches

Go to advanced search

by plexium_nerd
27 Mar 2008 20:15
Forum: Web and scripting
Topic: vlc playlist events and manipulation in javascript
Replies: 4
Views: 3702

Re: vlc playlist events and manipulation in javascript

I've had this question as well and searched through the forum to see that others have had the same question with no response. So here is the code I've managed to put together to solve my problem. Please note I'm building an app for Mozilla so it's not tested on IE but hopefully someone can get some ...
by plexium_nerd
03 Mar 2008 17:52
Forum: Web and scripting
Topic: how to buffer a stream using the plugin api?
Replies: 1
Views: 1625

Re: how to buffer a stream using the plugin api?

I had this same question. After a little research I found that vlc command-line options can be passed into the plugin via the playlist's add() method as the 3rd parameter. It can be either in string (space-delimited) form or array and must be in MRL form (ie :option=value ). Kinda neat because you c...

Go to advanced search