Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Per Mellander
Morfsta skrev: I have been using xine-1.2 from the Mercurial distribution, but it still creates a plugin directory called 1.1.9 and sometimes 1.1.90. Evereything except that you use Mercurial looks like my setup. I started of with the xine-lib I had on my machine, which was originally taken

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Morfsta
See attached xine.log On Jan 21, 2008 7:30 AM, Walery Daniloff [EMAIL PROTECTED] wrote: Hi, Tried vdr-xine - this shows a black screen with audio but no video - message says it can't find a plugin to handle the video. show verbose-log - xine --verbose=2

Re: [vdr] H264 Issue with C+ Nordic Channels

2008-01-21 Thread Morfsta
OK, well thanks for looking at it Reinhard. It seems like there is a lot of work required with xine and ffmpeg, which is a shame because using them is obviously the more desireable solution at the moment. If spatial direct mode was properly implemented as well as these issues it would almost a

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Walery Daniloff
See attached xine.log load_plugins: plugin mpeg2 will be used for video streamtype 00. try delete /usr/local/lib libxine* and /usr/local/lib/xine dir and make install xine again Walery ___ vdr mailing list vdr@linuxtv.org

Re: [vdr] VDR - xine - CoreAVC (Was: Re: CoreAVC + xineliboutput)

2008-01-21 Thread Gregoire Favre
On Sun, Jan 20, 2008 at 10:20:40PM +0300, Igor wrote: please, try with this Makefile version from Walery http://allrussian.info/thread.php?postid=1226030#post1226030 Thank. I'll be lazy and wait for a current patch against xine-lib-1.2 :-) All the channels I have access to seems to works

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Dex
At least Hoochster says in his HowTo (for myth this time) that ..CoreAVC will only run in 32bit mode. So if you are running 64bit Linux, then you will need to setup a 32bit Chroot to compile Mplayer with the patches. This Howto does not cover that, but if you reference the Wiki site at the

[vdr] xine-lib security fix (was: Re: VDR - xine - CoreAVC)

2008-01-21 Thread Darren Salt
I demand that Per Mellander may or may not have written... Morfsta skrev: I have been using xine-1.2 from the Mercurial distribution, but it still creates a plugin directory called 1.1.9 and sometimes 1.1.90. Evereything except that you use Mercurial looks like my setup. I started of with

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Morfsta
OK, you are right. I am building it in a 32bit chroot environment and now it tried to build in lib32dll! However, I get this error message: - w32codec.c:581: error: 'BUF_VIDEO_WVC1' undeclared (first use in this function) I can't find anywhere in the code where this is declared but the coreavc

Re: [vdr] VDR - xine - CoreAVC (Was: Re: CoreAVC + xineliboutput)

2008-01-21 Thread Darren Salt
I demand that Gregoire Favre may or may not have written... On Sun, Jan 20, 2008 at 10:20:40PM +0300, Igor wrote: please, try with this Makefile version from Walery http://allrussian.info/thread.php?postid=1226030#post1226030 Thank. I'll be lazy and wait for a current patch against

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Morfsta
Seems that there is a difference in versions somewhere. BUF_VIDEO_WVC1 is defined in xine-engine.h. I added it to an include and its compiling-ish I'm actually cross compiling 32bit in my 64 bit environment which is fun with having to provide so many 32-bit libs. Still I don't fancy trashing

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread VDR User
On Jan 21, 2008 7:01 AM, Morfsta [EMAIL PROTECTED] wrote: However, I get this error message: - w32codec.c:581: error: 'BUF_VIDEO_WVC1' undeclared (first use in this function) Try: --- xine-lib/src/xine-engine/buffer.h.orig 2007-11-05 18:33:03.0 -0500 +++

Re: [vdr] new drivers

2008-01-21 Thread Tony Grant
Le jeudi 17 janvier 2008 à 19:40 +0100, Reinhard Nissl a écrit : There exists already a fixed version of libxcb but it is not available for a stock openSUSE 10.3. On the other hand, my EPIA MII-6000E runs openSUSE 10.3 too, using the binary openchrome driver package provided at

Re: [vdr] new drivers

2008-01-21 Thread Reinhard Nissl
Hi, Tony Grant schrieb: There exists already a fixed version of libxcb but it is not available for a stock openSUSE 10.3. On the other hand, my EPIA MII-6000E runs openSUSE 10.3 too, using the binary openchrome driver package provided at openchrome.org and hasn't deadlocked so far though

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Reinhard Nissl
Hi, Igor schrieb: is there any difference between xine-lib 1.2 branch and 1.1 branch for our case ? The 1.2 branch contains my VDR plugins while the 1.1 branch needs a patch, which vdr-xine-0.8.1 provides. Don't think that this is relevant for our goals. The patch for the 1.1 branch is

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Morfsta
That got it! I've got it working now in the 32-bit chroot environment, I can see it loading the CoreAVC codec when switching to BBC HD. Sadly, I'm doing this remotely so can't see how the results actually look on the TV until tomorrow! I'm keen on seeing a channel that uses spatial direct mode.

[vdr] [ANNOUNCE] VideoCD Plugin 0.9

2008-01-21 Thread Thomas Heiligenmann
A new version of the plugin is available: Download: http://www.heiligenmann.de/vdr/download/ Filename: vdr-vcd-0.9.tgz Filesize: 33687 See HISTORY and README for details. Thanks to all, who have provided ideas and patches. -- Thomas ___ vdr mailing

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Darren Salt
I demand that Morfsta may or may not have top-posted AGAIN... On Jan 21, 2008 4:06 PM, Darren Salt [EMAIL PROTECTED] wrote: I demand that Morfsta may or may not have written... Seems that there is a difference in versions somewhere. BUF_VIDEO_WVC1 is defined in xine-engine.h. I don't know