Page 1 of 1

strange problem with :start-time option

Posted: 27 Dec 2006 22:07
by aagis
Hello everyone,
I am trying to use the :start-time option to start playing a video at an arbitary point. Everything works fine if the start-time specified is below 4294. if the time is 4295 or higher the stream starts from start. Any suggestions why this is happening and how to bypass it?

Thank you in advance,
Agis

Posted: 28 Dec 2006 01:57
by Tappen
2^32 = 4294967296

I'd be willing to bet quite a bit that someone is multiplying the value by 1,000,000 in order to convert to micro-seconds and storing it in a 32-bit unsigned int.