[linux-dvb] Re: Problem with driver

2002-12-12 Thread Dariush Forouher
Am Fre, 2002-12-13 um 01.00 schrieb Matthias Fechner: > i have now very strange problems. All is working fine, tham vdr will > restart, now the computer will hang. I experienced the same problem with cvs from 6.12.02 and kernel 2.4.19. After exiting vdr there is a kernel panic while removing the dr

[linux-dvb] Blinking LEDs crash]

2002-12-12 Thread Emard
HI I reproduced the blinking LEDs crash on my satelco multimedia card. Just tuned to Astra transponder 119 (check with tcpdump that there is a lot of IP and TCP data). Machine just out of the blue completely freezes after some time. Caps lock and Scroll lock LEDs blink -- Info: To unsubs

[linux-dvb] Problem with driver

2002-12-12 Thread Matthias Fechner
Hi, i have now very strange problems. All is working fine, tham vdr will restart, now the computer will hang. I restarted it manually, but if linux reboot the last message i can read (load driver for Hauppauge Rev 2.1) And than the following line: PCI: Found IRQ12 for device 00:08.0 Tha

[linux-dvb] Re: Timing recording

2002-12-12 Thread Gerard MAULINO
Hi Honza The problem with EPG data is not only how quickly the provider will update them, but more how data will sync width video content. Actually, I don't know any provider who send EPG data synchronized with program at a precision less than one second. But, I know that some expensive and c

[linux-dvb] Re: PID Utilisation

2002-12-12 Thread Gerard MAULINO
Hi Gaetano, The answer is no, the PMT is not necessary to get the audio/video data from a PID if you know it, and don't care about service plan changes. You can use dvbstream and mplayer for example to play data from a AV pid. Regards, Gerard [EMAIL PROTECTED] wrote: Hello everyone, I have so

[linux-dvb] Re: dvbsak

2002-12-12 Thread Luc de Louw
On Thursday 12 December 2002 22.07, Juha Yrjölä wrote: [..] > It seems that the modulation is 64-QAM, and the symbol rate is somewhere > near 7146. You should leave out the '--no-center-freq' option when you > don't know exactly the frequencies of the transport streams. Then > dvbscan will try to f

[linux-dvb] Re: dvbsak

2002-12-12 Thread Luc de Louw
On Thursday 12 December 2002 21.24, Juha Yrjölä wrote: [..] > It's enough that you find one transport stream which has NIT's (Network > Information Tables) for the other transport streams on the network. > dvbsak will save the information (including the frequencies) in > ~/.dvb/channels.conf. You

[linux-dvb] Re: dvbsak

2002-12-12 Thread Juha Yrjölä
On Thu, 2002-12-12 at 22:14, Luc de Louw wrote: > Maybe my Cable Provider (Cablecom Switzerland) does use other frequencies? Most likely does. AFAIK, the frequencies used here are pretty much unique. > I've got no idea how to get the stuff running on Linux. > On the same box if I boot to Windo

[linux-dvb] Re: CVS DVB / vdr 1.1.19 on Rev. 1.6 DVB-S card?

2002-12-12 Thread Robert Schiele
On Thu, Dec 12, 2002 at 04:28:17PM +0100, Andreas Ritter wrote: > Hi, > > I've compiled the actual CVS DVB driver source and vdr 1.1.19 without any problems. > After "make insmod" the copyright message shows up on the screen but it stays black > afterwards. When starting vdr the error message "ERR

[linux-dvb] dvbsak

2002-12-12 Thread Luc de Louw
Hi! None of the tools are working on my linux box, so I was happy to get know a new tool. Your scantool was the first that does not make errors :-) Unfortunately it was unable to find any signals. Maybe my Cable Provider (Cablecom Switzerland) does use other frequencies? I've got no idea how to

[linux-dvb] Re: Digiguide or dvbstream utils

2002-12-12 Thread fruit
In article <[EMAIL PROTECTED]>, davep <[EMAIL PROTECTED]> wrote: > On Thursday 12 Dec 2002 08:26, [EMAIL PROTECTED] wrote: > > Has anyone wrote any scripts which interface their Nova-T PCi DVB Card ? > > > > Alternatively, has anyone wrote any scripts to automate DVBStream for > > recording TV p

[linux-dvb] Re: Digiguide or dvbstream utils

2002-12-12 Thread davep
On Thursday 12 Dec 2002 08:26, [EMAIL PROTECTED] wrote: > Has anyone wrote any scripts which interface their Nova-T PCi DVB Card ? > > Alternatively, has anyone wrote any scripts to automate DVBStream for > recording TV programmes ? > > Thanks in advance > > Darren Sellers I use a TCL/TK script ca

