search for: timestemp

Displaying 4 results from an estimated 4 matches for "timestemp".

Did you mean: timestamp
2008 Jun 06
2
Finding out the duration of an Ogg stream
Hello people! I'm developing a Java Ogg media player applet and I have encountered a problem while creating a progress bar. I need to know how long, in samples or seconds, the Ogg stream that I'm playing is, and I need to know it before I have downloaded the entire stream. Problem is, I don't see how I could do that. I could provide a "duration" argument, but that would
2008 Jun 06
0
Finding out the duration of an Ogg stream
...eam. > If not, what is the easiest way to check the numbers of samples? It's a bit tedious. If you know it's a static (or at least fixed length) file you're pulling, e.g. from the Content-Length header, you can do a Range request for the last 4k or so, try to parse it for the timestemp (and keep backing up if you don't find it). If the serialno fields match, you're done, just subtract the timestamp of the first packet from that of the last. If not, the file is several different stream concatenated together, so you have to bisection search for where the serial numb...
2007 Oct 09
13
clocksource/0: Time went backwards
Dear fellow Xen''ers! I''m having a problem with my new Xen-enabled colocation server.. I hope ( at least ;) ) one of you guys know how to fix this problem.. For a certain amount of time ( 1-2 days ) the domU runs fine.. until the console starts spitting out messages like these: [80182.004456] clocksource/0: Time went backwards: delta=-6917292717540055641 shadow=80182004054805
2003 Dec 01
0
No subject
...o check the ACL code but I have never looked at the samba > code so it may take some time. Anybody has pointers/Hints on doing > this? Look in lib/sysacls.c at the code included in the #ifdef (HAVE_POSIX_ACLS) section. It would also be a good idea to look at a level 10 debug log (with debug timestemp = no) to review any set_security_descriptor() calls the client is making. cheers, jerry --------------------------------------------------------------------- http://www.valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry...