Mailing List archive

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

[vdr] Rif: Re: Rif: Re: Rif: Re: Error compiling dxr3 plugin



This is the log with vdr 1.2.6, I have the video but I don't have audio.
With vdr1.3.17 al ok but it crash frequently or don't start.
 
cpu vandor: GenuineIntel
cpu extensions:
mmx:      true
mmx-ext:  false
sse:      false
sse2:     false
3dnow:    false
 
Benchmarking memcpy() methods (smaller is better):
glibc memcpy(): 342959638
linux_kernel_memcpy(): 343554876
MMX optimized memcpy(): 335149876
 
Best one: MMX optimized memcpy()
 
cDxr3Interface::UploadMicroCode: uploading from /usr/share/misc/em8300.uc......done
cDxr3Interface::ConfigureDevice: Videomode = PAL
cDxr3Interface::ConfigureDevice: Audiomode = Analog
DXR3: brightness: 500
DXR3: contrast: 500
DXR3: saturation: 500
cDxr3AudioOutThread::Action Thread started
cDxr3AudioOutThread::Action(): Error can't set priority
cDxr3VideoOutThread::Action Thread started
cDxr3VideoOutThread::Action(): Error can't set priority
cDxr3Device::SetPlayMode audio/video from player
Setting audio mode...analog
OSD x0: 4294963918
OSD y0: 4109
OSD x1: 6687
OSD y1: 6848
cDxr3AudioDecoder::Decode Found different audio header -> init
cDxr3AduioDecoder::Decode Old header 0xff new header 0xca4fcff
cDxr3AudioDecoder::Decode Sample rate = 48000
cDxr3AudioDecoder::Decode channels = 2
cDxr3AudioDecoder::Decode Sample rate = 48000
cDxr3AudioDecoder::Decode channels = 2
OSD x0: 0
OSD y0: 0
OSD x1: 0
OSD y1: 0
OSD x0: 4294963918
OSD y0: 4109
OSD x1: 4294961023
OSD y1: 4294961049
OSD x0: 4294963918
OSD y0: 4109
OSD x1: 4294961050
OSD y1: 4294961049
OSD x0: 4294963918
OSD y0: 4109
OSD x1: 4294961050
OSD y1: 4294961049
 
 
Best regards
Rudy Sgorlon.
 
 
-------Messaggio originale-------
 
Data: 01/06/05 14:39:11
Oggetto: [vdr] Re: Rif: Re: Rif: Re: Error compiling dxr3 plugin
 
Rudy Sgorlon schrieb:
 
Thats ok... it must run with this errors.
Can you post the whole log?
 
Greets,
Christian
 
> In dxr3 plugin log file I find this error:
>
> cDxr3AudioOutThread::Action Thread started
> cDxr3AudioOutThread::Action(): Error can't set priority
> cDxr3VideoOutThread::Action Thread started
> cDxr3VideoOutThread::Action(): Error can't set priority
>
> The plugins works with this error?
> For now I can't see nothing, no video, no osd on my TV connected on
> dxr3 card.
>
>
> Best Regards
> Rudy Sgorlon.
> /-------Messaggio originale-------/
>
> /*Da:*/ Christian Gmeiner <mailto:christian@visual-page.de>
> /*Data:*/ 01/06/05 11:16:48
> /*Oggetto:*/ [vdr] Re: Rif: Re: Error compiling dxr3 plugin
>
> Rudy Sgorlon schrieb:
>
> You dont need any pachtes...
>
> Greets,
> Christian
>
> >
> > Ok now the plugin compile fine.
> > The patch for em8300 it is still necessary?
> > Thank you.
> >
> >
> > Best Ragards
> > Rudy Sgorlon.
> >
> > /-------Messaggio originale-------/
> >
> > /*Da:*/ Christian Gmeiner <mailto:christian@visual-page.de>
> > /*Data:*/ 01/05/05 15:55:30
> > /*Oggetto:*/ [vdr] Re: Error compiling dxr3 plugin
> >
> > Rudy Sgorlon schrieb:
> >
> > > I try to compiling dxr3 plugin cvs version, fffmpeg cvs version  vdr
> > > 1.3.17.
> > > After "make plugins" command I get this error:
> > >
> > > debian:/vdr/vdr-1.3.17# make plugins
> > > make[1]: Entering directory `/vdr/vdr-1.3.17/PLUGINS/src/dxr3'
> > > g++ -O2 -Wall -Woverloaded-virtual -lz -shared dxr3.o
> > > dxr3multichannelaudio.o dx
> > > r3sysclock.o dxr3colormanager.o dxr3syncbuffer.o dxr3audiodecoder.o
> > > dxr3blackfra
> > > me.o dxr3palettemanager.o dxr3nextpts.o dxr3pesframe.o
> > > dxr3demuxdevice.o dxr3con
> > > figdata.o dxr3log.o dxr3ffmpeg.o dxr3spuencoder.o dxr3i18n.o
> > > dxr3interface.o dxr
> > > 3device.o dxr3outputthread.o dxr3osd.o dxr3osd_subpicture.o
> > > dxr3spudecoder.o dxr
> > > 3unixserversocket.o dxr3cpu.o dxr3memcpy.o dxr3dolbydigital.o
> > > -L/usr/local/inclu
> > > de/ffmpeg/libavcodec -lavcodec -ljpeg -o libvdr-dxr3.so
> > > /usr/bin/ld: cannot find -lz
> > >
> > > Where I 'm mistaking?
> >
> > Try this:
> >
> > change in Makefile
> >
> > libvdr-$(PLUGIN).so: $(OBJS)
> >     $(CXX) $(CXXFLAGS) -lz -shared $(OBJS) $(LIBS) -o $@
> >     @cp $@ $(LIBDIR)/$@.$ <mailto:/$@.$> <mailto:/$@.$>(VDRVERSION)
> >
> > to
> >
> > libvdr-$(PLUGIN).so: $(OBJS)
> >     $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
> >     @cp $@ $(LIBDIR)/$@.$ <mailto:/$@.$> <mailto:/$@.$>(VDRVERSION)
> >
> >
> > Greets
> >
> > --
> > Christian Gmeiner
> > Maintainer of the DXR3-Plugin for VDR:
> > Maintainer of VDR-Ebuilds at Gentoo.de
> >
> >
> >
> >
> >
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Anti-Virus.
> > Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
> >
> > .
> >
> >
> >
> >
> >
> >------------------------------------------------------------------------
> >
> >No virus found in this outgoing message.
> >Checked by AVG Anti-Virus.
> >Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
> >
> >
>
>
> --
> Christian Gmeiner
> Maintainer of the DXR3-Plugin for VDR:
> Maintainer of VDR-Ebuilds at Gentoo.de
>
>
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
>
> .
>
>
>
>
>
>------------------------------------------------------------------------
>
>No virus found in this outgoing message.
>Checked by AVG Anti-Virus.
>Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
>
>
 
 
--
Christian Gmeiner
Maintainer of the DXR3-Plugin for VDR: http://sourceforge.net/projects/dxr3plugin/
Maintainer of VDR-Ebuilds at Gentoo.de
 
 
 
 
 
 
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
 
.
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005

Home | Main Index | Thread Index