[linux-dvb] Re: Announcement: work on "dvb-kernel" finished

2003-03-20 Thread Emard
I have quickly the new dvb-kernel on 2.4. and budgets. When first insmod'ed everything works as it should and vpeirq() arrives at high rate. When rmmod dvb-kernel modules and insmod them again, vpeirq() is not working well. Only every 1 second or so one vpeirq() comes, instead to arrive at hig

[linux-dvb] Re: Announcement: work on "dvb-kernel" finished

2003-03-20 Thread Emard
I'd like to add few cosmetic touches to the budget patch, as it is moved into ttpci directory, it can share some #include from there Emard -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: Announcement: work on "dvb-kernel" finished

2003-03-20 Thread Gregoire Favre
On Thu, Mar 20, 2003 at 08:52:22PM +0100, Gregoire Favre wrote: > ??? > I have compiled without video and then again with it and it got > compiled??? > > I will try later to boot the kernel, sorry I don't really understand > what happened, maybe not exactly the same config? Well, I did compil wi

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Wolfgang Thiel
On Thu, Mar 20, 2003 at 08:24:12PM +, Franck Arnaud wrote: > Holger Waechtler: > > I had to add '#include ' for strcmp() to get it compiling... > > Thanks, now fixed. Does anyone know of a tool that allows > to check that all the legal includes are there? It's > very easy to forget includes

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Andreas Oberritter
On Thu, 2003-03-20 at 21:24, Franck Arnaud wrote: > Does anyone know of a tool that allows > to check that all the legal includes are there? It's > very easy to forget includes when your setup has .h files > that silently include others for internal purpose. I guess most of the time it is the c

[linux-dvb] Troubles using dvbstream: FRONTEND DEVICE: : No such file or directory

2003-03-20 Thread Hugo Mills
Having just had a new aerial installed to give me a decent signal in the computer room, I thought I'd try DVB again. scan works, and (I think) gives me a working set of frequencies in ~/.tzap/channels.conf: [EMAIL PROTECTED]:scan $ tzap "BBC One" using '/dev/dvb/adapter0/frontend0' and '/de

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Franck Arnaud
Holger Waechtler: > I had to add '#include ' for strcmp() to get it compiling... Thanks, now fixed. Does anyone know of a tool that allows to check that all the legal includes are there? It's very easy to forget includes when your setup has .h files that silently include others for internal pu

[linux-dvb] Re: Announcement: work on "dvb-kernel" finished

2003-03-20 Thread Gregoire Favre
On Thu, Mar 20, 2003 at 07:59:47PM +0100, Gregoire Favre wrote: > Hello, > > unfortunately it don't build: > > make -f scripts/Makefile.build obj=drivers/media/dvb/dvb-core > gcc -Wp,-MD,drivers/media/dvb/dvb-core/.dvbdev.o.d -D__KERNEL__ -Iinclude -Wall > -Wstrict-prototypes -Wno-trigraphs -O

[linux-dvb] dvbstream & dvb-kernel

2003-03-20 Thread Demeter Tibor
Hello ! I try to complie the dvbstream with the "dvb-kernel" driver. i change the make file to the dvb-kernel include directory path. what is the problem? this sw not work with the dvbstream? Before i use this program without any problem with the old "pinnacle experimental" driver. gcc -I ../

[linux-dvb] Re: Announcement: work on "dvb-kernel" finished

2003-03-20 Thread Gregoire Favre
Hello, unfortunately it don't build: make -f scripts/Makefile.build obj=drivers/media/dvb/dvb-core gcc -Wp,-MD,drivers/media/dvb/dvb-core/.dvbdev.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=

[linux-dvb] Announcement: work on "dvb-kernel" finished

2003-03-20 Thread Michael Hunold
Hello all, I've finished working on the "dvb-kernel" cvs tree, it's now ready to be submitted. 8-) I had to move some of the header files, changed many drivers to reflect this changes plus some fixes to sync with 2.5.65 were necessary. However, no crucial changes were made. I've tested the "dvb-k

[linux-dvb] Re: v4lctl and dvb driver pre-2

2003-03-20 Thread Michael Hunold
Hello Steffen, I tried to change the TV norm of the V4L parameters of the dvb driver. The result I get with -pre2 is as follows (v4lctl is from xawtv version 3.85): As the author of the video parts of the saa7146 driver, I can only help you for the "dvb-kernel" driver, I don't do anything for the

