Page 1 of 1

Buffer position via VLC Plugin

Posted: 02 Aug 2009 11:40
by adammw
Hi.
When using VLC to view files direct from the internet (e.g. http://www.server.com/myvideo.mp4 ) with VLC, I assume that VLC buffers the download so that it will not underrun, but is the position of where VLC has buffered up to accessible via the javascript API?
Both vlc.input.position and vlc.input.time show only the current position, not the buffered position.

Thanks.