I am writing a VLC based application that allows the user to view a single stream M2T video file, move the timeline slider to a desired location, then extract that timeline information (current time and video length) into an external file. Currently, I am using the VLC Javascript API to play this fi...