xine playback is jerky

2003-07-08 Thread Kevin McKinley
I have been able to play DVDs on my testing-sid system until tonight, when I
panicked and reinstalled xine:

ii  libxine1   1-beta9-1  the xine video/media player library,
binary 
ii  xine-ui0.9.21-2   the xine video player, user interface


Now the video playback is jerky (although the sound is smooth). These are
the last messages in the terminal window:

load_plugins: plugin dxr3-spudec failed to instantiate itself.
libspudec:init_plugin called
liba52:No accelerated IMDCT transform found

I use NVIDIA drivers.

I've googled to no avail.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xine playback is jerky

2003-07-09 Thread Marino Fernandez
On Tuesday 08 July 2003 10:10 pm, Kevin McKinley wrote:
> I have been able to play DVDs on my testing-sid system until tonight, when
> I panicked and reinstalled xine:
>
> ii  libxine1   1-beta9-1  the xine video/media player library,
> binary
> ii  xine-ui0.9.21-2   the xine video player, user interface
>
>
> Now the video playback is jerky (although the sound is smooth). These are
> the last messages in the terminal window:
>

Do you have DMA enabled... open a shell and do:
xine-check

I just noticed this is not usefull to check your DMA status... but you can 
check the status of xine; if everything is OK then do this:

cat /proc/ide/piix

I get this:

[EMAIL PROTECTED]:/proc/ide$ cat piix

Controller: 0

Intel PIIX4 Ultra 100 Chipset.
--- Primary Channel  Secondary Channel 
-
 enabled  enabled
--- drive0 - drive1  drive0 -- drive1 
--
DMA enabled:yes  no  yes   no
UDMA enabled:   yes  no  yes   no
UDMA enabled:   5X   2 X
UDMA
DMA
PIO

My CD/DVD is drive0 in the secondary channel (oh, and yes, I have an IDE 
CD/DVD on SCSI emulation); as you can see I have DMA enabled on it... if you 
do not have it enabled do this (as root):

hdparm -d1 /dev/hdc (in my case hdc is my CD/DVD... first drive sec IDE 
channel...)

Then check cat /proc/ide/piix; DMA should be enabled now.

If so you can enable it at boot using /etc/init.d/hwtools script; change this 
part:

# hdparm optimization
# Switches on interrupts during transfers and does multi sector transfers
if command -v hdparm >/dev/null 2>&1; then
   hdparm -d1 /dev/hdc
   true
fi




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xine playback is jerky

2003-07-09 Thread Marino Fernandez
On Wednesday 09 July 2003 1:20 pm, you wrote:
> On Wed, 9 Jul 2003 10:22:02 -0500
>
> Marino Fernandez <[EMAIL PROTECTED]> wrote:
> > Do you have DMA enabled... open a shell and do:
> > xine-check
>
> This results in several "no ___ plugins" messages:
>
> [OUCH!!] There are no input plugins...
> [OUCH!!] There are no demux plugins...
> [OUCH!!] There are no decoder plugins...
> [OUCH!!] There are no video_out plugins...
> [OUCH!!] There are no audio_out plugins...
>
> Each suggested that I reinstall xine-lib. Don't you get these?
>
Now that I remember I used to get these error messages with xine-check... 
apparently it complained about some xine-config file. I solved this 
installing libxine-dev (usntable).

Run xine-check again, do you still get those errors?.

> Debian doesn't have lib-xine; it has xinelib0 and xinelib1.
>
I installed libxine1 and xine-ui (unstable) with apt-get... it installed some 
other files that were needed

> I purged both xine-ui and libxine1 and reinstalled from unstable; this
> fixed the herky-jerky problem.
>
> But now I see beginning "Warning" and "Interviews do not reflect the
> opinions of the studio" screens, which I wasn't seeing before. :(
>
No clue. Can you see your videos?. What codecs so you have?, do you have 
libdvdcss installed?

> Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xine playback is jerky

2003-07-09 Thread Kevin McKinley
On Wed, 9 Jul 2003 18:29:37 -0500
Marino Fernandez <[EMAIL PROTECTED]> wrote:

> Run xine-check again, do you still get those errors?.

Yes, even though I can watch the DVDs.
 
> > Debian doesn't have lib-xine; it has xinelib0 and xinelib1.
> >
> I installed libxine1 and xine-ui (unstable) with apt-get... it installed
> some other files that were needed

That's what I did.

> > But now I see beginning "Warning" and "Interviews do not reflect the
> > opinions of the studio" screens, which I wasn't seeing before. :(
> >
> No clue. Can you see your videos?. What codecs so you have?, do you have 
> libdvdcss installed?

I can see the videos now. I have no idea what codecs I have, but I have
libdvdcss.

The warning I was talking about is the "This video is licensed for home use
only, and the FBI will get you" warning. I hadn't missed it when I wasn't
seeing it. On a DVD I've owned for a year (and watched many times) I got the
"Interviews do not reflect the opinions of the studio" message, and I've
never seen it before. Oh, well

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xine playback is jerky

2003-07-10 Thread Marino Fernandez
On Wednesday 09 July 2003 8:50 pm, Kevin McKinley wrote:
> On Wed, 9 Jul 2003 18:29:37 -0500
>
> Marino Fernandez <[EMAIL PROTECTED]> wrote:
> > Run xine-check again, do you still get those errors?.
>
> Yes, even though I can watch the DVDs.

It must be that you do not have that xine-config script Install 
libxine-dev to get it and then you wont have those errors...

Otherwise it seem to me that you are all set to enjoy your videos in a linux 
box.

Now you should think on getting MPlayer and Freevo... MPlayer has a very nice 
GUI, that pops up form the bottom of the screen if you need it when playing 
in full screen mode... and Freevo is a TiVO/Media center replacement, uses 
MPlayer to play videos, and lets you organize your videos, record TV programs 
watch TV (just like TiVO)... although I have to admit that I havent tried 
those features yet.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]