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

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

[vdr] vdr-1.7.11 (+ vdr-xine) segfaults

2010-01-25 Thread Jouni Karvo
hi, I just turned to 64bit, and it seems vdr dumps core there... compiled with g++-4.3 command line: `./vdr-prod -u vdr -w 60 -P xine -v /video0 -c /video0 --userdump -l 3' log content (end of log): Script done on Mon 25 Jan 2010 07:28:00 PM EET Jan 25 19:26:20 vdr vdr: [-1] channel 1

Re: [vdr] subtitles on BBC live shows or the news

2010-01-25 Thread Luca Olivetti
En/na André Weidemann ha escrit: Hi, I recently noticed that subtitle decoding on BBC stations for live broadcasts such as football or the news is not working very well. The subtitles, are barely readable. The words are often displayed separately and are erased before the entire sentence is

Re: [vdr] vdr-1.7.11 (+ vdr-xine) segfaults

2010-01-25 Thread Jouni Karvo
Jouni Karvo kirjoitti: hi, I just turned to 64bit, and it seems vdr dumps core there... compiled with g++-4.3 answering to myself. Compiling with g++-4.1 removes the segmentation fault. I don't know whether this is related, but g++-4.3 warns in many places about expressions with both

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

Re: [vdr] [ANNOUNCE] vdr-webvideo 0.2.0

2010-01-25 Thread Aimo Parru
On Monday 25 January 2010 00:08:50 Aimo Parru wrote: I can see the menus and programs but downloading doesn't work. It always thows an error 500: ERROR: Download failed (error = 500) Oh, bugger! It was me. There was no rtmpdump-yle installed. -- amppa

[vdr] [Makefile] `-fPIC` not added to externally defined `C[XX]FLAGS` of PLUGINS if `Make.config` not available

2010-01-25 Thread Paul Menzel
Dear VDR users, in `Make.config.template` [1] which if renamed to `Make.config` gets included in all Makefiles there is ifdef PLUGIN CFLAGS += -fPIC CXXFLAGS += -fPIC DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE endif