[linux-dvb] Re: [PATCH] stop fe thread without FE_SLEEP if shutdowntimeout is 0

2002-12-12 Thread Holger Waechtler
Hi Andreas, Andreas Oberritter wrote: Hi. When dvb_shutdown_timeout is 0, then the kernel fe thread is not stopped, when an application closes the frontend device. However, if the device is opened again, then the thread will be stopped and a new one will be created. So why not just skip FE_SLEEP

[linux-dvb] Re: DVB-C and Volume-Control

2002-12-12 Thread Holger Waechtler
Joerg Friedrich wrote: Holger Waechtler schrieb am Mittwoch, 11. Dezember 2002 um 14:16:09 +0100: Joerg Friedrich wrote: Hi Holger, Holger Waechtler schrieb am Montag, 09. Dezember 2002 um 11:56:45 +0100: can you please add your sybsystem_vendor id to this if()-case and test if this works

[linux-dvb] Re: Timing recording

2002-12-12 Thread Honza Petrous
On Čt, 2002-12-12 at 17:30, Sergei Haller wrote: > On 12 Dec 2002, Honza Petrous (HP) wrote: > > HP> I think that you should play with EPG data (if they are any). > HP> I guess it is only real solution for (not only) your problem. > > I'm ot an expert in EPG data, but AFAIK you can't trust the EP

[linux-dvb] Re: Timing recording

2002-12-12 Thread Honza Petrous
On Čt, 2002-12-12 at 17:25, Alexandre CONRAD wrote: > > > > > >I think that you should play with EPG data (if they are any). > >I guess it is only real solution for (not only) your problem. > > > > > I'm sorry, I'm kinda new to that... what's EPG data ? What's the idea of > it ? > The EPG data

[linux-dvb] PID Utilisation

2002-12-12 Thread
Hello everyone, I have some dubts on the utilisation of the Program Map Table (PMT). In particular, if I have a well-Known PID associated to a particular elementary stream (for example an audio stream) that has to be to filtered is it necessary the PMT to demultiplex this elementary stream from

[linux-dvb] Re: Timing recording

2002-12-12 Thread Sergei Haller
On 12 Dec 2002, Honza Petrous (HP) wrote: HP> I think that you should play with EPG data (if they are any). HP> I guess it is only real solution for (not only) your problem. I'm ot an expert in EPG data, but AFAIK you can't trust the EPG date, at least not up to a second. c ya Sergei -

[linux-dvb] Re: AW: Re: Timing recording

2002-12-12 Thread Chris Pitchford
Ive just updated my scripts and stuck them on a website.. http://dvb.intrepid.cx/ Here's how I record stuff: in Crontab: 55 19 * * * stream -t 40m -d /myrecordings 8 that makes a file in /myrecordings for 40minutes of video called Channel4-20021211-1955+40m.ts Since 8 refers to channel 4 in

[linux-dvb] Re: Timing recording

2002-12-12 Thread Alexandre CONRAD
I think that you should play with EPG data (if they are any). I guess it is only real solution for (not only) your problem. I'm sorry, I'm kinda new to that... what's EPG data ? What's the idea of it ? Regards, -- Alexandre CONRAD Research & Development tel : +33 1 30 80 55 00 fax : +33 1 3

[linux-dvb] Re: Timing recording

2002-12-12 Thread Honza Petrous
On Čt, 2002-12-12 at 16:59, Alexandre CONRAD wrote: > > > > > >If you do what I have suggested above then the next problem is what > >software can we use to do the frame recognition and simple editing? > > > > > That's exactly where I'm stuck. I thought about that also. Get the file > roughtly

[linux-dvb] Re: AW: Re: Timing recording

2002-12-12 Thread Alexandre CONRAD
what about vdr, with the build-in cut function you should be able to get your clean video, or you convert it to *.mpg and cut it with something else Yeah, that's okay. The recording it not really a problem, the cutting neither. The thing is that I want to do that everyday, and I want to

[linux-dvb] Re: Timing recording

2002-12-12 Thread Alexandre CONRAD
If you do what I have suggested above then the next problem is what software can we use to do the frame recognition and simple editing? That's exactly where I'm stuck. I thought about that also. Get the file roughtly, starting at 7:55, and fninish at 8:15, and trim it after. Why not. But I

[linux-dvb] Sound, live AC3, timings and reinsert into DVB (AV711x)

2002-12-12 Thread Dr. Werner Fink
Hi, during the time with playing around with AC3 routing from the DVB card over VDR to the S/P-DIF out of a sound chip, I've discovered a problem with the most sound cards. Most sound cards (beside high expensive) have an own quart as reference clock on board and NO slave mode for getting an

