Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Anssi Hannula
VDR User wrote: Recently I've been getting the following error when compiling the dvd plugin: /usr/include/dvdread/ifo_types.h:32:2: error: #error Must include inttypes.h or stdint.h before any libdvdread header. This is with debian sid, gcc-3.4 and gcc-4.2, and dvd-0.3.6-b04. I tried to

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread VDR User
On Sat, May 31, 2008 at 10:00 PM, Simon Baxter [EMAIL PROTECTED] wrote: Hi. I had the same problem originally. Can't remember what I did, and in what order - but this should help [EMAIL PROTECTED] dvd]# pwd /root/vdr-1.6.0/PLUGINS/src/dvd [EMAIL PROTECTED] dvd]# grep stdint.h *

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Anssi Hannula
VDR User wrote: On Sat, May 31, 2008 at 10:00 PM, Simon Baxter [EMAIL PROTECTED] wrote: Hi. I had the same problem originally. Can't remember what I did, and in what order - but this should help [EMAIL PROTECTED] dvd]# pwd /root/vdr-1.6.0/PLUGINS/src/dvd [EMAIL PROTECTED] dvd]# grep

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread VDR User
On Sun, Jun 1, 2008 at 12:30 PM, Anssi Hannula [EMAIL PROTECTED] wrote: With libdvdnav 0.1.10 works directly, with 4.1.1 I need the below define, with 4.1.2 I need the below define and a patch to libdvdnav:

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Halim Sahin
Hi, Don't waste your time if you are using a fullfeatured dvb card. The plugin is not working correctly and it seems nobody work on it any more. it has async problems and some more compatibility things with self burned dvd's. Regards Halim ___ vdr

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread VDR User
On Sun, Jun 1, 2008 at 1:46 PM, Anssi Hannula [EMAIL PROTECTED] wrote: What version of dvd plugin you are using? filename is: dvd-0.3.6-b04.tar.bz2 in dvd.h: static const char *VERSION= 0.3.6-b03; It appears the most recent changes were made Aug. 12, 2007. and the top of the HISTORY

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Anssi Hannula
VDR User wrote: On Sun, Jun 1, 2008 at 12:30 PM, Anssi Hannula [EMAIL PROTECTED] wrote: With libdvdnav 0.1.10 works directly, with 4.1.1 I need the below define, with 4.1.2 I need the below define and a patch to libdvdnav:

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Simon Baxter
To Halim: I use a nexus card and the dvd plugin seems to work here. I have not noticed any sync problems. I also have only played retail dvd's, no self-burned. What version of dvd plugin you are using? I'm also using 0.3.6-b03 # rpm -qa | grep dvd libdvdnav-0.1.10-4.20070503.lvn6

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Simon Baxter
Hi, Don't waste your time if you are using a fullfeatured dvb card. The plugin is not working correctly and it seems nobody work on it any more. it has async problems and some more compatibility things with self burned dvd's. Regards Halim So what do you suggest using for playing DVDs

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Halim Sahin
Hello, On So, Jun 01, 2008 at 01:22:42 -0700, VDR User wrote: To Halim: I use a nexus card and the dvd plugin seems to work here. I have not noticed any sync problems. I also have only played retail dvd's, no self-burned. Hmm sounds interesting to me. I am using the version from cvs

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread VDR User
On Sun, Jun 1, 2008 at 2:49 PM, Halim Sahin [EMAIL PROTECTED] wrote: Are you using really the hardware mpeg2 decoder of your nexus card??? My tt 2300 dvb-s card has really problems with this plugin. Yes, nexus tv-out goes directly into my tv. The vdr box has no gui for using xine, etc. No

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread Halim Sahin
Hi, On So, Jun 01, 2008 at 02:56:15 -0700, VDR User wrote: On Sun, Jun 1, 2008 at 2:49 PM, Halim Sahin [EMAIL PROTECTED] wrote: Are you using really the hardware mpeg2 decoder of your nexus card??? My tt 2300 dvb-s card has really problems with this plugin. Yes, nexus tv-out goes directly

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-06-01 Thread VDR User
On Sun, Jun 1, 2008 at 3:24 PM, Halim Sahin [EMAIL PROTECTED] wrote: Hmm interesting. Can you please write me some info about kernel, dvb driverversion, used dvb firmware? Sure. Am using: debian sid kernel 2.6.26-rc4 drivers from v4l @ May 30th, 2008 firmware used is

Re: [vdr] Problem with dvd plugin.. Anyone know how to fix?

2008-05-31 Thread Simon Baxter
Hi. I had the same problem originally. Can't remember what I did, and in what order - but this should help [EMAIL PROTECTED] dvd]# pwd /root/vdr-1.6.0/PLUGINS/src/dvd [EMAIL PROTECTED] dvd]# grep stdint.h * ca52.c:#include stdint.h tools-dvd.h:#include stdint.h [EMAIL PROTECTED] dvd]# grep