# HG changeset patch # User gabucino # Date 1024741369 0 # Node ID cb078d0579f388ff2a355d603ee566be7f3d13ae # Parent ce4647b864e53a97a924a9a545cd5f2ca1c87c5d timer routines section slightly reformatted added note about buggy RTC in some cases diff -r ce4647b864e5 -r cb078d0579f3 DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Sat Jun 22 10:03:46 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Sat Jun 22 10:22:49 2002 +0000 @@ -615,17 +615,25 @@
  • Ha van V4L kompatibilis TV tunered, nézd meg a TV bemenet fejezetet.
  • -
  • Három időzítő kód van az MPlayerben. A régi -módszer használatához nem kell semmit tenned, alapértelmezett. Lényege hogy -usleep()-et használ az A/V szinkron javításához, +/- 10ms -pontossággal. Néha ez nem elég pontos. Az új kód a PC-k RTC-jét (Real Time -Clock) használja erre a célra, mivel ezzel sokkal pontosabb, +/- 1ms-os -időzítést lehet elérni. Ez root jogokat követel, vagy egy setuid root -MPlayer binárist (nos, vagy egy kis kernel átirást, ezt azért inkább -ne..). Az új időzítő kód hatékonysága szépen látszik a státuszsorban. -A harmadik módszer haszálatához a -softsleep opciót kell megadni. -Ez van olyan hatékony mint az RTC, de nem használja az RTC-t. -Viszont sajnos több CPU-t igényel. +
  • Három időzítő kód van az MPlayerben.
    +
    +A régi módszer használatához nem kell semmit tenned, alapértelmezett. +Lényege hogy usleep()-et használ az A/V szinkron javításához, +/- +10ms pontossággal. Néha ez nem elég pontos.
    +
    +Az új kód a PC-k RTC-jét (Real Time Clock) használja erre a célra, mivel +ezzel sokkal pontosabb, +/- 1ms-os időzítést lehet elérni. Ez root jogokat +követel, vagy egy setuid root MPlayer binárist (nos, vagy egy kis +kernel átirást, ezt azért inkább ne..). Az új időzítő kód hatékonysága szépen +látszik a státuszsorban. Néhány hardware kombinációban (ellenőrizve egy +DMA nélküli DVD drive használatakor egy ALi1541 alaplapon) az RTC +használata szaggatott lejátszáshoz vezet. Ilyenkor a következő módszer +használata javallott.
    +
    +A harmadik módszer haszálatához a -softsleep opciót kell +megadni. Ez van olyan hatékony mint az RTC, de nem használja az RTC-t. Viszont +sajnos több CPU-t igényel.
    +
    Megj.: SOHA ne installálj setuid MPlayer binárist többfelhasználós gépre! Ez a legegyszerűbb módja hogy mindenki root jogot szerezzen.
  • diff -r ce4647b864e5 -r cb078d0579f3 DOCS/documentation.html --- a/DOCS/documentation.html Sat Jun 22 10:03:46 2002 +0000 +++ b/DOCS/documentation.html Sat Jun 22 10:22:49 2002 +0000 @@ -648,16 +648,25 @@
  • If you have a V4L compatible TV tuner card, and wish to watch/grab and encode movies with MPlayer, read the TV input section.
  • -
  • There are three timing methods in MPlayer. To use the old -method, you don't have to do anything. It uses usleep() to tune -A/V sync, with +/- 10ms accuracy. However sometimes the sync has to be tuned -even finer. The new timer code uses PC's RTC (Real Time Clock) for this task, +
  • There are three timing methods in MPlayer.
    +
    +To use the old method, you don't have to do anything. It uses +usleep() to tune A/V sync, with +/- 10ms accuracy. However +sometimes the sync has to be tuned even finer.
    +
    +The new timer code uses PC's RTC (Real Time Clock) for this task, because it has precise 1ms timers. This requires root, or a setuid root MPlayer binary (or a little kernel hacking, but that's unadvised). You -can see the new timer's efficiency in the status line. The third timer -code is turned on with the -softsleep option. It has the -efficiency of the RTC, but it doesn't use RTC. On the other hand, -it requires more CPU. Note: NEVER install setuid MPlayer binary on a +can see the new timer's efficiency in the status line. In some hardware +combinations (confirmed during usage of non-DMA DVD drive on an ALi1541 board) +usage of the RTC timer causes skippy playback. It's recommended to use the +following method in these cases.
    +
    +The third timer code is turned on with the -softsleep +option. It has the efficiency of the RTC, but it doesn't use RTC. On the other +hand, it requires more CPU.
    +
    +Note: NEVER install setuid MPlayer binary on a multiuser system! It's a clear way for everyone to gain root.