The docs say:
http://wiki.videolan.org/Documentation: ... put_objectvlc.input.position: normalized position in multimedia stream item given as a float value between [0.0 - 1.0]
I had to look up the term "normalized" cause I didn't understand what that meant: http://en.wikipedia.org/wiki/Scientific ... d_notation
I don't quite understand how vlc.input.position works. Is it the relative position of the player in relation to the bytestream?
I called the vlc.input.position method just after the video started playing to see what it would show and I got this: 0.0018034265376627445
How I interpret that number?