LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Jerky video playback (https://www.linuxquestions.org/questions/linux-general-1/jerky-video-playback-145964/)

hand of fate 02-14-2004 08:22 AM

Jerky video playback
 
I am using a dual boot system win WinXP home and SuSE 9 pro.

When I play DVD videos under Linux, using either Mplayer or Ogle, the video always seems a bit jerky, and sometime slightly out of sync with the sound. I have no such problem under Windows. Also some websits with Flash Player animations seem jerky.

Is this a problem I can solve, or is it that Linux is not as good for multimedia playback a Windows?

LinuxLala 02-14-2004 08:26 AM

Maybe it has to do with ur RAM, 'caue I think Linux needs more RAM than windoze. I think I saw a discussion on this here.

hand of fate 02-14-2004 04:04 PM

I've got 192 MB of RAM, whick I would have thought would be enough for most purposes, considering that many Linux distributions claim to be able to run on much older systems.

Chris H 02-14-2004 04:27 PM

As root type

hdparm -d1 /dev/hd*

where hd* whatever your dvd drive is set up as.

adz 02-14-2004 11:08 PM

Did you install mplayer from source? It run incredibly well when compiled from source and supports everything. Also, which version are you using?

As an aside I had a similar problem once. All was well until my power supply fried. It seemed to affect linux more than windows. I didn't get anything as bad as you are but it was jerky and the sound would periodically cut out. I never solved it since I didn't know about hdparm then and now I use a different box where I have the same (if not better) video playback under linux.

One other thing is what audio drivers are you using?

LinuxLala 02-15-2004 12:48 AM

192 MB RAM should be enough. Follow Chris H's advice. Let's see what turns up. :)

exodist 02-15-2004 01:26 AM

jerky video is usually ide problems, however it can also happen when cpu/mem is overused, or if you are using say XShm when XV is available, etc, try -vo help and switch choices see if any go faster

hand of fate 02-19-2004 05:07 PM

I tries hdparm as Chris H suggested, and I got the message "/dev/sr0 not supported by hdparm
". I'm no Linux expert, so I don't really know what this means.

I can't remenber which version of Mplayer I used, but I've since removed it from my PC, and only use Ogle for DVDs. I do remember that it was installed using three rpm files simultaneously.

The Flash player problem doesn't seem so bad now, so maybe that was unrelated.

adz 02-19-2004 07:24 PM

Is your drive pure SCSI or justr SCSI-emulated? If emulated then you have to point hdparm to the IDE name of your drive (ie hda, hdb, hdc, etc).

hand of fate 02-22-2004 03:22 PM

Sorry I don't know, adz. As I don't really know hat much about computers, can you tell me how to find out, please?

megaspaz 02-22-2004 05:27 PM

you could just do:

/sbin/hdparm -I /dev/hdb
/sbin/hdparm -I /dev/hdc
...
...
...

until you find the output that matches your dvd manufacturer. not very elegant but pretty easy.

adz 02-22-2004 07:38 PM

Well pure SCSI means it has a different kind of cable (slightly wider). If it's emulated then it's a regular IDE drive just being made to look like a SCSI through software. If you type /bin/lsmod and see a line saying "ide-scsi" then there's a good chance it's emulated. Basically, do what megaspaz said.

hand of fate 02-23-2004 12:02 PM

Thanks, it turns out that my CD/DVD drive is in fact /dev/hdc. When I do /sbin/hdparm -I /dev/hdc, I get:

/dev/hdc:

ATAPI CD-ROM, with removable media
Model Number: COMBI RW16x10/DVD
Serial Number: 5VO2235DR00837
Firmware Revision: N1.1
Standards:
Likely used CD-ROM ATAPI-1
Configuration:
DRQ response: 50us.
Packet size: 12 bytes
Capabilities:
LBA, IORDY(cannot be disabled)
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 *udma4
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
HW reset results:
CBLID- above Vih
Device num = 0



Does anything in that show what might be making DVD palyback jerky?

adz 02-23-2004 07:34 PM

Try an hdparm -tT /dev/hdc. This does a (not very very indicative of real world situations) test. It can be helpful, though. Then look at the options -a, -b, -c, -d and -m. See if changing any of these parameters either incereases your test score or your DVD playback quality. Look especially at "-d".

megaspaz 02-23-2004 07:46 PM

basically do as root:
/sbin/hdparm -v /dev/hdc

look at the output line starting with using_dma = X

where X is either 0 or 1. if it's 0, use this command:

/sbin/hdparm -d1 /dev/hdc

hopefully dma will be set in the output and not set then unset due to an error of some kind. if dma won't enable, post back and we'll handle that situation.


All times are GMT -5. The time now is 04:24 PM.