cannot obtain vlc.input.length
Posted: 05 Apr 2010 15:10
I can't obtain vlc.input.length information from avi files, when i use flv files, there is no problem, i don't get it. can you help me?
Code: Select all
//length of the input file
var length = vlc.input.length;
hn = document.getElementById("length");
hn.innerHTML = 'Length: ' + length + ' ms';
}