Re: [Live-devel] Question regarding seeking and using epoch time.

2008-10-24 Thread Ross Finlayson
Morgan, FYI, I have applied your patch; it will appear in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listin

Re: [Live-devel] Question regarding seeking and using epoch time.

2008-10-22 Thread Morgan Tørvolt
> I'm not particularly interested in this, but if you send us a patch, I'll > probably add it. After actually writing the patch, I am less confident that you will actually. I made the change. I believe I managed to change it everywhere. At least the tests I have done works well. I realize that t

Re: [Live-devel] Question regarding seeking and using epoch time.

2008-10-21 Thread Ross Finlayson
My problem is that the current value of epoch is way higher than the precision of the float that is used in both openRTSP and the live library at the moment. Using double instead of float troughout the library when handling the seek times would solve this problem. Yes. Is there an interest i