[linux-dvb] Previous patch for kernel 2.5.6x, was: Re:patch for saa7146_core.c non..

2003-03-20 Thread fbdev
The path refered to in theis mail is for the driver in the 2.5.6[0-5] kernel. Monchi -- On Thu, Mar 20, 2003 at 04:59:23PM +0100, [EMAIL PROTECTED] wrote: > Hello Lothar, > > I hereby send you a patch to make the saa7146 driver compile as built in driver. > I got it to decode mpeg with mplayer, t

[linux-dvb] Re: DVB Driver & Porting

2003-03-20 Thread WinSTB WinSTB
We follow a more sophisticated approach that's closer to SetTopBoxes. The API you describe basically maps the functionality of old av7110 firmware revisions from Technotrend... Yes. It is. But as I said required work is to wrap Linux DVB API calls into respective Windows API functions. It is lik

[linux-dvb] Announcement: work on "dvb-kernel" finished

2003-03-20 Thread Michael Hunold
Hello all, I've finished working on the "dvb-kernel" cvs tree, it's now ready to be submitted. 8-) I had to move some of the header files, changed many drivers to reflect this changes plus some fixes to sync with 2.5.65 were necessary. However, no crucial changes were made. I've tested the "d

[linux-dvb] patch for saa7146_core.c non-module-compile fix included. was Re: Fujtisu Siemens / SuSE 8.1

2003-03-20 Thread fbdev
Hello Lothar, I hereby send you a patch to make the saa7146 driver compile as built in driver. I got it to decode mpeg with mplayer, the only problem I have gotton is that I my board does not have the analogue module on it, so it will not tune anything but analog channels. I have also found the

[linux-dvb] Re: DVB Driver & Porting

2003-03-20 Thread Holger Waechtler
WinSTB WinSTB wrote: get serious: a friend of mine is currently starting a LinuxDVB API port to MacOS X, so you're in a good neighborhood, when anybody of you is encountering serious troubles we'll really consider to add portability patches you propose to our CVS... Not sure but I thougth that M

[linux-dvb] Re: A/V sync problems with new drivers

2003-03-20 Thread Wolfgang Fritz
Juri Haberland wrote: Oliver Endriss wrote: Juri Haberland wrote: With the new drivers 1.0.0-rc1 and -rc2 I experience desync of a/v in VDR after viewing a recording (also on other occasions; viewing a recording is just an easy way to reproduce. Sometimes it needs just a short disturbance in the

[linux-dvb] Aw: SCART-RGB-Cable blocks my TV

2003-03-20 Thread andreas . schwenk
Hello again, - Original Nachricht Von: [EMAIL PROTECTED] An: [EMAIL PROTECTED] Datum: 20.03.03 11:04 Betreff: [linux-dvb] Re: SCART-RGB-Cable blocks my TV > What you are experiencing is usual with TVs that except RGB inputs but do > not have the capability to understand whethe

[linux-dvb] Re: DVB Driver & Porting

2003-03-20 Thread WinSTB WinSTB
> Since some moment I think about crazy idea about transfering Linux DVB > software into Windows. Last week I started some experiments with Cygwin Isn't "multidec" just that? The source seems to include a port of the Linux DVB device driver. (I've never used it, just glanced at the source.) No. It

[linux-dvb] Re: DVB Driver & Porting

2003-03-20 Thread WinSTB WinSTB
get serious: a friend of mine is currently starting a LinuxDVB API port to MacOS X, so you're in a good neighborhood, when anybody of you is encountering serious troubles we'll really consider to add portability patches you propose to our CVS... Not sure but I thougth that MacOS X is Unix-based.

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Holger Waechtler
Franck Arnaud wrote: "Javier Castillo Alcibar": I need to reassemble the PSI tables (PAT/CAT/NIT/PMT) from a list of raw TS packets. is there any library to do this??? I found libsi, but I didn't find any function/procedure to do this task.=20 http://www.nenie.org/misc/mpsy

[linux-dvb] Re: DVB Driver & Porting

2003-03-20 Thread Franck Arnaud
"WinSTB WinSTB": > Since some moment I think about crazy idea about transfering Linux DVB > software into Windows. Last week I started some experiments with Cygwin Isn't "multidec" just that? The source seems to include a port of the Linux DVB device driver. (I've never used it, just glanced at

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Franck Arnaud
"Javier Castillo Alcibar": > I need to reassemble the PSI tables (PAT/CAT/NIT/PMT) from a > list of raw TS packets. is there any library to do this??? I found > libsi, but I didn't find any function/procedure to do this task.=20 http://www.nenie.org/misc/mpsys/ -- Info: T

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Holger Waechtler
Javier Castillo Alcibar wrote: Hi, My problem is that I do not have and DVR hw...and...(sorry)I coding an academic tool in windows, so I don't have any /dev/dvr devicethat's why I'm looking for a library.to port it :)) if you just need some example code then take a look in dvb_demux.[c

