Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: dvd plugin navigation problems



I am sure you doon't try everything because I have made tests many hours in
order to understand what is the problem.
with libdvdread 0.9.3, all is OK => with libdvdread, in some DVD (not with
all) there is some problems in the menu. that resolv the first problem
without replacing the <= 0 by < 0 => you will have some skipping of sounds
data, that resolv the two others problem

You will have to uninstall properly libdvdread-0.9.4 before installing the
new version (remove manually all the libdvdread*) and install
libdvdread-0.9.3 after, compile plugins and vdr and after make manualy the
link of libdvdread that is missing when you launch vdr.
I am sure that you didn't delete the library of libdvdread that doesn't
exist in libdvdread-0.9.3 and that the dvd plugin uses ( libdvdread.so.3 if
I remember). So the dvd plugin use the 0.9.4 libdvdread library and not the
0.9.3 one.

----- Original Message ----- 
From: "Daniel Sáez Domingo" <dsaez@iti.upv.es>
To: <vdr@linuxtv.org>
Sent: Tuesday, June 03, 2003 9:38 AM
Subject: [vdr] Re: dvd plugin navigation problems


> I have tried with libdvdread-0.9.3, libdvdnav-0.1.4, libdvdnav-0.1.7,
> libdvdnav-0.1.9 and other combinations, but the problems persist.
>
> I don't use the AC3OverDVB patch and I have tried <0 and <=0 but there
> is no difference between the two options.
>
>
> El lun, 02 de 06 de 2003 a las 23:30, Olivier LABRUERE escribió:
> > the problem is libdvdread-0.9.4, try to use libdvdread-0.9.3, it works
> > better.
> >
> > I have also lots of problems when i use libdvdread-0.9.4
> >
> > You have also to change the < 0 to <=0 in line 280 of player-dvd.c to
resolv
> > the jump in sound and the no sound.
> >
> > ----- Original Message ----- 
> > From: "Andreas Schultz" <aschultz@warp10.net>
> > To: <vdr@linuxtv.org>
> > Sent: Monday, June 02, 2003 7:19 PM
> > Subject: [vdr] Re: dvd plugin navigation problems
> >
> >
> > > On Monday 02 June 2003 6:52 pm, Daniel Sáez Domingo wrote:
> > > > Hello,
> > > >
> > > > I have some problems with the dvd plugin for vdr.
> > > >
> > > > My versions are:
> > > > vdr-1.2.0
> > > > vdr-dvd-0.3.2a
> > > > libdvdcss-1.2.6
> > > > libdvdread-0.9.4
> > > > a52dec-0.7.4
> > > > libdvdnav-0.1.9
> > > >
> > > > My problems are:
> > > > - I can't hear anything in some original DVD's
> > > > - I get some errors (something like jumps) in sound
> > > > - I get some errors in navigation screens. For example, the cursor
mark
> > > > doesn't move, more than one cursor mark appears at the same time,
there
> > > > are more jumps and cuts when I navigate, ...
> > > >
> > > > I have tried to reproduce the same dvd (the lord of the rings) using
> > > > ogle and all these problems dissapear.
> > > >
> > > > Which is the cause of these problems?
> > > > How can I solve them?
> > >
> > > A good starting point would be to downgrade your libdvdnav to 0.1.7.
The
> > > version you are using has significant changes compared to the version
the
> > > plugin was tested with.
> > > Also, some of the errors you describe will occure when you use the
> > AC3overDVB
> > > patch. The solution to this has been posted to this list already.
> > >
> > > @@ -277,7 +276,7 @@
> > >
> > >        if (blk_size > 0) {
> > >           int res = PlayVideo(write_blk + blk_offs, blk_size);
> > > -         if (res <= 0) {
> > > +         if (res < 0) {
> > >               esyslog("ERROR: PlayVideo, %s (workaround activ)\n",
> > > strerror(errno));
> > >               DeviceClear();
> > >           }
> > >
> > > Andreas
> > >
> > >
> > >
> > > -- 
> > > Info:
> > > To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe
vdr"
> > as subject.
> > >
> >
> >
>
>
>
> -- 
> Info:
> To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr"
as subject.
>



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index