Page 1 of 1

Video buffering web plugin ?!

Posted: 23 Nov 2015 20:11
by erwieder
Hallo

Weiß einer wie ich beim web plugin das Buffering einstellen kann ?

Does anyone know how I can adjust buffering the web plugin?

Re: Video buffering web plugin ?!

Posted: 26 Nov 2015 08:28
by da2424
You can use the options ':file-caching' or 'network-caching':

Code: Select all

var options = [':network-caching=2000']; vlc.playlist.add(url, 'name', options);