[linux-dvb] Re: Timing recording

2002-12-12 Thread Aurelian Pop
Another way is to just record more than you need... and then do whatever on the file...   All the best,Aurelian   Home:   http://rotwailer.dmi.tut.fi:8080/Home     - Original Message - From: Alexandre CONRAD To: Aurelian Pop Cc: [EMAIL PROTECTED] Sent: Thursday,

[linux-dvb] CVS DVB / vdr 1.1.19 on Rev. 1.6 DVB-S card?

2002-12-12 Thread Andreas Ritter
Hi, I've compiled the actual CVS DVB driver source and vdr 1.1.19 without any problems. After "make insmod" the copyright message shows up on the screen but it stays black afterwards. When starting vdr the error message "ERROR (dvbdevice.c,665): Die Operation ist nicht erlaubt" appears in syslog a

[linux-dvb] Re: Timing recording

2002-12-12 Thread linux-dvb
> >I don't know if it's your case... but the most simple thing you can do > >is to check the local time (if the programm starts at the same hour). > > > That's what I though at the begining of course. But the program is a > live (direct) program... It usualy starts at the same time 8:00am, but >

[linux-dvb] Re: Timing recording

2002-12-12 Thread Alexandre CONRAD
I don't know if it's your case... but the most simple thing you can do is to check the local time (if the programm starts at the same hour). That's what I though at the begining of course. But the program is a live (direct) program... It usualy starts at the same time 8:00am, but it never s

[linux-dvb] Re: Timing recording

2002-12-12 Thread Tomi Ollila
Thursday Dec 12 13:33:26 + 2002 Chris Pitchford <[EMAIL PROTECTED]> wrote: > > > I quite often record programmes on terrestrial digital whilst I'm on my > way home from work using dvbstream. Since dvbstream doesn't have a > timelimiting feature and because I though it would be useful I wrote

[linux-dvb] Re: Divx Compression

2002-12-12 Thread Thomas Raschbacher
> Has anyone wrote any automated scripts or got any simple methods for > performing DIVX compression on all divx movies in a directory ? > > Thanks in advance try this ;) for i in *.avi; do transcode ${i} done -- -BEGIN GEEK CODE BLOCK- GCS/CC/E/M/MU/S d- s: a--- C(++) UL P+ L

[linux-dvb] Re: Timing recording

2002-12-12 Thread Chris Pitchford
I quite often record programmes on terrestrial digital whilst I'm on my way home from work using dvbstream. Since dvbstream doesn't have a timelimiting feature and because I though it would be useful I wrote a program called timedrun http://chris.intrepid.cx/timedrun-1.0.0.tar.gz timedrun -t 1h

[linux-dvb] Re: Timing recording

2002-12-12 Thread Aurelian Pop
Hi, I don't know if it's your case... but the most simple thing you can do is to check the local time (if the programm starts at the same hour). All the best, Aurelian Home: http://rotwailer.dmi.tut.fi:8080/Home - Original Message - From: "Alexandre CONRAD" <[EMAIL PROTECTED]>

[linux-dvb] Timing recording

2002-12-12 Thread Alexandre CONRAD
Hello, I'm need to record a program from the satellite onto disk, and then send this recoreded video on a video server. The program I want to record it a 7-10 minutes program that shows everyday in the morning. The idea here is that I want to automate this completly. I need to know if there's

[linux-dvb] Re: Multicast crash bug

2002-12-12 Thread Emard
HI Latest DVB syncs has been stable as far as my TT Budget is related with. Constant reception and no crashes. Instability is still zombie-related (programs that use dvb devices like szap become undead zombies during frequent starting and stopping - no kill -9 can stop those processes, and make r

[linux-dvb] lsi l64781 data sheet

2002-12-12 Thread Pete Martin
Does anyone have a copy of the lsi data sheet for the l64781 codfm demod chip, as used in the Nova-T tuner? It appears to have been removed from the LSI tech docs site. Cheers Pete Martin -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Re: DVB-t

2002-12-12 Thread YH
Does this software support DVB-t? If so, please provide web links for DVB-t cards? -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

[linux-dvb] Divx Compression

2002-12-12 Thread me
Has anyone wrote any automated scripts or got any simple methods for performing DIVX compression on all divx movies in a directory ?   Thanks in advance

[linux-dvb] Digiguide or dvbstream utils

2002-12-12 Thread me
Has anyone wrote any scripts which interface their Nova-T PCi DVB Card ?   Alternatively, has anyone wrote any scripts to automate DVBStream for recording TV programmes ?   Thanks in advance   Darren Sellers