Mailing List archive

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

[vdr] AW: Re: SO-8859-1?Q?Play_"vdr2dvd"_DVDs_with_DVD-VDR_Plugin_??



> -----Ursprüngliche Nachricht-----
> Von: Manuel Melic [mailto:mmelic@fmp-datech.de]
> 
> Andreas Schultz schrieb:
> 
> >
> > I thought i had fixed that one ... I'll recheck it, there 
> should be no 
> > problems with MPEG and PCM audio tracks.
> >
> > BTW: Axel's IFO look fine, so the plugin is indeed to blame 
> for this 
> > problem.
> >
> > Andreas
> >
> >
> >
> >
> I had the same problems with my self-burned dvd's. After I 
> have checked 
> the player-dvd.c file (dvd-plugin ver 0.2.0), I modified only 
> one line 
> of the following:
> 
>     case AUDIO_STREAM_S ... AUDIO_STREAM_E: {
>          // no sound in trick mode
>          if (trickMode)
>             return 0;
>          if (audioTrack != cPStream::packetType(sector))
>             //return 0; for propper working with mpeg-audio stream
>          if (ptsFlag) {
>              adiff = pktpts - lapts;
>              lapts = pktpts;
>          }
> 
> in cDvdPlayer::playPacket.
> 
> After recompiling everything works well...
> Hope this helps...
> 
> Manuel
> 
> 

YES. That's it. Now it works with sound !

Frank Weidner


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



Home | Main Index | Thread Index