I've looked about but can't seem to answer the following question.
I'm streaming an mp4 file from my local machine via vlc plugin (0.8.4a) on Firefox (1.5.0.1). I've been able to get document.video1.get_time() to return the correct time value. When I try to seek however, using video1.seek(bookmark,false) where bookmark equals 6 or 12 or 20 for example, I get no result. The video plays from the beginning. I've tried putting seek both before and after the play() command, but no luck.
I would happily use the file directly, but the plugin only works when I'm calling the file from a URL, as I expect it's supposed to.
Any ideas?