Re: [vdr] streamdev for xbmc testing-pvr2

2010-01-25 Thread Goga777
> Is that working well ? I am using the vdr-team + henningpingel repo, but
> still have freezing problems 
> (xbmc goes to +/- 100% cpu) when changing channels in about 30% of the
> cases.

I have the same freezing problem with svn pvr-testing2 + non patched vdr 1711 + 
cvs streamdev with patches
from

http://xbmc.svn.sourceforge.net/viewvc/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-streamdev/patches/


I have sent my bug report to xbmc forum - let's see the answer from developers
http://xbmc.org/forum/showthread.php?t=45314&page=51

 
> Could you tell me where to find the patches for streamdev. I can find some

http://xbmc.svn.sourceforge.net/viewvc/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-streamdev/patches/streamdev-cvs221109-AddFemonV1.diff?view=log
http://xbmc.svn.sourceforge.net/viewvc/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-streamdev/patches/streamdev-cvs221109-AddCallbackMsg.diff?view=log
http://xbmc.svn.sourceforge.net/viewvc/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-streamdev/patches/streamdev-cvs170110-allowStopRecording.patch?view=log
http://xbmc.svn.sourceforge.net/viewvc/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-streamdev/patches/streamdev-cvs170110-VDR1.7.11ParentalRating.patch?view=log


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] streamdev for xbmc testing-pvr2 (Stuart Morris)

2010-01-25 Thread Stuart Morris
--- On Mon, 25/1/10, serge pecher  wrote:

> From: serge pecher 
> Subject: Re: [vdr] streamdev for xbmc testing-pvr2 (Stuart Morris)
> To: vdr@linuxtv.org
> Date: Monday, 25 January, 2010, 11:21
> 
> >BTW
> >My setup with XBMC is now:
> 
> >XBMC svn checkout
> >http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2
> 
> >VDR 1.7.11 (unpatched!)
> 
> >cvs streamdev with all patches applied from
> pvr-testing2/pvr-addons/streamdev/patches 
> >directory.
> 
> >Stuart
> 
> Hello,
> 
> Is that working well ? I am using the vdr-team +
> henningpingel repo, but still have freezing problems 
> (xbmc goes to +/- 100% cpu) when changing channels in
> about 30% of the cases.
> 
> Could you tell me where
> to find the patches for streamdev. I can find some in the
> patches directory of the streamdev plugin,
> but where can I find the other ones.
> 
> thanks,
> 
> sp


My installation is quite stable and I never get high cpu usage with VDPAU.
I have built both vdr-1.7.11 and XBMC (svn 27163) from source so I cannot
comment on the repo you refer to. I recommend you build XBMC from source.
Presuming you have built XBMC with logging enabled (default), make sure
you also enable logging in the setup dialog and check file xbmc.log for
clues:
/home//.xbmc/temp/xbmc.log

Here is my setup in a little more detail, assuming you already have a
fully operational installation of vdr 1.7.11.

Download pvr-testing2 from svn:
svn checkout http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2

Download vdr plugin streamdev cvs:
cvs -d:pserver:anon...@vdr-developer.org:/var/cvsroot login
cvs -d:pserver:anon...@vdr-developer.org:/var/cvsroot co streamdev

Find the patches in xbmc pvr-testing2:
pvr-testing2/xbmc/pvrclients/vdr-streamdev/patches

Apply the patches to streamdev. Patch gives me lots of line offsets
but no errors.
'make plugins' in the vdr directory.

Build XBMC
XBMC has a very high level of dependency but the configure script is helpful
and will tell you if a dependency is missing.
./bootstrap
./configure
(fix anything reported missing and check the feature report on completion
of the script)
make

run xbmc without installation:
./xbmc.bin -l pathtoyourlircnode

Stuart



  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] streamdev for xbmc testing-pvr2 (Stuart Morris)

2010-01-25 Thread serge pecher

>BTW
>My setup with XBMC is now:

