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 tak

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 com

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 http://www.linuxtv.o

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Morfsta
Same problem. I'm not sure that the w32 codec support is being built in xine. If I look in src/libw32dll I see: - :~/dshow/xine-lib-1.2/src/libw32dll# ls common.cMakefile Makefile.in qtx wine DirectShow Makefile.am nal_parser.c w32codec.c dmo Makefile.am

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Walery Daniloff
linux 64bit? Most likely in it a problem. > Also, if I do a make clean && make in that directory it doesn't do > anything: - > > # make > make[1]: Entering directory `/root/dshow/xine-lib-1.2/src/libw32dll' > make[1]: Nothing to be done for `all-am'. > make[1]: Leaving directory `/root/dshow/xine

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 wi

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 top

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Darren Salt
I demand that Morfsta may or may not have written... > 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. Wrong. 1.1.90 only. Any 1.1.9 which you see is from xine-lib 1.1.9. [snip] > Running on Ubuntu 7.10 x86_

[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 >

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 p

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 x

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Darren Salt
I demand that Morfsta may or may not have written... [snip] > 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 patch adds it.. > Any ideas? Inco

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 my

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Darren Salt
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 where your xine-engine.h came from, but it's not xine-lib. [snip; don't top-post] -- | Darren Salt| linux or ds at

Re: [vdr] VDR - xine - CoreAVC

2008-01-21 Thread Morfsta
It was in the tar file that Per posted earlier of his xine-lib! 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

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 +++ xine-lib/src/xine

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 openchrome

Re: [vdr] vdr-iptv-0.0.5 + vdr-xine audio problem

2008-01-21 Thread Antti Seppälä
Jouni Karvo wrote: > I really have no idea of which settings to try next. Configuring > xine-ui is not really an easy thing. > Few people have reported audio problems in xine-lib version 1.1.9. The setting audio.synchronization.slow_fast_audio (discussed here http://www.linuxtv.org/pipermail/

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

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 mai

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 li

[vdr] [ANNOUNCE] WAPD 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-wapd-0.9.tgz Filesize: 31975 See HISTORY and README for details. Thanks to all, who have provided ideas and patches. -- Thomas ___ vdr mailing l

[vdr] [ANNOUNCE] PhotoCD 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-pcd-0.9.tgz Filesize: 19927 See HISTORY and README for details. Thanks to all, who have provided ideas and patches. -- Thomas ___ vdr mailing li

Re: [vdr] [ANNOUNCE] WAPD Plugin 0.9

2008-01-21 Thread Ville Skyttä
On Monday 21 January 2008, Thomas Heiligenmann wrote: > A new version of the plugin is available: > > Download: http://www.heiligenmann.de/vdr/download/ > Filename: vdr-wapd-0.9.tgz > Filesize: 31975 > > See HISTORY and README for details. Thanks to all, who have provided > ideas and patches. Here

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