[linux-dvb] Re: SCART-RGB-Cable blocks my TV

2003-03-20 Thread Rob . McConnell
HI Folks, What you are experiencing is usual with TVs that except RGB inputs but do not have the capability to understand whether the RGB fast-blanking signal on pin-16 is always high or switches high only when there is a valid area to insert the RGB information in. When you switch to another TV

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Javier Castillo Alcibar
Hi, My problem is that I do not have and DVR hw...and...(sorry)I coding an academic tool in windows, so I don't have any /dev/dvr devicethat's why I'm looking for a library.to port it :)) Thx. Javier. -Mensaje original- De: Holger Waechtler [mailto:[EMAIL PROTECTED] Enviad

[linux-dvb] Re: Pinnacle pctv sat

2003-03-20 Thread Holger Waechtler
Demeter Tibor wrote: Hello Hoger ! I successfuly compile the dvb-kernel based driver on my system, but i don't know : - How to complie the vdr and other softwares? These programs search the standard "dvb" source code directory, but not the "dvb-kernel" dirs. you'll have to pass the DVB include

[linux-dvb] Re: PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Holger Waechtler
Javier Castillo Alcibar wrote: Hi list, I need to reassemble the PSI tables (PAT/CAT/NIT/PMT) from a list of raw TS packets….. is there any library to do this??? I found libsi, but I didn’t find any function/procedure to do this task….. if you have a TS stream you can

[linux-dvb] Re: DVB Driver & Porting

2003-03-20 Thread Holger Waechtler
WinSTB WinSTB wrote: Hi Linux-DVB Community! Since some moment I think about crazy idea about transfering Linux DVB software into Windows. Last week I started some experiments with Cygwin and was realy impressed by results. A lot of libraries/programs that are used by LinuxDVB software are recompi

[linux-dvb] letterbox getting information about

2003-03-20 Thread Martin Altemark
I am sorry if this question is stupid. I have noticed that on some settopboxes they can sense if the picture is transmitted as 4:3 letterbox, and if so they put the subtitles in another postion to help handling zoom functions to 16:9. I looked at the driver docs and didn't see anything that

[linux-dvb] PSI tables (en-300-468) from raw TS packets

2003-03-20 Thread Javier Castillo Alcibar
    Hi list,       I need to reassemble the PSI tables (PAT/CAT/NIT/PMT) from a list of raw TS packets….. is there any library to do this??? I found libsi, but I didn’t find any function/procedure to do this task…..       Thanks in advance.       Javie

[linux-dvb] DVB Driver & Porting

2003-03-20 Thread WinSTB WinSTB
Hi Linux-DVB Community! Since some moment I think about crazy idea about transfering Linux DVB software into Windows. Last week I started some experiments with Cygwin and was realy impressed by results. A lot of libraries/programs that are used by LinuxDVB software are recompiled and working fine

[linux-dvb] Re: Streaming-Client for Windose

2003-03-20 Thread Are Årseth
André Weidemann sa: >> You should try the Elecard UDP streaming application. It can decode >> multicast from the vdr streaming plugin. Just install this: >> http://www.moonlight.co.il/download/UDP.zip > > I downloaded the file and installed the Stream Player. It is working > good for the exception

[linux-dvb] Announcement: getting "dvb-kernel" ready for inclusion

2003-03-20 Thread Michael Hunold
Hello all, I'd like to announce that I'm messing with the "dvb-kernel" tree today to get it into shape to be included without major pain into the 2.5.x kernel series. Due to this, compilation for both 2.5.x and 2.4.x. is likely to fail for at least today. I hope that I'll be through with this

[linux-dvb] bt8xx based card & dvb-kernel

2003-03-20 Thread Demeter Tibor
Hello Florian ! I have a pinnacle pctv sat bt878 based dvb card and i try to use on linux with the "dvb-kernel" drivers. I'm successfuly patched and compiled my 2.4.20 kernel, but i don't konw how to use this card with VDR ? Because on this card not avalible a hw mpeg decoder chip, i need a so