>XBMC svn checkout
[>http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2 ->
../../../../redirect.php?go=http%3A%2F%2Fxbmc.svn.sourceforge.net%2Fsvnroot%2Fxbmc%2Fbranches%2Fpvr-testing2]

>VDR 1.7.11 (unpatched!)

>cvs streamdev with all patches applied from
pvr-testing2/pvr-addons/streamdev/patches 
>directory.

>Stuart

Hello,

Is that working well ? I am using the vdr-team + henningpingel repo, but
still have freezing problems 
(xbmc goes to +/- 100% cpu) when changing channels in about 30% of the
cases.

Could you tell me where to find the patches for streamdev. I can find some
in the patches directory of the streamdev plugin,
but where can I find the other ones.

thanks,

sp








 

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] streamdev for xbmc testing-pvr2

2010-01-25 Thread Stuart Morris
Oh yes I was on to that in a flash.
Things are much improved but still not good enough for my 'production' setup.

You can select VDPAU rendering and temporal/spatial de-interlace for h264 video 
(SD and HD) giving fluid 50Hz frame rate. But when you then watch some mpeg2 
content it falls back to software rendering and the standard 25Hz de-interlace.

Have posted a question on the XBMC forum whether it is possible to select VDPAU 
(and hence VDPAU de-interlace) for both h264 and mpeg2 decoders. The XBMC forum 
is incredibly busy so I am sceptical I will get a response.

BTW
My setup with XBMC is now:

XBMC svn checkout
http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2

VDR 1.7.11 (unpatched!)

cvs streamdev with all patches applied from 
pvr-testing2/pvr-addons/streamdev/patches directory.

Stuart

--- On Fri, 22/1/10, Goga777  wrote:

> From: Goga777 
> Subject: Re: [vdr] streamdev for xbmc testing-pvr2
> To: vdr@linuxtv.org
> Date: Friday, 22 January, 2010, 20:48
> > I am using that version of
> streamdev with pvr-testing2 ok.
> > This is my setup:
> > 
> > Streamdev plugin for XBMC
> > http://streamdev.vdr-developer.org/
> > 
> > http://streamdev.vdr-developer.org/snapshots/vdr-streamdev-0.5.0-pre-200
> > 90706.tgz
> > 
> > 
> > 
> > PVR testing version of XBMC
> > http://www.xbmc.org/forum/showthread.php?t=45314&highlight=pvr
> > 
> > svn checkout
> > http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2
> > 
> > 
> > 
> > Patch VDR 1.7.7 with extensions (for Streamdev
> extension and parental
> > rating)
> > http://www.zulu-entertainment.de/
> > 
> > http://www.zulu-entertainment.de/page/klick.php?d=VDR+Extensions+Patch
> > 
> > 
> > cp Make.config.template Make.config
> > 
> > 
> > Edit make.config enabling:
> > 
> > PARENTALRATING = 1
> > STREAMDEVEXT = 1
> > Other patches not required for XBMC.
> > 
> > The parental rating patch just gives nice colouring on
> the epg for tv show categories.
> > 
> > Development is very active and shows much promise.
> Disappointing deinterlacing though. There is good
> > support for VDPAU but with only half rate temporal. I
> believe there is the intention to support full
> > rate deinterlacing... eventually.
> 
> several days ago the xbmc developers have added in trunk
> the support of full rate temporal and
> temporal_spatial. You can test them.
> 
> Goga
> 
> 
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
> 


  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] streamdev for xbmc testing-pvr2

2010-01-22 Thread Goga777
> I am using that version of streamdev with pvr-testing2 ok.
> This is my setup:
> 
> Streamdev plugin for XBMC
> http://streamdev.vdr-developer.org/
> 
> http://streamdev.vdr-developer.org/snapshots/vdr-streamdev-0.5.0-pre-200
> 90706.tgz
> 
> 
> 
> PVR testing version of XBMC
> http://www.xbmc.org/forum/showthread.php?t=45314&highlight=pvr
> 
> svn checkout
> http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2
> 
> 
> 
> Patch VDR 1.7.7 with extensions (for Streamdev extension and parental
> rating)
> http://www.zulu-entertainment.de/
> 
> http://www.zulu-entertainment.de/page/klick.php?d=VDR+Extensions+Patch
> 
> 
> cp Make.config.template Make.config
> 
> 
> Edit make.config enabling:
> 
> PARENTALRATING = 1
> STREAMDEVEXT = 1
> Other patches not required for XBMC.
> 
> The parental rating patch just gives nice colouring on the epg for tv show 
> categories.
> 
> Development is very active and shows much promise. Disappointing 
> deinterlacing though. There is good
> support for VDPAU but with only half rate temporal. I believe there is the 
> intention to support full
> rate deinterlacing... eventually.

several days ago the xbmc developers have added in trunk the support of full 
rate temporal and
temporal_spatial. You can test them.

Goga


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] streamdev for xbmc testing-pvr2

2010-01-22 Thread Goga777
> > does support cvs version of streamdev plugin the xbmc testing-pvr2 
> > branch ? or only http://streamdev.vdr-developer.org/snapshots/vdr-
> > streamdev-0.5.0-pre-20090706.tgz will be good for xbmc pvr2 ?
> 
> The snapshot has been taken right after adding xbmc support to streamdev-cvs.
> Of course you can take a recent cvs version, too.

I would like to run svn pvr2 branch + cvs streamdev + vdr 1.7.11
does it possible at all ?
which patches should I install ?

Goga

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] streamdev for xbmc testing-pvr2

2010-01-18 Thread Frank Schmirler
Hi,

On Fri, 15 Jan 2010 21:01:14 +0300, Goga777 wrote
> does support cvs version of streamdev plugin the xbmc testing-pvr2 
> branch ? or only http://streamdev.vdr-developer.org/snapshots/vdr-
> streamdev-0.5.0-pre-20090706.tgz will be good for xbmc pvr2 ?

The snapshot has been taken right after adding xbmc support to streamdev-cvs.
Of course you can take a recent cvs version, too.

Cheers,
Frank

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] streamdev for xbmc testing-pvr2

2010-01-18 Thread Stuart Morris
I am using that version of streamdev with pvr-testing2 ok.
This is my setup:

Streamdev plugin for XBMC
http://streamdev.vdr-developer.org/

http://streamdev.vdr-developer.org/snapshots/vdr-streamdev-0.5.0-pre-200
90706.tgz



PVR testing version of XBMC
http://www.xbmc.org/forum/showthread.php?t=45314&highlight=pvr

svn checkout
http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2



Patch VDR 1.7.7 with extensions (for Streamdev extension and parental
rating)
http://www.zulu-entertainment.de/

http://www.zulu-entertainment.de/page/klick.php?d=VDR+Extensions+Patch


cp Make.config.template Make.config


Edit make.config enabling:

PARENTALRATING = 1
STREAMDEVEXT = 1
Other patches not required for XBMC.

The parental rating patch just gives nice colouring on the epg for tv show 
categories.

Development is very active and shows much promise. Disappointing deinterlacing 
though. There is good support for VDPAU but with only half rate temporal. I 
believe there is the intention to support full rate deinterlacing... eventually.

Stuart

--- On Fri, 15/1/10, Goga777  wrote:

> From: Goga777 
> Subject: [vdr] streamdev for xbmc testing-pvr2
> To: vdr@linuxtv.org
> Date: Friday, 15 January, 2010, 18:01
> Hi
> 
> does support cvs version of streamdev plugin the xbmc
> testing-pvr2 branch ?
> or only 
> http://streamdev.vdr-developer.org/snapshots/vdr-streamdev-0.5.0-pre-20090706.tgz
> will be good for
> xbmc pvr2 ?
> 
> Goga
> 
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
> 


  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] streamdev for xbmc testing-pvr2

2010-01-15 Thread Goga777
Hi

does support cvs version of streamdev plugin the xbmc testing-pvr2 branch ?
or only 
http://streamdev.vdr-developer.org/snapshots/vdr-streamdev-0.5.0-pre-20090706.tgz
 will be good for
xbmc pvr2 ?

Goga

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr